Home
last modified time | relevance | path

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

/webrtc/rtcp/src/
H A Dreception_report.rs19 pub struct ReceptionReport { struct
48 impl fmt::Display for ReceptionReport { argument
54 impl Packet for ReceptionReport { implementation
74 .downcast_ref::<ReceptionReport>() in equal()
83 impl MarshalSize for ReceptionReport { implementation
91 impl Marshal for ReceptionReport { implementation
139 impl Unmarshal for ReceptionReport { implementation
192 Ok(ReceptionReport { in unmarshal()
H A Dpacket.rs160 reports: vec![ReceptionReport { in test_packet_unmarshal()
/webrtc/rtcp/src/receiver_report/
H A Dreceiver_report_test.rs20 reports: vec![ReceptionReport { in test_receiver_report_unmarshal()
49 reports: vec![ReceptionReport { in test_receiver_report_unmarshal()
144 too_many_reports.push(ReceptionReport { in test_receiver_report_roundtrip()
161 ReceptionReport { in test_receiver_report_roundtrip()
170 ReceptionReport::default(), in test_receiver_report_roundtrip()
180 reports: vec![ReceptionReport { in test_receiver_report_roundtrip()
197 reports: vec![ReceptionReport { in test_receiver_report_roundtrip()
H A Dmod.rs25 pub reports: Vec<ReceptionReport>,
208 let reception_report = ReceptionReport::unmarshal(raw_packet)?; in unmarshal()
/webrtc/rtcp/src/sender_report/
H A Dsender_report_test.rs34 reports: vec![ReceptionReport { in test_sender_report_unmarshal()
144 too_many_reports.push(ReceptionReport { in test_sender_report_roundtrip()
165 ReceptionReport { in test_sender_report_roundtrip()
174 ReceptionReport::default(), in test_sender_report_roundtrip()
184 reports: vec![ReceptionReport { in test_sender_report_roundtrip()
201 reports: vec![ReceptionReport { in test_sender_report_roundtrip()
H A Dmod.rs55 pub reports: Vec<ReceptionReport>,
273 let reception_report = ReceptionReport::unmarshal(raw_packet)?; in unmarshal()
/webrtc/interceptor/src/report/receiver/
H A Dreceiver_test.rs41 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_before_any_packet()
104 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_after_rtp_packets()
187 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_after_rtp_and_rtcp_packets()
261 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_overflow()
365 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_overflow_five_pkts()
437 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_packet_loss()
478 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_packet_loss()
548 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_overflow_and_packet_loss()
610 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_reordered_packets()
690 rtcp::reception_report::ReceptionReport { in test_receiver_interceptor_jitter()
[all …]
H A Dreceiver_stream.rs119 reports: vec![rtcp::reception_report::ReceptionReport { in generate_report()
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs843 use rtcp::reception_report::ReceptionReport;
961 ReceptionReport { in test_stats_interceptor_rtcp()
966 ReceptionReport { in test_stats_interceptor_rtcp()
981 ReceptionReport { in test_stats_interceptor_rtcp()
987 ReceptionReport { in test_stats_interceptor_rtcp()