| /webrtc/interceptor/src/ |
| H A D | stream_reader.rs | 9 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument 16 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| H A D | lib.rs | 28 pub type Attributes = HashMap<usize, usize>; typedef 107 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() argument 123 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument 135 attributes: &Attributes, in write() 156 attributes: &Attributes, in write() 166 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() argument 183 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| H A D | noop.rs | 63 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument 70 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 164 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument 193 async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() argument 229 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument 244 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_simulcast_rtcp() argument 254 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() argument 616 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument 621 pub async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() argument 629 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument 637 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_simulcast_rtcp() argument 737 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() argument
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 219 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument 281 pub async fn read_rtp(&self) -> Result<(rtp::packet::Packet, Attributes)> { in read_rtp() argument 291 pub(crate) async fn peek(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in peek() argument 311 pub(crate) async fn prepopulate_peeked_data(&self, data: VecDeque<(Bytes, Attributes)>) { in prepopulate_peeked_data() argument
|
| /webrtc/stun/src/ |
| H A D | attributes.rs | 11 pub struct Attributes(pub Vec<RawAttribute>); struct 13 impl Attributes { impl
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | receiver_stream.rs | 33 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | mod.rs | 37 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument 70 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument 472 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument 479 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument
|
| /webrtc/interceptor/src/mock/ |
| H A D | mock_stream.rs | 252 _attributes: &Attributes, in write() 262 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument 289 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 395 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument 623 attributes: &Attributes, in write() 724 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 105 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | srtp_writer_future.rs | 263 async fn read(&self, buf: &mut [u8], a: &Attributes) -> IResult<(usize, Attributes)> { in read() argument
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 29 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| H A D | receiver_stream.rs | 211 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | generator_stream.rs | 155 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 1469 _a: &Attributes, in write()
|