| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 20 use interceptor::stream_info::RTPHeaderExtension; 474 if let Some(stream_info) = &mut t.stream.stream_info { in set_rtp_parameters() 528 let stream_info = create_stream_info( in receive() localVariable 541 Some(stream_info), in receive() 562 stream_info, in receive() 570 stream_info: None, in receive() 585 let stream_info = create_stream_info( in receive() localVariable 594 .streams_for_ssrc(rtx_ssrc, &stream_info, &interceptor) in receive() 601 stream_info: Some(stream_info), in receive() 717 if let Some(stream_info) = &t.stream.stream_info { in stop() [all …]
|
| /webrtc/webrtc/src/track/ |
| H A D | mod.rs | 6 use interceptor::stream_info::StreamInfo; 15 pub(crate) stream_info: Option<StreamInfo>, field
|
| /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>, field 183 stream_info: Mutex::new(StreamInfo::default()), in new() 384 let (context, stream_info) = { in send() 411 let stream_info = create_stream_info( in send() localVariable 419 (context, stream_info) in send() 425 .bind_local_stream(&stream_info, srtp_rtp_writer) in send() 437 let mut si = self.stream_info.lock().await; in send() 438 *si = stream_info; in send() 464 let stream_info = self.stream_info.lock().await; in stop() localVariable [all …]
|
| /webrtc/interceptor/src/nack/ |
| H A D | mod.rs | 1 use crate::stream_info::StreamInfo;
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | generator_test.rs | 3 use crate::stream_info::RTCPFeedback;
|
| H A D | mod.rs | 8 use crate::stream_info::StreamInfo;
|
| /webrtc/interceptor/src/ |
| H A D | lib.rs | 11 use stream_info::StreamInfo; 21 pub mod stream_info; module
|
| H A D | chain.rs | 2 use crate::stream_info::StreamInfo;
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | responder_test.rs | 3 use crate::stream_info::RTCPFeedback;
|
| H A D | mod.rs | 5 use crate::stream_info::StreamInfo;
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | sender_test.rs | 3 use crate::stream_info::RTPHeaderExtension;
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 971 let stream_info = create_stream_info( in handle_incoming_ssrc() localVariable 980 .streams_for_ssrc(ssrc, &stream_info, &icpr) in handle_incoming_ssrc() 1015 stream_info: Some(stream_info.clone()), in handle_incoming_ssrc() 1030 stream_info: Some(stream_info.clone()), in handle_incoming_ssrc() 1052 icpr.unbind_remote_stream(&stream_info).await; in handle_incoming_ssrc()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 12 use interceptor::stream_info::StreamInfo; 582 stream_info: &StreamInfo, in streams_for_ssrc() 598 .bind_remote_stream(stream_info, rtp_stream_reader) in streams_for_ssrc()
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 13 stream_info::{RTPHeaderExtension, StreamInfo}, 152 .map(|f| interceptor::stream_info::RTCPFeedback { in create_stream_info()
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | receiver_test.rs | 6 use crate::stream_info::RTPHeaderExtension;
|
| /webrtc/interceptor/src/mock/ |
| H A D | mock_stream.rs | 2 use crate::stream_info::StreamInfo;
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 22 use crate::stream_info::StreamInfo; 852 use crate::stream_info::StreamInfo;
|