Searched refs:pic_order_cnt_type (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp49 status = ue_v(stream, seqParam->pic_order_cnt_type);
55 if (seqParam->pic_order_cnt_type == 0)
59 else if (seqParam->pic_order_cnt_type == 1)
356 if (currSPS->pic_order_cnt_type == 0)
366 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
656 switch (currSPS->pic_order_cnt_type)
888 switch (currSPS->pic_order_cnt_type)
H A Dinit.cpp109 seqParam->pic_order_cnt_type = encParam->poc_type; /* POC type */
164 seqParam->pic_order_cnt_type = extS->pic_order_cnt_type;
165 if (seqParam->pic_order_cnt_type == 0)
174 else if (seqParam->pic_order_cnt_type == 1)
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp67 unsigned pic_order_cnt_type = parseUE(&br); local
69 if (pic_order_cnt_type == 0) {
71 } else if (pic_order_cnt_type == 1) {
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h184 /* (pic_order_cnt_type == 1) */
208 M4OSA_UInt8 pic_order_cnt_type; member in struct:__anon298
209 /* if(pic_order_cnt_type == 0) */
271 /* if( pic_order_cnt_type < 2 ) in the sequence parameter set */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h307 uint pic_order_cnt_type; /* ue(v), range 0..2 */ member in struct:tagSeqParamSet
308 /* if( pic_order_cnt_type == 0 ) */
310 /* else if( pic_order_cnt_type == 1 ) */
397 /* if(pic_order_cnt_type==0) */
401 /* if(pic_order_cnt_type==1 && !delta_pic_order_always_zero_flag) */
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c894 if( instance->encoder_sps.pic_order_cnt_type == 0 )
907 if( ( instance->encoder_sps.pic_order_cnt_type == 1)
919 if( instance->clip_sps.pic_order_cnt_type == 0 )
931 if( ( instance->clip_sps.pic_order_cnt_type == 1)
1051 sps->pic_order_cnt_type =
1054 if (sps->pic_order_cnt_type == 0)
1061 else if( sps->pic_order_cnt_type == 1 )
1892 if( instance->clip_sps.pic_order_cnt_type == 0 )
1901 if( ( instance->clip_sps.pic_order_cnt_type == 1)

Completed in 102 milliseconds