Searched refs:pic_order_present_flag (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp238 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)
H A Dinit.cpp233 picParam->pic_order_present_flag = 0; /* default for now, will need it for B-slice */
341 picParam->pic_order_present_flag = extP->pic_order_present_flag; /* default for now, will need it for B-slice */
342 if (extP->pic_order_present_flag != 0)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h349 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) */

Completed in 11 milliseconds