OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_pic_list1_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc
94
ref_pic_list1_
.clear();
427
for (it =
ref_pic_list1_
.begin(), i = 0; it !=
ref_pic_list1_
.end() && *it;
445
ref_pic_list1_
.clear();
757
DCHECK(ref_pic_list0_.empty() &&
ref_pic_list1_
.empty());
791
DCHECK(ref_pic_list0_.empty() &&
ref_pic_list1_
.empty());
816
dpb_.GetShortTermRefPicsAppending(
ref_pic_list1_
);
817
num_short_refs =
ref_pic_list1_
.size();
820
std::sort(
ref_pic_list1_
.begin(),
ref_pic_list1_
.end(), POCDescCompare())
[
all
...]
vaapi_h264_decoder.h
237
H264Picture::PtrVector
ref_pic_list1_
;
member in class:content::VaapiH264Decoder
Completed in 45 milliseconds