Searched refs:ErrShortPacket (Results 1 – 9 of 9) sorted by relevance
| /webrtc/rtp/src/codecs/h265/ |
| H A D | h265_test.rs | 180 expected_err: Some(Error::ErrShortPacket), in test_h265_single_nalunit_packet() 185 expected_err: Some(Error::ErrShortPacket), in test_h265_single_nalunit_packet() 190 expected_err: Some(Error::ErrShortPacket), in test_h265_single_nalunit_packet() 223 expected_err: Some(Error::ErrShortPacket), in test_h265_single_nalunit_packet() 286 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() 291 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() 296 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() 314 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() 320 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() 327 expected_err: Some(Error::ErrShortPacket), in test_h265_aggregation_packet() [all …]
|
| H A D | mod.rs | 122 return Err(Error::ErrShortPacket); in depacketize() 141 return Err(Error::ErrShortPacket); in depacketize() 287 return Err(Error::ErrShortPacket); in depacketize() 304 return Err(Error::ErrShortPacket); in depacketize() 313 return Err(Error::ErrShortPacket); in depacketize() 319 return Err(Error::ErrShortPacket); in depacketize() 359 return Err(Error::ErrShortPacket); in depacketize() 455 return Err(Error::ErrShortPacket); in depacketize() 617 return Err(Error::ErrShortPacket); in depacketize() 636 return Err(Error::ErrShortPacket); in depacketize() [all …]
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 207 return Err(Error::ErrShortPacket); in depacketize() 272 return Err(Error::ErrShortPacket); in parse_picture_id() 279 return Err(Error::ErrShortPacket); in parse_picture_id() 317 return Err(Error::ErrShortPacket); in parse_layer_info_common() 348 return Err(Error::ErrShortPacket); in parse_layer_info_non_flexible_mode() 370 return Err(Error::ErrShortPacket); in parse_ref_indices() 406 return Err(Error::ErrShortPacket); in parse_ssdata() 421 return Err(Error::ErrShortPacket); in parse_ssdata() 435 return Err(Error::ErrShortPacket); in parse_ssdata() 444 return Err(Error::ErrShortPacket); in parse_ssdata() [all …]
|
| H A D | vp9_test.rs | 11 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 47 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 54 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 93 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 100 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 142 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 149 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal() 156 Some(Error::ErrShortPacket), in test_vp9_packet_unmarshal()
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | mod.rs | 154 return Err(Error::ErrShortPacket); in depacketize() 205 return Err(Error::ErrShortPacket); in depacketize() 214 return Err(Error::ErrShortPacket); in depacketize() 230 return Err(Error::ErrShortPacket); in depacketize()
|
| /webrtc/rtp/src/packet/ |
| H A D | mod.rs | 53 Err(Error::ErrShortPacket.into()) in unmarshal() 56 Err(Error::ErrShortPacket.into()) in unmarshal()
|
| /webrtc/rtp/src/codecs/opus/ |
| H A D | mod.rs | 35 Err(Error::ErrShortPacket) in depacketize()
|
| /webrtc/rtp/src/ |
| H A D | error.rs | 33 ErrShortPacket, enumerator
|
| /webrtc/rtp/src/codecs/h264/ |
| H A D | mod.rs | 212 return Err(Error::ErrShortPacket); in depacketize() 259 return Err(Error::ErrShortPacket); in depacketize()
|