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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 238 status = BitstreamWrite1Bit(stream, picParam->pic_order_present_flag);
361 if (currPPS->pic_order_present_flag && !sliceHdr->field_pic_flag)
369 if (currPPS->pic_order_present_flag && !sliceHdr->field_pic_flag)
709 if (video->currPicParams->pic_order_present_flag && !sliceHdr->field_pic_flag)
782 if (video->currPicParams->pic_order_present_flag && !sliceHdr->field_pic_flag)
    [all...]
init.cpp 237 picParam->pic_order_present_flag = 0; /* default for now, will need it for B-slice */
345 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice */
346 if (extP->pic_order_present_flag != 0)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 364 BitstreamRead1Bit(stream, (uint*)&(picParam->pic_order_present_flag));
643 if (currPPS->pic_order_present_flag)
651 if (currPPS->pic_order_present_flag)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 349 uint pic_order_present_flag; /* u(1) */ member in struct:tagPicParamSet
399 /* if(pic_order_present_flag && !field_pic_flag) */
402 /* if(pic_order_present_flag && !field_pic_flag) */
    [all...]

Completed in 19 milliseconds