Searched refs:pic_order_present_flag (Results 1 - 5 of 5) 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.cpp237 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)
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h272 M4OSA_Bool pic_order_present_flag; member in struct:__anon299
/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) */
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c901 if( instance->encoder_pps.pic_order_present_flag )
913 if( instance->encoder_pps.pic_order_present_flag )
925 if( instance->encoder_pps.pic_order_present_flag )
937 if( instance->encoder_pps.pic_order_present_flag )
1177 pps->pic_order_present_flag = (M4OSA_Bool)H264MCS_getBits(p_bs, 1);

Completed in 385 milliseconds