Home
last modified time | relevance | path

Searched refs:ref_slot (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dvp9_parser.cc326 const Vp9Parser::ReferenceSlot& ref_slot) { in UpdateRefSlot() argument
328 ref_slots_[ref_type] = ref_slot; in UpdateRefSlot()
660 ReferenceSlot ref_slot; in UpdateSlots() local
661 ref_slot.initialized = true; in UpdateSlots()
663 ref_slot.frame_width = curr_frame_header_.frame_width; in UpdateSlots()
664 ref_slot.frame_height = curr_frame_header_.frame_height; in UpdateSlots()
665 ref_slot.subsampling_x = curr_frame_header_.subsampling_x; in UpdateSlots()
666 ref_slot.subsampling_y = curr_frame_header_.subsampling_y; in UpdateSlots()
667 ref_slot.bit_depth = curr_frame_header_.bit_depth; in UpdateSlots()
669 ref_slot.profile = curr_frame_header_.profile; in UpdateSlots()
[all …]
Dvp9_parser.h340 void UpdateRefSlot(size_t ref_idx, const ReferenceSlot& ref_slot);