Home
last modified time | relevance | path

Searched refs:deltaPicOrderAlwaysZeroFlag (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_seq_param_set.c179 pSeqParamSet->deltaPicOrderAlwaysZeroFlag = (tmp == 1) ? in h264bsdDecodeSeqParamSet()
541 if (pSps1->deltaPicOrderAlwaysZeroFlag != in h264bsdCompareSeqParamSets()
542 pSps2->deltaPicOrderAlwaysZeroFlag || in h264bsdCompareSeqParamSets()
Dh264bsd_seq_param_set.h57 u32 deltaPicOrderAlwaysZeroFlag; member
Dh264bsd_slice_header.c220 !pSeqParamSet->deltaPicOrderAlwaysZeroFlag ) in h264bsdDecodeSliceHeader()
1181 ASSERT(!pSeqParamSet->deltaPicOrderAlwaysZeroFlag); in h264bsdCheckDeltaPicOrderCnt()
1350 !pSeqParamSet->deltaPicOrderAlwaysZeroFlag) in h264bsdCheckRedundantPicCnt()
1481 !pSeqParamSet->deltaPicOrderAlwaysZeroFlag) in h264bsdCheckPriorPicsFlag()
Dh264bsd_storage.c746 else if (sps->picOrderCntType == 1 && !sps->deltaPicOrderAlwaysZeroFlag) in h264bsdCheckAccessUnitBoundary()