Searched refs:maxRefFrames (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c422 for (i = 0; i < dpb->maxRefFrames; i++)
472 for (i = 0; i < dpb->maxRefFrames; i++)
566 for (i = 0; i < dpb->maxRefFrames; i++)
577 if (dpb->numRefFrames < dpb->maxRefFrames)
783 if (dpb->numRefFrames < dpb->maxRefFrames)
921 if (dpb->numRefFrames < dpb->maxRefFrames)
962 flag is TRUE the DPB only stores maxRefFrames reference pictures
968 maxRefFrames max number of reference frames
986 u32 maxRefFrames,
998 ASSERT(maxRefFrames <
982 h264bsdInitDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
1069 h264bsdResetDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
[all...]
H A Dh264bsd_dpb.h85 u32 maxRefFrames; member in struct:__anon748

Completed in 82 milliseconds