| /webrtc/rtp/src/codecs/opus/ |
| H A D | opus_test.rs | 23 let empty = Bytes::from_static(&[]); in test_opus_payload() localVariable 27 let result = pck.payload(1, &empty)?; in test_opus_payload()
|
| /webrtc/rtp/src/codecs/g7xx/ |
| H A D | g7xx_test.rs | 34 let empty = Bytes::from_static(&[]); in test_g7xx_payload() localVariable 38 let result = pck.payload(1, &empty)?; in test_g7xx_payload()
|
| /webrtc/media/src/io/sample_builder/ |
| H A D | mod.rs | 119 if location.empty() { in fetch_timestamp() 169 if self.active.empty() { in purge_buffers() 226 if self.active.empty() { in build_sample() 230 if self.active.empty() { in build_sample() 275 if consume.empty() { in build_sample() 373 if self.prepared.empty() { in pop()
|
| H A D | sample_sequence_location.rs | 45 pub(crate) fn empty(&self) -> bool { in empty() method
|
| /webrtc/dtls/src/ |
| H A D | config.rs | 120 roots_cas: rustls::RootCertStore::empty(), in default() 121 client_cas: rustls::RootCertStore::empty(), in default()
|
| H A D | handshaker.rs | 115 roots_cas: rustls::RootCertStore::empty(), in default()
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | vp8_test.rs | 180 let empty = Bytes::from_static(&[]); in test_vp8_payload_eror() localVariable 184 let result = pck.payload(1, &empty)?; in test_vp8_payload_eror()
|
| /webrtc/rtp/src/codecs/h264/ |
| H A D | h264_test.rs | 8 let empty = Bytes::from_static(&[]); in test_h264_payload() localVariable 26 let result = pck.payload(1, &empty)?; in test_h264_payload()
|
| /webrtc/dtls/examples/dial/verify/ |
| H A D | dial_verify.rs | 67 let mut cert_pool = rustls::RootCertStore::empty(); in main()
|
| /webrtc/examples/examples/signal/src/ |
| H A D | lib.rs | 39 let mut response = Response::new(Body::empty()); in remote_handler()
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | mod.rs | 111 on_error_handler: Arc::new(ArcSwapOption::empty()), in new() 112 on_data_channel_handler: Arc::new(ArcSwapOption::empty()), in new() 113 on_data_channel_opened_handler: Arc::new(ArcSwapOption::empty()), in new()
|
| /webrtc/dtls/examples/listen/verify/ |
| H A D | listen_verify.rs | 63 let mut cert_pool = rustls::RootCertStore::empty(); in main()
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint/ |
| H A D | tests.rs | 141 mod empty; module
|
| /webrtc/interceptor/ |
| H A D | CHANGELOG.md | 13 * Don't generate empty TWCC packets that libWebRTC will ignore. [#324](https://github.com/webrtc-rs…
|
| /webrtc/ice/examples/ |
| H A D | ping_pong.rs | 54 let mut response = Response::new(Body::empty()); in remote_handler() 69 let mut response = Response::new(Body::empty()); in remote_handler()
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | offer.rs | 98 let mut response = Response::new(Body::empty()); in remote_handler() 129 let mut response = Response::new(Body::empty()); in remote_handler()
|
| H A D | answer.rs | 99 let mut response = Response::new(Body::empty()); in remote_handler() 171 let mut response = Response::new(Body::empty()); in remote_handler()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 83 on_negotiation_needed_handler: Arc::new(ArcSwapOption::empty()), in new() 94 on_track_handler: Arc::new(ArcSwapOption::empty()), in new() 95 on_signaling_state_change_handler: ArcSwapOption::empty(), in new() 96 on_ice_connection_state_change_handler: Arc::new(ArcSwapOption::empty()), in new() 112 on_peer_connection_state_change_handler: Arc::new(ArcSwapOption::empty()), in new()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_transport.rs | 96 selected_pair: ArcSwapOption::empty(), in new()
|
| H A D | agent_internal.rs | 109 on_connection_state_change_hdlr: ArcSwapOption::empty(), in new() 110 on_selected_candidate_pair_change_hdlr: ArcSwapOption::empty(), in new() 111 on_candidate_hdlr: ArcSwapOption::empty(), in new()
|
| /webrtc/dtls/src/conn/ |
| H A D | conn_test.rs | 860 let mut srv_ca_pool = rustls::RootCertStore::empty(); in test_client_certificate() 866 let mut ca_pool = rustls::RootCertStore::empty(); in test_client_certificate() 1330 let mut ca_pool = rustls::RootCertStore::empty(); in test_server_certificate()
|
| /webrtc/constraints/src/ |
| H A D | constraint.rs | 697 fn empty() { in empty() function
|
| /webrtc/sctp/src/stream/ |
| H A D | mod.rs | 142 on_buffered_amount_low: ArcSwapOption::empty(), in new()
|