Home
last modified time | relevance | path

Searched defs:SdpAttribute (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/sems/sems-f89581a/core/
H A DAmSdp.h142 struct SdpAttribute struct
148 SdpAttribute(const string& attribute, in SdpAttribute() argument
153 SdpAttribute(const string& attribute) in SdpAttribute() function
156 SdpAttribute(const SdpAttribute& other) in SdpAttribute() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs25 ret: *mut *const SdpAttribute, in get_attribute_ptr()
56 attributes: *const Vec<SdpAttribute>, in has_attribute()
63 attributes: &[SdpAttribute], in get_attribute()
65 ) -> Option<&SdpAttribute> { in get_attribute()
100 attributes: *const Vec<SdpAttribute>, in sdp_get_dtls_message()
113 attributes: *const Vec<SdpAttribute>, in sdp_get_iceufrag()
126 attributes: *const Vec<SdpAttribute>, in sdp_get_icepwd()
139 attributes: *const Vec<SdpAttribute>, in sdp_get_identity()
152 attributes: *const Vec<SdpAttribute>, in sdp_get_iceoptions()
165 attributes: *const Vec<SdpAttribute>, in sdp_get_maxptime()
[all …]
H A Dmedia_section.rs179 ) -> *const Vec<SdpAttribute> { in sdp_get_media_attribute_list()
H A Dlib.rs291 ) -> *const Vec<SdpAttribute> { in get_sdp_session_attributes()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs25 ret: *mut *const SdpAttribute, in get_attribute_ptr()
56 attributes: *const Vec<SdpAttribute>, in has_attribute()
63 attributes: &[SdpAttribute], in get_attribute()
65 ) -> Option<&SdpAttribute> { in get_attribute()
100 attributes: *const Vec<SdpAttribute>, in sdp_get_dtls_message()
113 attributes: *const Vec<SdpAttribute>, in sdp_get_iceufrag()
126 attributes: *const Vec<SdpAttribute>, in sdp_get_icepwd()
139 attributes: *const Vec<SdpAttribute>, in sdp_get_identity()
152 attributes: *const Vec<SdpAttribute>, in sdp_get_iceoptions()
165 attributes: *const Vec<SdpAttribute>, in sdp_get_maxptime()
[all …]
H A Dmedia_section.rs179 ) -> *const Vec<SdpAttribute> { in sdp_get_media_attribute_list()
H A Dlib.rs291 ) -> *const Vec<SdpAttribute> { in get_sdp_session_attributes()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs25 ret: *mut *const SdpAttribute, in get_attribute_ptr()
56 attributes: *const Vec<SdpAttribute>, in has_attribute()
63 attributes: &[SdpAttribute], in get_attribute()
65 ) -> Option<&SdpAttribute> { in get_attribute()
100 attributes: *const Vec<SdpAttribute>, in sdp_get_dtls_message()
113 attributes: *const Vec<SdpAttribute>, in sdp_get_iceufrag()
126 attributes: *const Vec<SdpAttribute>, in sdp_get_icepwd()
139 attributes: *const Vec<SdpAttribute>, in sdp_get_identity()
152 attributes: *const Vec<SdpAttribute>, in sdp_get_iceoptions()
165 attributes: *const Vec<SdpAttribute>, in sdp_get_maxptime()
[all …]
H A Dlib.rs291 ) -> *const Vec<SdpAttribute> { in get_sdp_session_attributes()
H A Dmedia_section.rs179 ) -> *const Vec<SdpAttribute> { in sdp_get_media_attribute_list()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/rsdparsa_capi/src/
H A Dattribute.rs25 ret: *mut *const SdpAttribute, in get_attribute_ptr()
56 attributes: *const Vec<SdpAttribute>, in has_attribute()
63 attributes: &[SdpAttribute], in get_attribute()
65 ) -> Option<&SdpAttribute> { in get_attribute()
100 attributes: *const Vec<SdpAttribute>, in sdp_get_dtls_message()
113 attributes: *const Vec<SdpAttribute>, in sdp_get_iceufrag()
126 attributes: *const Vec<SdpAttribute>, in sdp_get_icepwd()
139 attributes: *const Vec<SdpAttribute>, in sdp_get_identity()
152 attributes: *const Vec<SdpAttribute>, in sdp_get_iceoptions()
165 attributes: *const Vec<SdpAttribute>, in sdp_get_maxptime()
[all …]
H A Dlib.rs291 ) -> *const Vec<SdpAttribute> { in get_sdp_session_attributes()
H A Dmedia_section.rs179 ) -> *const Vec<SdpAttribute> { in sdp_get_media_attribute_list()
/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/src/
H A Dattribute_type.rs1191 pub enum SdpAttribute { enum
1236 impl SdpAttribute { implementation
1334 impl FromStr for SdpAttribute { implementation
1408 impl fmt::Display for SdpAttribute { implementation
1464 impl AnonymizingClone for SdpAttribute { implementation
2043 fn parse_fmtp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_fmtp()
2264 fn parse_group(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_group()
2707 fn parse_msid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_msid()
2777 fn parse_rid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rid()
2948 fn parse_rtcp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rtcp()
[all …]
H A Dmedia_type.rs192 pub fn get_attributes(&self) -> &Vec<SdpAttribute> { in get_attributes()
207 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
252 pub fn get_attributes_of_type(&self, t: SdpAttributeType) -> Vec<&SdpAttribute> { in get_attributes_of_type()
H A Dlib.rs341 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
350 direction: SdpAttribute, in add_media()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrtc-sdp-0.3.1/src/
H A Dattribute_type.rs1089 pub enum SdpAttribute { enum
1132 impl SdpAttribute { impl
1226 impl FromStr for SdpAttribute { implementation
1297 impl fmt::Display for SdpAttribute { implementation
1347 impl AnonymizingClone for SdpAttribute { implementation
1871 fn parse_fmtp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_fmtp()
2058 fn parse_group(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_group()
2507 fn parse_msid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_msid()
2580 fn parse_rid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rid()
2753 fn parse_rtcp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rtcp()
[all …]
H A Dmedia_type.rs185 pub fn get_attributes(&self) -> &Vec<SdpAttribute> { in get_attributes()
200 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
243 pub fn get_attributes_of_type(&self, t: SdpAttributeType) -> Vec<&SdpAttribute> { in get_attributes_of_type()
H A Dlib.rs318 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
327 direction: SdpAttribute, in add_media()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/src/
H A Dattribute_type.rs1179 pub enum SdpAttribute { enum
1223 impl SdpAttribute { impl
1319 impl FromStr for SdpAttribute { implementation
1392 impl fmt::Display for SdpAttribute { implementation
1447 impl AnonymizingClone for SdpAttribute { implementation
2023 fn parse_fmtp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_fmtp()
2244 fn parse_group(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_group()
2691 fn parse_msid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_msid()
2764 fn parse_rid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rid()
2935 fn parse_rtcp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rtcp()
[all …]
H A Dmedia_type.rs192 pub fn get_attributes(&self) -> &Vec<SdpAttribute> { in get_attributes()
207 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
252 pub fn get_attributes_of_type(&self, t: SdpAttributeType) -> Vec<&SdpAttribute> { in get_attributes_of_type()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/src/
H A Dattribute_type.rs1179 pub enum SdpAttribute { enum
1223 impl SdpAttribute { implementation
1319 impl FromStr for SdpAttribute { implementation
1392 impl fmt::Display for SdpAttribute { implementation
1447 impl AnonymizingClone for SdpAttribute { implementation
2023 fn parse_fmtp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_fmtp()
2244 fn parse_group(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_group()
2691 fn parse_msid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_msid()
2764 fn parse_rid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rid()
2935 fn parse_rtcp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rtcp()
[all …]
H A Dmedia_type.rs192 pub fn get_attributes(&self) -> &Vec<SdpAttribute> { in get_attributes()
207 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
252 pub fn get_attributes_of_type(&self, t: SdpAttributeType) -> Vec<&SdpAttribute> { in get_attributes_of_type()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/src/
H A Dattribute_type.rs1147 pub enum SdpAttribute { enum
1190 impl SdpAttribute { implementation
1284 impl FromStr for SdpAttribute { implementation
1355 impl fmt::Display for SdpAttribute { implementation
1409 impl AnonymizingClone for SdpAttribute { implementation
1982 fn parse_fmtp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_fmtp()
2203 fn parse_group(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_group()
2652 fn parse_msid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_msid()
2725 fn parse_rid(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rid()
2898 fn parse_rtcp(to_parse: &str) -> Result<SdpAttribute, SdpParserInternalError> { in parse_rtcp()
[all …]
H A Dmedia_type.rs189 pub fn get_attributes(&self) -> &Vec<SdpAttribute> { in get_attributes()
204 pub fn get_attribute(&self, t: SdpAttributeType) -> Option<&SdpAttribute> { in get_attribute()
247 pub fn get_attributes_of_type(&self, t: SdpAttributeType) -> Vec<&SdpAttribute> { in get_attributes_of_type()

12