| /webrtc/util/src/vnet/chunk_queue/ |
| H A D | chunk_queue_test.rs | 19 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 D | bench.rs | 21 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 D | candidate_test.rs | 119 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 D | candidate_base.rs | 262 let d = SystemTime::now() in seen() localVariable
|
| /webrtc/turn/src/proto/chandata/ |
| H A D | chandata_test.rs | 5 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 D | data_test.rs | 6 let d = Data(vec![1, 2, 33, 44, 0x13, 0xaf]); in test_data_add_to() localVariable
|
| /webrtc/media/src/io/sample_builder/ |
| H A D | sample_builder_test.rs | 1193 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 D | sdp_test.rs | 712 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 D | data-channels-detach-create.rs | 131 let d = Arc::clone(&data_channel); in main() localVariable
|
| /webrtc/dtls/src/crypto/ |
| H A D | crypto_gcm.rs | 114 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + buffer.len()); in decrypt() localVariable
|
| H A D | crypto_cbc.rs | 124 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + decrypted.len()); in decrypt() localVariable
|
| H A D | crypto_ccm.rs | 183 let mut d = Vec::with_capacity(RECORD_LAYER_HEADER_SIZE + buffer.len()); in decrypt() localVariable
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 203 let d = Arc::new(api.new_data_channel(Arc::clone(&sctp), dc_params).await?); in main() localVariable
|
| /webrtc/rtcp/src/ |
| H A D | packet.rs | 187 let d = PictureLossIndication { in test_packet_unmarshal() localVariable
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 811 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 D | peer_connection_internal.rs | 652 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 D | mod.rs | 132 let d = RTCDataChannel::new(params, Arc::clone(&self.setting_engine)); in new_data_channel() localVariable
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | receiver_stream.rs | 71 let d = now in process_rtp() localVariable
|
| /webrtc/util/src/conn/ |
| H A D | conn_bridge.rs | 126 let d = Bytes::from(b.to_vec()); in push() localVariable
|
| /webrtc/stun/src/ |
| H A D | message.rs | 588 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 D | client.rs | 446 let d = t.next_timeout(t.start); in send() localVariable
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 600 let mut d = [0u8; 1024]; in benchmark_xor() localVariable
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 176 pub d: bool, field
|
| /webrtc/util/src/vnet/ |
| H A D | router.rs | 455 let mut d; in process_chunks() localVariable
|
| /webrtc/sdp/src/description/ |
| H A D | session.rs | 245 let d = SessionDescription { in new_jsep_session_description() localVariable
|