Searched refs:delta_pic_order_always_zero_flag (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h220 M4OSA_Bool delta_pic_order_always_zero_flag; member in struct:__anon298
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp61 status = BitstreamWrite1Bit(stream, seqParam->delta_pic_order_always_zero_flag);
366 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
778 if (!currSPS->delta_pic_order_always_zero_flag)
H A Dinit.cpp121 seqParam->delta_pic_order_always_zero_flag = encParam->delta_poc_zero_flag;
176 seqParam->delta_pic_order_always_zero_flag = extS->delta_pic_order_always_zero_flag;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h311 uint delta_pic_order_always_zero_flag; /* u(1) */ member in struct:tagSeqParamSet
401 /* if(pic_order_cnt_type==1 && !delta_pic_order_always_zero_flag) */
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c908 && (instance->encoder_sps.delta_pic_order_always_zero_flag) )
932 && (instance->clip_sps.delta_pic_order_always_zero_flag) )
1063 sps->delta_pic_order_always_zero_flag =
1902 && (instance->clip_sps.delta_pic_order_always_zero_flag) )

Completed in 228 milliseconds