| /webrtc/stun/src/agent/ |
| H A D | agent_test.rs | 20 let tid = TransactionId([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); in test_agent_process_in_transaction() localVariable 23 tid, in test_agent_process_in_transaction() 26 tid in test_agent_process_in_transaction() 45 let tid = TransactionId([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); in test_agent_process() localVariable 48 tid, in test_agent_process() 51 tid in test_agent_process()
|
| /webrtc/stun/src/ |
| H A D | agent.rs | 270 ClientAgent::Start(tid, deadline) => agent.start(tid, deadline), in run() 271 ClientAgent::Stop(tid) => agent.stop(tid), in run()
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 42 tid: usize, field 90 tid: TRACK_REMOTE_UNIQUE_ID.fetch_add(1, Ordering::SeqCst), in new() 109 pub fn tid(&self) -> usize { in tid() method 110 self.tid in tid() 237 let (n, attributes) = receiver.read_rtp(b, self.tid).await?; in read()
|
| /webrtc/rtp/src/codecs/h265/ |
| H A D | h265_test.rs | 12 tid: u8, in test_h265_nalu_header() field 25 tid: 0, in test_h265_nalu_header() 34 tid: 1, in test_h265_nalu_header() 42 tid: 1, in test_h265_nalu_header() 50 tid: 1, in test_h265_nalu_header() 58 tid: 1, in test_h265_nalu_header() 66 tid: 1, in test_h265_nalu_header() 96 assert_eq!(header.tid(), cur.tid, "invalid tid"); in test_h265_nalu_header()
|
| H A D | mod.rs | 62 pub fn tid(&self) -> u8 { in tid() method
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | mod.rs | 142 pub tid: u8, field 220 self.tid = b >> 6; in depacketize()
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | vp9_test.rs | 63 tid: 0x01, in test_vp9_packet_unmarshal() 80 tid: 0x01, in test_vp9_packet_unmarshal()
|
| H A D | mod.rs | 170 pub tid: u8, field 322 self.tid = b >> 5; in parse_layer_info_common()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 254 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() 266 if t.track.tid() == tid { in read_rtp() 737 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() 738 self.internal.read_rtp(b, tid).await in read_rtp()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 141 if let (Some(sid), Some(tid), None) = in track_details_from_sdp() 145 track_id = tid; in track_details_from_sdp()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_test.rs | 328 let mut tid = TransactionId::default(); in test_handle_peer_reflexive_unknown_remote() localVariable 329 tid.0[..3].copy_from_slice("ABC".as_bytes()); in test_handle_peer_reflexive_unknown_remote() 336 transaction_id: tid, in test_handle_peer_reflexive_unknown_remote() 363 Box::new(tid), in test_handle_peer_reflexive_unknown_remote()
|