Home
last modified time | relevance | path

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

/xiu/library/codec/h264/src/
H A Derrors.rs11 pub struct H264Error { struct
12 pub value: H264ErrorValue, argument
15 impl From<BitError> for H264Error { implementation
23 impl fmt::Display for H264Error { implementation
29 impl Fail for H264Error { implementation
H A Dutils.rs12 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.rs77 pub fn parse(&mut self) -> Result<(u32, u32), H264Error> { in parse() argument
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs23 H264Error(H264Error), enumerator
/xiu/library/container/flv/src/
H A Derrors.rs159 H264Error(#[cause] H264Error), enumerator