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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h85 u32 maxRefFrames; member in struct:__anon815
H A Dh264bsd_dpb.c420 for (i = 0; i < dpb->maxRefFrames; i++)
470 for (i = 0; i < dpb->maxRefFrames; i++)
564 for (i = 0; i < dpb->maxRefFrames; i++)
575 if (dpb->numRefFrames < dpb->maxRefFrames)
781 if (dpb->numRefFrames < dpb->maxRefFrames)
919 if (dpb->numRefFrames < dpb->maxRefFrames)
960 flag is TRUE the DPB only stores maxRefFrames reference pictures
966 maxRefFrames max number of reference frames
984 u32 maxRefFrames,
996 ASSERT(maxRefFrames <
980 h264bsdInitDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
1060 h264bsdResetDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
[all...]

Completed in 50 milliseconds