Searched defs:pic_order_cnt_type (Results 1 - 3 of 3) sorted by relevance

/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) */

Completed in 151 milliseconds