Home
last modified time | relevance | path

Searched refs:TooManyChunks (Results 1 – 3 of 3) sorted by relevance

/webrtc/rtcp/src/
H A Derror.rs36 TooManyChunks, enumerator
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs329 Some(Error::TooManyChunks), in test_source_description_roundtrip()
H A Dmod.rs343 return Err(Error::TooManyChunks.into()); in marshal_to()