Home
last modified time | relevance | path

Searched refs:extension_profile (Results 1 – 6 of 6) sorted by relevance

/webrtc/rtp/src/
H A Dheader.rs48 pub extension_profile: u16, field
101 let (extension_profile, extensions) = if extension { in unmarshal()
106 let extension_profile = raw_packet.get_u16(); in unmarshal() localVariable
117 match extension_profile { in unmarshal()
180 (extension_profile, extensions) in unmarshal()
195 extension_profile, in unmarshal()
263 buf.put_u16(self.extension_profile); in marshal_to()
277 match self.extension_profile { in marshal_to()
329 * match self.extension_profile { in get_extension_payload_len()
341 match self.extension_profile { in set_extension()
[all …]
/webrtc/rtp/src/packet/
H A Dpacket_test.rs32 extension_profile: 1, in test_basic()
103 extension_profile: 3, in test_extension()
186 extension_profile: 0xBEDE, in test_rfc_8285_one_byte_extension()
246 extension_profile: 0xBEDE, in test_rfc_8285_one_byte_two_extension_of_two_bytes()
377 extension_profile: 0xBEDE, in test_rfc_8285_one_byte_multiple_extension()
426 extension_profile: 0x1000, in test_rfc_8285_two_byte_extension()
527 extension_profile: 0x1000, in test_rfc8285_two_byte_multiple_extension_with_large_extension()
603 extension_profile: 0xBEDE, in test_rfc8285_del_extension()
643 extension_profile: 0xBEDE, in test_rfc8285_get_extension_ids()
807 extension_profile: 0xBEDE, in test_rfc8285_set_extension_should_update_existing_extension()
[all …]
/webrtc/media/src/io/ivf_writer/
H A Divf_writer_test.rs17 extension_profile: 1, in test_ivf_writer_add_packet_and_close()
44 extension_profile: 1, in test_ivf_writer_add_packet_and_close()
71 extension_profile: 1, in test_ivf_writer_add_packet_and_close()
/webrtc/media/src/io/ogg_writer/
H A Dogg_writer_test.rs16 extension_profile: 1, in test_ogg_writer_add_packet_and_close()
/webrtc/rtp/benches/
H A Dpacket_bench.rs14 extension_profile: EXTENSION_PROFILE_TWO_BYTE, in benchmark_packet()
/webrtc/rtp/src/packetizer/
H A Dpacketizer_test.rs75 extension_profile: 0xBEDE, in test_packetizer_abs_send_time()