HomeSort by relevance Sort by last modified time
    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 512 COMPILE_ASSERT(sizeof(curr_pic_->ref_pic_marking) ==
513 sizeof(slice_hdr->ref_pic_marking),
515 memcpy(curr_pic_->ref_pic_marking, slice_hdr->ref_pic_marking,
516 sizeof(curr_pic_->ref_pic_marking));
1116 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 1287 milliseconds