Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_parser.h277 struct ReferenceSlot { struct
335 const ReferenceSlot& GetRefSlot(size_t ref_idx) const;
339 void UpdateRefSlot(size_t ref_idx, const ReferenceSlot& ref_slot);
354 ReferenceSlot ref_slots_[kVp9NumRefFrames];
Dvp9_uncompressed_header_parser.cc714 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
732 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
1003 const Vp9Parser::ReferenceSlot& ref = in Parse()
Dvp9_parser.cc190 const Vp9Parser::ReferenceSlot& Vp9Parser::Context::GetRefSlot( in GetRefSlot()
198 const Vp9Parser::ReferenceSlot& ref_slot) { in UpdateRefSlot()
579 ReferenceSlot ref_slot; in UpdateSlots()