Searched defs:FrameHeaderObu (Results  1 – 7 of 7) sorted by relevance
| /system/cros-codecs/src/codec/av1/ | 
| D | parser.rs | 885 pub struct FrameHeaderObu {  struct888     pub obu_header: ObuHeader,
 891     pub show_existing_frame: bool,
 894     pub frame_to_show_map_idx: u8,
 897     pub frame_presentation_time: u32,
 899     pub display_frame_id: u32,
 901     pub frame_type: FrameType,
 906     pub show_frame: bool,
 910     pub showable_frame: bool,
 914     pub error_resilient_mode: bool,
 [all …]
 
 | 
| D | synthesizer.rs | 54 impl private::ObuStruct for FrameHeaderObu {}  implementation629         obu: &'o FrameHeaderObu,  in synthesize()
 
 | 
| /system/cros-codecs/src/decoder/stateless/av1/ | 
| D | dummy.rs | 31         _: &crate::codec::av1::parser::FrameHeaderObu,  in new_picture()42         _: &crate::codec::av1::parser::FrameHeaderObu,  in begin_picture()
 
 | 
| D | v4l2.rs | 71         _hdr: &FrameHeaderObu,  in new_picture()95         hdr: &FrameHeaderObu,  in begin_picture()
 
 | 
| D | vaapi.rs | 238     hdr: &FrameHeaderObu,  in build_pic_param()501         _hdr: &FrameHeaderObu,  in new_picture()
 516         hdr: &FrameHeaderObu,  in begin_picture()
 
 | 
| /system/cros-codecs/src/decoder/stateless/ | 
| D | av1.rs | 54         hdr: &FrameHeaderObu,  in new_picture()66         hdr: &FrameHeaderObu,  in begin_picture()
 166         frame_header: FrameHeaderObu,  in decode_frame_header()
 
 | 
| /system/cros-codecs/src/encoder/stateless/av1/ | 
| D | predictor.rs | 135     fn create_frame_header(&self, frame_type: FrameType) -> EncodeResult<FrameHeaderObu> {  in create_frame_header()
 |