Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_parser.h278 struct ReferenceSlot { struct
336 const ReferenceSlot& GetRefSlot(size_t ref_idx) const;
340 void UpdateRefSlot(size_t ref_idx, const ReferenceSlot& ref_slot);
355 ReferenceSlot ref_slots_[kVp9NumRefFrames];
Dvp9_uncompressed_header_parser.cc715 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
733 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
1004 const Vp9Parser::ReferenceSlot& ref = in Parse()
Dvp9_parser.cc318 const Vp9Parser::ReferenceSlot& Vp9Parser::Context::GetRefSlot( in GetRefSlot()
326 const Vp9Parser::ReferenceSlot& ref_slot) { in UpdateRefSlot()
660 ReferenceSlot ref_slot; in UpdateSlots()