Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc715 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
733 const Vp9Parser::ReferenceSlot& ref = context_->GetRefSlot(idx); in ReadFrameSizeFromRefs()
1005 context_->GetRefSlot(fhdr->ref_frame_idx[i]); in Parse()
Dvp9_parser.h336 const ReferenceSlot& GetRefSlot(size_t ref_idx) const;
Dvp9_parser.cc318 const Vp9Parser::ReferenceSlot& Vp9Parser::Context::GetRefSlot( in GetRefSlot() function in media::Vp9Parser::Context