| /webrtc/rtp/src/packet/ |
| H A D | packet_test.rs | 26 marker: true, in test_basic() 184 marker: true, in test_rfc_8285_one_byte_extension() 244 marker: true, in test_rfc_8285_one_byte_two_extension_of_two_bytes() 375 marker: true, in test_rfc_8285_one_byte_multiple_extension() 424 marker: true, in test_rfc_8285_two_byte_extension() 525 marker: true, in test_rfc8285_two_byte_multiple_extension_with_large_extension() 573 marker: true, in test_rfc8285_get_extension_returns_nil_when_extension_disabled() 601 marker: true, in test_rfc8285_del_extension() 641 marker: true, in test_rfc8285_get_extension_ids() 687 marker: true, in test_rfc8285_get_extension_ids_return_empty_when_extension_disabled() [all …]
|
| H A D | mod.rs | 23 out += format!("\tMarker: {}\n", self.header.marker).as_str(); in fmt()
|
| /webrtc/media/src/io/sample_builder/ |
| H A D | sample_builder_test.rs | 63 marker in is_partition_tail() 95 marker: true, in test_sample_builder() 170 marker: true, in test_sample_builder() 337 marker: true, in test_sample_builder() 348 marker: true, in test_sample_builder() 500 marker: true, in test_sample_builder() 511 marker: true, in test_sample_builder() 542 marker: true, in test_sample_builder() 553 marker: true, in test_sample_builder() 586 marker: true, in test_sample_builder() [all …]
|
| H A D | mod.rs | 251 .is_partition_tail(packet.header.marker, &packet.payload); in build_sample()
|
| /webrtc/ice/src/udp_mux/ |
| H A D | socket_addr_ext.rs | 36 let marker = IPV4_MARKER; in encode() localVariable 40 buffer[0] = marker; in encode() 47 let marker = IPV6_MARKER; in encode() localVariable 53 buffer[0] = marker; in encode()
|
| /webrtc/media/src/io/ivf_writer/ |
| H A D | ivf_writer_test.rs | 15 marker: true, in test_ivf_writer_add_packet_and_close() 42 marker: true, in test_ivf_writer_add_packet_and_close() 69 marker: true, in test_ivf_writer_add_packet_and_close()
|
| H A D | mod.rs | 87 if !packet.header.marker { in write_rtp()
|
| /webrtc/rtp/src/ |
| H A D | header.rs | 42 pub marker: bool, field 89 let marker = (b1 >> MARKER_SHIFT & MARKER_MASK) > 0; in unmarshal() localVariable 189 marker, in unmarshal() 249 if self.marker { in marshal_to()
|
| /webrtc/sctp/src/chunk/ |
| H A D | mod.rs | 26 use std::marker::Sized;
|
| /webrtc/media/src/io/ogg_writer/ |
| H A D | ogg_writer_test.rs | 14 marker: true, in test_ogg_writer_add_packet_and_close()
|
| /webrtc/turn/examples/ |
| H A D | turn_client_udp.rs | 120 relay_conn: impl Conn + std::marker::Send + std::marker::Sync + 'static, in do_ping_test()
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | mod.rs | 245 fn is_partition_tail(&self, marker: bool, _payload: &Bytes) -> bool { in is_partition_tail() 246 marker in is_partition_tail()
|
| /webrtc/rtp/src/packetizer/ |
| H A D | mod.rs | 50 fn is_partition_tail(&self, marker: bool, payload: &Bytes) -> bool; in is_partition_tail() 120 marker: i == payloads_len - 1, in packetize()
|
| H A D | packetizer_test.rs | 69 marker: true, in test_packetizer_abs_send_time()
|
| /webrtc/turn/src/client/ |
| H A D | periodic_timer.rs | 43 pub async fn start<T: 'static + PeriodicTimerTimeoutHandler + std::marker::Send>( in start()
|
| /webrtc/media/src/audio/buffer/ |
| H A D | info.rs | 1 use std::marker::PhantomData;
|
| /webrtc/rtp/src/codecs/h264/ |
| H A D | mod.rs | 309 fn is_partition_tail(&self, marker: bool, _payload: &Bytes) -> bool { in is_partition_tail() 310 marker in is_partition_tail()
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 252 fn is_partition_tail(&self, marker: bool, _payload: &Bytes) -> bool { in is_partition_tail() 253 marker in is_partition_tail()
|
| /webrtc/rtp/src/codecs/h265/ |
| H A D | mod.rs | 793 fn is_partition_tail(&self, marker: bool, _payload: &Bytes) -> bool { in is_partition_tail() 794 marker in is_partition_tail()
|
| /webrtc/dtls/src/cipher_suite/ |
| H A D | mod.rs | 11 use std::marker::{Send, Sync};
|
| /webrtc/srtp/src/session/ |
| H A D | mod.rs | 19 marker::{Send, Sync},
|
| /webrtc/dtls/src/ |
| H A D | state.rs | 12 use std::marker::{Send, Sync};
|
| /webrtc/turn/src/allocation/ |
| H A D | mod.rs | 22 marker::{Send, Sync},
|
| /webrtc/stun/src/ |
| H A D | client.rs | 12 use std::marker::{Send, Sync};
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 34 use std::marker::{Send, Sync};
|