Home
last modified time | relevance | path

Searched refs:StreamInfo (Results 1 – 24 of 24) sorted by relevance

/webrtc/interceptor/src/mock/
H A Dmock_interceptor.rs25 &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 Dmock_stream.rs2 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 Dchain.rs2 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 Dnoop.rs33 _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 Dlib.rs11 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 Dstream_info.rs12 pub struct StreamInfo { struct
/webrtc/interceptor/src/nack/
H A Dmod.rs1 use crate::stream_info::StreamInfo;
8 fn stream_support_nack(info: &StreamInfo) -> bool { in stream_support_nack()
/webrtc/interceptor/src/twcc/sender/
H A Dmod.rs79 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 Dsender_test.rs27 &StreamInfo { in test_twcc_sender_interceptor()
/webrtc/webrtc/src/track/
H A Dmod.rs6 use interceptor::stream_info::StreamInfo;
15 pub(crate) stream_info: Option<StreamInfo>,
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs5 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 Dresponder_test.rs15 &StreamInfo { in test_responder_interceptor()
/webrtc/interceptor/src/nack/generator/
H A Dmod.rs8 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 Dgenerator_test.rs18 &StreamInfo { in test_generator_interceptor()
/webrtc/interceptor/src/report/sender/
H A Dmod.rs129 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 Dsender_test.rs22 &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 Dmod.rs171 _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 Dreceiver_test.rs22 &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 Dmod.rs195 _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 Dreceiver_test.rs19 &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 Dinterceptor.rs22 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 Dmod.rs13 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 Dmod.rs19 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 Dmod.rs12 use interceptor::stream_info::StreamInfo;
582 stream_info: &StreamInfo, in streams_for_ssrc() argument