Searched refs:picOrderCntType (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h55 u32 picOrderCntType; member in struct:__anon684
H A Dh264bsd_seq_param_set.c158 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)
H A Dh264bsd_pic_order_cnt.c98 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)
H A Dh264bsd_slice_header.c185 if (pSeqParamSet->picOrderCntType == 0)
219 if ( (pSeqParamSet->picOrderCntType == 1) &&
970 /* picOrderCntType must be equal to 0 */
971 ASSERT(pSeqParamSet->picOrderCntType == 0);
1070 /* picOrderCntType must be equal to 0 and picOrderPresentFlag must be TRUE
1072 ASSERT(pSeqParamSet->picOrderCntType == 0);
1178 /* picOrderCntType must be equal to 1 and deltaPicOrderAlwaysZeroFlag must
1180 ASSERT(pSeqParamSet->picOrderCntType == 1);
1287 ASSERT(pSeqParamSet->picOrderCntType > 0 ||
1327 if (pSeqParamSet->picOrderCntType
[all...]
H A Dh264bsd_storage.c381 pStorage->activeSps->picOrderCntType == 2 ||
735 if (sps->picOrderCntType == 0)
764 else if (sps->picOrderCntType == 1 && !sps->deltaPicOrderAlwaysZeroFlag)

Completed in 90 milliseconds