HomeSort by relevance Sort by last modified time
    Searched refs:pic_order_cnt_type (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libstagefright/
avc_utils.cpp 63 unsigned pic_order_cnt_type = parseUE(&br); local
65 if (pic_order_cnt_type == 0) {
67 } else if (pic_order_cnt_type == 1) {
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 49 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)
    [all...]
init.cpp 109 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)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 92 ue_v(stream, &(seqParam->pic_order_cnt_type));
94 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 1", seqParam->log2_max_frame_num_minus4, seqParam->pic_order_cnt_type);
96 if (seqParam->pic_order_cnt_type == 0)
100 else if (seqParam->pic_order_cnt_type == 1)
635 if (currSPS->pic_order_cnt_type == 0)
648 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 307 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) */
    [all...]

Completed in 24 milliseconds