Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/chunk_queue/
H A Dchunk_queue_test.rs19 let d = q.peek().await; in test_chunk_queue() localVariable
25 let d = q.pop().await; in test_chunk_queue() localVariable
31 let d = q.pop().await; in test_chunk_queue() localVariable
41 let d = q.peek().await; in test_chunk_queue() localVariable
/webrtc/turn/benches/
H A Dbench.rs21 let mut d = ChannelData { in benchmark_chan_data() localVariable
35 let mut d = ChannelData { in benchmark_chan_data() localVariable
82 let d = Data(vec![0u8; 10]); in benchmark_data() localVariable
93 let d = Data(vec![0u8; 10]); in benchmark_data() localVariable
/webrtc/ice/src/candidate/
H A Dcandidate_test.rs119 let d = now.duration_since(UNIX_EPOCH)?; in test_candidate_last_sent() localVariable
132 let d = now.duration_since(UNIX_EPOCH)?; in test_candidate_last_received() localVariable
H A Dcandidate_base.rs262 let d = SystemTime::now() in seen() localVariable
/webrtc/turn/src/proto/chandata/
H A Dchandata_test.rs5 let mut d = ChannelData { in test_channel_data_encode() localVariable
133 let mut d = ChannelData { in test_channel_data_reset() localVariable
/webrtc/turn/src/proto/data/
H A Ddata_test.rs6 let d = Data(vec![1, 2, 33, 44, 0x13, 0xaf]); in test_data_add_to() localVariable
/webrtc/media/src/io/sample_builder/
H A Dsample_builder_test.rs1193 let d = FakeDepacketizer { in test_sample_builder() localVariable
1341 d: u16, in test_seqnum_distance() field
1459 let d = FakeDepacketizer { in test_sample_builder_push_max_zero() localVariable
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs712 let d = SessionDescription::default(); in test_populate_sdp() localVariable
806 let d = SessionDescription::default(); in test_populate_sdp() localVariable
932 let d = SessionDescription::default(); in test_populate_sdp_reject() localVariable
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs131 let d = Arc::clone(&data_channel); in main() localVariable
/webrtc/dtls/src/crypto/
H A Dcrypto_gcm.rs114 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + buffer.len()); in decrypt() localVariable
H A Dcrypto_cbc.rs124 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + decrypted.len()); in decrypt() localVariable
H A Dcrypto_ccm.rs183 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + buffer.len()); in decrypt() localVariable
/webrtc/examples/examples/ortc/
H A Dortc.rs203 let d = Arc::new(api.new_data_channel(Arc::clone(&sctp), dc_params).await?); in main() localVariable
/webrtc/rtcp/src/
H A Dpacket.rs187 let d = PictureLossIndication { in test_packet_unmarshal() localVariable
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs811 let mut d = if current_remote_description_is_none { in create_offer() localVariable
932 let mut d = self in create_answer() localVariable
1836 let d = Arc::new(RTCDataChannel::new( in create_data_channel() localVariable
2063 let mut d = done3.lock().await; in gathering_complete_promise() localVariable
2070 let mut d = done.lock().await; in gathering_complete_promise() localVariable
H A Dpeer_connection_internal.rs652 let d = SessionDescription::new_jsep_session_description(use_identity); in generate_unmatched_sdp() localVariable
723 let d = SessionDescription::new_jsep_session_description(use_identity); in generate_matched_sdp() localVariable
/webrtc/webrtc/src/api/
H A Dmod.rs132 let d = RTCDataChannel::new(params, Arc::clone(&self.setting_engine)); in new_data_channel() localVariable
/webrtc/interceptor/src/report/receiver/
H A Dreceiver_stream.rs71 let d = now in process_rtp() localVariable
/webrtc/util/src/conn/
H A Dconn_bridge.rs126 let d = Bytes::from(b.to_vec()); in push() localVariable
/webrtc/stun/src/
H A Dmessage.rs588 let d = method & METHOD_DBITS; // D = M * 0b0000111110000000 (5 bits after B) in value() localVariable
619 let d = (value >> METHOD_DSHIFT) & METHOD_DBITS; // D(M7-M11) in read_value() localVariable
H A Dclient.rs446 let d = t.next_timeout(t.start); in send() localVariable
/webrtc/stun/benches/
H A Dbench.rs600 let mut d = [0u8; 1024]; in benchmark_xor() localVariable
/webrtc/rtp/src/codecs/vp9/
H A Dmod.rs176 pub d: bool, field
/webrtc/util/src/vnet/
H A Drouter.rs455 let mut d; in process_chunks() localVariable
/webrtc/sdp/src/description/
H A Dsession.rs245 let d = SessionDescription { in new_jsep_session_description() localVariable