Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dh265_dpb.h116 int GetReferencePicCount();
H A Dh265_dpb.cc61 int H265DPB::GetReferencePicCount() { in GetReferencePicCount() function in media::H265DPB
H A Dh265_decoder.cc615 if (dpb_.GetReferencePicCount() != total_ref_pics) { in BuildRefPicLists()