OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_pic_marking
(Results
1 - 3
of
3
) 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
h264_parser.h
209
H264DecRefPicMarking
ref_pic_marking
[kRefListSize];
member in struct:content::H264SliceHeader
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
...]
Completed in 6206 milliseconds