| /webrtc/interceptor/src/mock/ |
| H A D | mock_interceptor.rs | 25 &StreamInfo, 32 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>; 35 &StreamInfo, 42 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>; 90 info: &StreamInfo, in bind_local_stream() argument 101 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 111 info: &StreamInfo, in bind_remote_stream() argument 122 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument
|
| H A D | mock_stream.rs | 2 use crate::stream_info::StreamInfo; 36 info: &StreamInfo, in new() argument 317 let s = MockStream::new(&StreamInfo::default(), Arc::new(NoOp)).await; in test_mock_stream()
|
| /webrtc/interceptor/src/ |
| H A D | chain.rs | 2 use crate::stream_info::StreamInfo; 54 info: &StreamInfo, in bind_local_stream() argument 64 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 74 info: &StreamInfo, in bind_remote_stream() argument 84 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument
|
| H A D | noop.rs | 33 _info: &StreamInfo, in bind_local_stream() argument 40 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() argument 46 _info: &StreamInfo, in bind_remote_stream() argument 53 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() argument
|
| H A D | lib.rs | 11 use stream_info::StreamInfo; 57 info: &StreamInfo, in bind_local_stream() argument 62 async fn unbind_local_stream(&self, info: &StreamInfo); in unbind_local_stream() argument 68 info: &StreamInfo, in bind_remote_stream() argument 73 async fn unbind_remote_stream(&self, info: &StreamInfo); in unbind_remote_stream() argument
|
| H A D | stream_info.rs | 12 pub struct StreamInfo { struct
|
| /webrtc/interceptor/src/nack/ |
| H A D | mod.rs | 1 use crate::stream_info::StreamInfo; 8 fn stream_support_nack(info: &StreamInfo) -> bool { in stream_support_nack()
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | mod.rs | 79 info: &StreamInfo, in bind_local_stream() argument 109 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 118 _info: &StreamInfo, in bind_remote_stream() argument 125 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() argument
|
| H A D | sender_test.rs | 27 &StreamInfo { in test_twcc_sender_interceptor()
|
| /webrtc/webrtc/src/track/ |
| H A D | mod.rs | 6 use interceptor::stream_info::StreamInfo; 15 pub(crate) stream_info: Option<StreamInfo>,
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 5 use crate::stream_info::StreamInfo; 163 info: &StreamInfo, in bind_local_stream() argument 180 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 189 _info: &StreamInfo, in bind_remote_stream() argument 196 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() argument
|
| H A D | responder_test.rs | 15 &StreamInfo { in test_responder_interceptor()
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | mod.rs | 8 use crate::stream_info::StreamInfo; 205 _info: &StreamInfo, in bind_local_stream() argument 212 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() argument 218 info: &StreamInfo, in bind_remote_stream() argument 238 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument
|
| H A D | generator_test.rs | 18 &StreamInfo { in test_generator_interceptor()
|
| /webrtc/interceptor/src/report/sender/ |
| H A D | mod.rs | 129 info: &StreamInfo, in bind_local_stream() argument 147 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 156 _info: &StreamInfo, in bind_remote_stream() argument 163 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() argument
|
| H A D | sender_test.rs | 22 &StreamInfo { in test_sender_interceptor_before_any_packet() 74 &StreamInfo { in test_sender_interceptor_after_rtp_packets() 138 &StreamInfo { in test_sender_interceptor_after_rtp_packets_overflow()
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 171 _info: &StreamInfo, in bind_local_stream() argument 178 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() argument 184 info: &StreamInfo, in bind_remote_stream() argument 202 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument
|
| H A D | receiver_test.rs | 22 &StreamInfo { in test_receiver_interceptor_before_any_packet() 74 &StreamInfo { in test_receiver_interceptor_after_rtp_packets() 139 &StreamInfo { in test_receiver_interceptor_after_rtp_and_rtcp_packets() 223 &StreamInfo { in test_receiver_interceptor_overflow() 297 &StreamInfo { in test_receiver_interceptor_overflow_five_pkts() 399 &StreamInfo { in test_receiver_interceptor_packet_loss() 510 &StreamInfo { in test_receiver_interceptor_overflow_and_packet_loss() 580 &StreamInfo { in test_receiver_interceptor_reordered_packets() 642 &StreamInfo { in test_receiver_interceptor_jitter() 722 &StreamInfo { in test_receiver_interceptor_delay()
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | mod.rs | 195 _info: &StreamInfo, in bind_local_stream() argument 202 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() argument 208 info: &StreamInfo, in bind_remote_stream() argument 240 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument
|
| H A D | receiver_test.rs | 19 &StreamInfo { in test_twcc_receiver_interceptor_before_any_packets() 52 &StreamInfo { in test_twcc_receiver_interceptor_after_rtp_packets() 108 &StreamInfo { in test_twcc_receiver_interceptor_different_delays_between_rtp_packets() 180 &StreamInfo { in test_twcc_receiver_interceptor_packet_loss() 287 &StreamInfo { in test_twcc_receiver_interceptor_overflow()
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 22 use crate::stream_info::StreamInfo; 306 info: &StreamInfo, in bind_remote_stream() argument 319 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() argument 329 info: &StreamInfo, in bind_local_stream() argument 342 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() argument 852 use crate::stream_info::StreamInfo; 861 &StreamInfo { in test_stats_interceptor_rtp() 870 &StreamInfo { in test_stats_interceptor_rtp() 940 &StreamInfo { in test_stats_interceptor_rtcp() 949 &StreamInfo { in test_stats_interceptor_rtcp()
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 13 stream_info::{RTPHeaderExtension, StreamInfo}, 140 ) -> StreamInfo { in create_stream_info() argument 158 StreamInfo { in create_stream_info()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | mod.rs | 19 use interceptor::stream_info::StreamInfo; 86 pub(crate) stream_info: Mutex<StreamInfo>, 183 stream_info: Mutex::new(StreamInfo::default()), in new()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 12 use interceptor::stream_info::StreamInfo; 582 stream_info: &StreamInfo, in streams_for_ssrc() argument
|