Home
last modified time | relevance | path

Searched defs:Mpeg4AvcHevcError (Results 1 – 3 of 3) sorted by relevance

/xiu/library/container/flv/src/
H A Derrors.rs168 pub struct Mpeg4AvcHevcError { struct
172 impl From<BytesReadError> for Mpeg4AvcHevcError { implementation
180 impl From<BytesWriteError> for Mpeg4AvcHevcError { implementation
188 impl From<H264Error> for Mpeg4AvcHevcError { implementation
196 impl fmt::Display for Mpeg4AvcHevcError { implementation
202 impl Fail for Mpeg4AvcHevcError { implementation
H A Dmpeg4_avc.rs148 ) -> Result<&mut Self, Mpeg4AvcHevcError> { in decoder_configuration_record_load() argument
231 ) -> Result<BytesMut, Mpeg4AvcHevcError> { in h264_mp4toannexb() argument
264 …ub fn read_nalu_size(&mut self, bytes_reader: &mut BytesReader) -> Result<u32, Mpeg4AvcHevcError> { in read_nalu_size() argument
277 ) -> Result<(), Mpeg4AvcHevcError> { in write_nalu_size() argument
287 … pub fn nalus_to_mpeg4avc(&mut self, nalus: Vec<BytesMut>) -> Result<BytesMut, Mpeg4AvcHevcError> { in nalus_to_mpeg4avc() argument
299 pub fn decoder_configuration_record_save(&mut self) -> Result<BytesMut, Mpeg4AvcHevcError> { in decoder_configuration_record_save() argument
H A Dmpeg4_hevc.rs34 ) -> Result<&mut Self, Mpeg4AvcHevcError> { in decoder_configuration_record_load() argument