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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 55 u32 picOrderCntType;
h264bsd_seq_param_set.c 158 pSeqParamSet->picOrderCntType = value;
160 if (pSeqParamSet->picOrderCntType == 0)
174 else if (pSeqParamSet->picOrderCntType == 1)
525 pSps1->picOrderCntType == pSps2->picOrderCntType &&
534 if (pSps1->picOrderCntType == 0)
539 else if (pSps1->picOrderCntType == 1)
h264bsd_pic_order_cnt.c 98 ASSERT(sps->picOrderCntType <= 2);
107 /* if there was a gap in frame numbering and picOrderCntType is 1 or 2 ->
111 if ( sps->picOrderCntType > 0 &&
152 switch (sps->picOrderCntType)
h264bsd_slice_header.c 183 if (pSeqParamSet->picOrderCntType == 0)
217 if ( (pSeqParamSet->picOrderCntType == 1) &&
968 /* picOrderCntType must be equal to 0 */
969 ASSERT(pSeqParamSet->picOrderCntType == 0);
1068 /* picOrderCntType must be equal to 0 and picOrderPresentFlag must be TRUE
1070 ASSERT(pSeqParamSet->picOrderCntType == 0);
    [all...]
h264bsd_storage.c 363 pStorage->activeSps->picOrderCntType == 2 ||
717 if (sps->picOrderCntType == 0)
746 else if (sps->picOrderCntType == 1 && !sps->deltaPicOrderAlwaysZeroFlag)
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 107 uint32 picOrderCntType;

Completed in 1904 milliseconds