Home
last modified time | relevance | path

Searched refs:report (Results 1 – 9 of 9) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dmod.rs233 for report in &self.reports { in marshal_to()
234 let n = report.marshal_to(buf)?; in marshal_to()
273 let report: Box<dyn Packet + Send + Sync> = match block_type { in unmarshal() localVariable
292 offset += report.marshal_size(); in unmarshal()
293 reports.push(report); in unmarshal()
/webrtc/.github/workflows/
H A Dgrcov.yml81 # path: ${{ steps.grcov.outputs.report }}
87 # file: ${{ steps.grcov.outputs.report }}
/webrtc/rtcp/src/receiver_report/
H A Dmod.rs141 for report in &self.reports { in marshal_to()
142 let n = report.marshal_to(buf)?; in marshal_to()
/webrtc/rtcp/src/sender_report/
H A Dmod.rs192 for report in &self.reports { in marshal_to()
193 let n = report.marshal_to(buf)?; in marshal_to()
/webrtc/rtcp/
H A DCHANGELOG.md17 …requiring the allocation of a Vec. Added in [#225 Add RTP Stats to stats report](https://github.co…
/webrtc/webrtc/src/api/interceptor_registry/
H A Dmod.rs11 use interceptor::report::{receiver::ReceiverReport, sender::SenderReport};
/webrtc/interceptor/src/
H A Dlib.rs19 pub mod report; module
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs506 let dlrrs = xr.reports.iter().flat_map(|report| { in read()
507 let dlrr = report.as_any().downcast_ref::<DLRRReportBlock>(); in read()
/webrtc/webrtc/
H A DCHANGELOG.md158 …* [#225 Add RTP Stats to stats report](https://github.com/webrtc-rs/webrtc/pull/225) contributed b…