Home
last modified time | relevance | path

Searched refs:H264Error (Results 1 – 5 of 5) sorted by relevance

/xiu/library/codec/h264/src/
H A Derrors.rs11 pub struct H264Error { struct
15 impl From<BitError> for H264Error { implementation
17 H264Error { in from()
23 impl fmt::Display for H264Error { implementation
29 impl Fail for H264Error { implementation
H A Dutils.rs1 use super::errors::H264Error;
12 pub fn read_uev(bit_reader: &mut BitsReader) -> Result<u32, H264Error> { in read_uev() argument
26 pub fn read_sev(bit_reader: &mut BitsReader) -> Result<i32, H264Error> { in read_sev() argument
H A Dsps.rs2 super::errors::H264Error, super::utils, bytes::BytesMut, bytesio::bits_reader::BitsReader,
77 pub fn parse(&mut self) -> Result<(u32, u32), H264Error> { in parse() argument
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs5 h264_decoder::errors::H264Error,
23 H264Error(H264Error), enumerator
44 impl From<H264Error> for CacheError {
45 fn from(error: H264Error) -> Self { in from()
47 value: CacheErrorValue::H264Error(error), in from()
/xiu/library/container/flv/src/
H A Derrors.rs5 h264_decoder::errors::H264Error,
159 H264Error(#[cause] H264Error), enumerator
188 impl From<H264Error> for Mpeg4AvcHevcError {
189 fn from(error: H264Error) -> Self { in from()
191 value: MpegErrorValue::H264Error(error), in from()