Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 11 of 11) sorted by relevance

/webrtc/stun/src/agent/
H A Dagent_test.rs20 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 Dagent.rs270 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 Dmod.rs42 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 Dh265_test.rs12 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 Dmod.rs62 pub fn tid(&self) -> u8 { in tid() method
/webrtc/rtp/src/codecs/vp8/
H A Dmod.rs142 pub tid: u8, field
220 self.tid = b >> 6; in depacketize()
/webrtc/rtp/src/codecs/vp9/
H A Dvp9_test.rs63 tid: 0x01, in test_vp9_packet_unmarshal()
80 tid: 0x01, in test_vp9_packet_unmarshal()
H A Dmod.rs170 pub tid: u8, field
322 self.tid = b >> 5; in parse_layer_info_common()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs254 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 Dmod.rs141 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 Dagent_test.rs328 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()