HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceSlot (Results 1 - 3 of 3) sorted by null

  /external/v4l2_codec2/vda/
vp9_parser.h 278 struct ReferenceSlot {
335 // Return ReferenceSlot for frame at |ref_idx|.
336 const ReferenceSlot& GetRefSlot(size_t ref_idx) const;
338 // Update contents of ReferenceSlot at |ref_idx| with the contents of
340 void UpdateRefSlot(size_t ref_idx, const ReferenceSlot& ref_slot);
355 ReferenceSlot ref_slots_[kVp9NumRefFrames];
vp9_uncompressed_header_parser.cc 715 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx);
733 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx);
1004 const Vp9Parser::ReferenceSlot& ref =
vp9_parser.cc 318 const Vp9Parser::ReferenceSlot& Vp9Parser::Context::GetRefSlot(
326 const Vp9Parser::ReferenceSlot& ref_slot) {
660 ReferenceSlot ref_slot;

Completed in 319 milliseconds