Searched defs:numRefFrames (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h62 u32 numRefFrames; member in struct:__anon854
H A Dh264bsd_dpb.h89 u32 numRefFrames; member in struct:__anon815
105 u32 numRefFrames,
113 u32 numRefFrames,
H A Dh264bsd_sei.c116 u32 numRefFrames);
284 pSeqParamSet->numRefFrames);
972 u32 numRefFrames)
998 &pDecRefPicMarkingRepetition->decRefPicMarking, NAL_SEI, numRefFrames);
969 DecodeDecRefPicMarkingRepetition( strmData_t *pStrmData, seiDecRefPicMarkingRepetition_t *pDecRefPicMarkingRepetition, u32 numRefFrames) argument
H A Dh264bsd_slice_header.c70 u32 numRefFrames);
138 !pSeqParamSet->numRefFrames ) )
304 pNalUnit->nalUnitType, pSeqParamSet->numRefFrames);
560 numRefFrames max number of reference frames from the active SPS
573 u32 numRefFrames)
603 if (!numRefFrames && pDecRefPicMarking->longTermReferenceFlag)
622 if (i > (2 * numRefFrames + 2))
667 /* value shall be in range [0, numRefFrames] */
668 if (value > numRefFrames)
571 DecRefPicMarking(strmData_t *pStrmData, decRefPicMarking_t *pDecRefPicMarking, nalUnitType_e nalUnitType, u32 numRefFrames) argument

Completed in 96 milliseconds