Home
last modified time | relevance | path

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

/webrtc/rtp/src/
H A Derror.rs11 ErrHeaderSizeInsufficientForExtension, enumerator
H A Dheader.rs104 return Err(Error::ErrHeaderSizeInsufficientForExtension.into()); in unmarshal()
113 return Err(Error::ErrHeaderSizeInsufficientForExtension.into()); in unmarshal()
171 return Err(Error::ErrHeaderSizeInsufficientForExtension.into()); in unmarshal()
/webrtc/rtp/src/packet/
H A Dpacket_test.rs1172 err: Error::ErrHeaderSizeInsufficientForExtension, in test_unmarshal_error_handling()
1184 err: Error::ErrHeaderSizeInsufficientForExtension, in test_unmarshal_error_handling()
1198 err: Error::ErrHeaderSizeInsufficientForExtension, in test_unmarshal_error_handling()