Home
last modified time | relevance | path

Searched refs:bit_depth_chroma_minus8 (Results 1 – 3 of 3) sorted by relevance

/xiu/library/container/flv/src/
H A Dmpeg4_hevc.rs17 bit_depth_chroma_minus8: u8, // 3bit,[0,7] field
H A Dmpeg4_avc.rs78 pub bit_depth_chroma_minus8: u8, field
117 bit_depth_chroma_minus8: 0, in new()
326 bytes_writer.write_u8(0xF8 | self.mpeg4_avc.bit_depth_chroma_minus8)?; in decoder_configuration_record_save()
/xiu/library/codec/h264/src/
H A Dsps.rs18 bit_depth_chroma_minus8: u32, // ue(v) field
92 self.sps.bit_depth_chroma_minus8 = utils::read_uev(&mut self.bits_reader)?; in parse()