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

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp107 unsigned pic_order_cnt_type = parseUE(&br); local
109 if (pic_order_cnt_type == 0) {
111 } else if (pic_order_cnt_type == 1) {
/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 822 milliseconds