HomeSort by relevance Sort by last modified time
    Searched refs:RefPicList1 (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 119 if (video->RefPicList0[i] != video->RefPicList1[i])
126 tmp_s = video->RefPicList1[0];
127 video->RefPicList1[0] = video->RefPicList1[1];
128 video->RefPicList1[1] = tmp_s;
267 RefPicListX = video->RefPicList1;
321 RefPicListX = video->RefPicList1;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 81 #define MAX_REF_PIC_LIST 33 /* max size of the RefPicList0 and RefPicList1 */
759 AVCPictureData *RefPicList1[MAX_REF_PIC_LIST]; /* list 1 */
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 419 InitVAPicture(&slice_param.RefPicList1[i]);
429 FillVAPicture(&slice_param.RefPicList1[i], *it);
789 // RefPicList1 (8.2.4.2.4) [[1] [2] [3]], where:
812 // If lists identical, swap first two entries in RefPicList1 (spec 8.2.4.2.3)
    [all...]

Completed in 1001 milliseconds