Searched refs:NaluTypeIsNotHandled (Results 1 – 2 of 2) sorted by relevance
| /webrtc/rtp/src/ | ||
| H A D | error.rs | 57 NaluTypeIsNotHandled(u8), enumerator |
| /webrtc/rtp/src/codecs/h264/ | ||
| H A D | mod.rs | 290 _ => Err(Error::NaluTypeIsNotHandled(nalu_type)), in depacketize() |