Home
last modified time | relevance | path

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

/system/cros-codecs/src/codec/h264/
Ddpb.rs684 pub fn mmco_op_4(&mut self, marking: &RefPicMarkingInner) -> MaxLongTermFrameIdx { in mmco_op_4()
701 pub fn mmco_op_5(&mut self, pic: &mut PictureData) -> MaxLongTermFrameIdx { in mmco_op_5()
Dparser.rs151 pub enum MaxLongTermFrameIdx { enum
157 impl MaxLongTermFrameIdx { impl
175 impl PartialEq<u32> for MaxLongTermFrameIdx { implementation
184 impl PartialOrd<u32> for MaxLongTermFrameIdx { implementation
/system/cros-codecs/src/decoder/stateless/
Dh264.rs636 max_long_term_frame_idx: MaxLongTermFrameIdx, in long_term_pic_list_modification()