OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_pic_marking
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/media/
h264_dpb.h
58
H264DecRefPicMarking
ref_pic_marking
[H264SliceHeader::kRefListSize];
member in struct:content::H264Picture
vaapi_h264_decoder.cc
534
COMPILE_ASSERT(sizeof(curr_pic_->
ref_pic_marking
) ==
535
sizeof(slice_hdr->
ref_pic_marking
),
537
memcpy(curr_pic_->
ref_pic_marking
, slice_hdr->
ref_pic_marking
,
538
sizeof(curr_pic_->
ref_pic_marking
));
1123
H264DecRefPicMarking*
ref_pic_marking
= &curr_pic_->
ref_pic_marking
[i];
local
[
all
...]
h264_parser.h
209
H264DecRefPicMarking
ref_pic_marking
[kRefListSize];
member in struct:content::H264SliceHeader
h264_parser.cc
910
for (i = 0; i < arraysize(shdr->
ref_pic_marking
); ++i) {
911
marking = &shdr->
ref_pic_marking
[i];
935
if (i == arraysize(shdr->
ref_pic_marking
)) {
[
all
...]
Completed in 164 milliseconds