Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dh265_dpb.cc73 return GetPicByPocMaskedAndMark(poc, 0, ref); in GetPicByPocAndMark()
76 scoped_refptr<H265Picture> H265DPB::GetPicByPocMaskedAndMark( in GetPicByPocMaskedAndMark() function in media::H265DPB
H A Dh265_dpb.h127 GetPicByPocMaskedAndMark(int poc, int mask, H265Picture::ReferenceType ref);
H A Dh265_decoder.cc568 ref_pic_set_lt_curr[i] = dpb_.GetPicByPocMaskedAndMark( in BuildRefPicLists()
580 ref_pic_set_lt_foll[i] = dpb_.GetPicByPocMaskedAndMark( in BuildRefPicLists()