Home
last modified time | relevance | path

Searched refs:TooManyReports (Results 1 – 7 of 7) sorted by relevance

/webrtc/rtcp/src/
H A Derror.rs33 TooManyReports, enumerator
/webrtc/rtcp/src/sender_report/
H A Dsender_report_test.rs222 Some(Error::TooManyReports), in test_sender_report_roundtrip()
H A Dmod.rs138 return Err(Error::TooManyReports.into()); in marshal_to()
/webrtc/rtcp/src/receiver_report/
H A Dreceiver_report_test.rs212 Some(Error::TooManyReports), in test_receiver_report_roundtrip()
H A Dmod.rs101 return Err(Error::TooManyReports.into()); in marshal_to()
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/
H A Dmod.rs97 return Err(Error::TooManyReports.into()); in marshal_to()
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/
H A Dmod.rs173 return Err(Error::TooManyReports.into()); in marshal_to()