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:__anon645
H A Dh264bsd_dpb.c421 for (i = 0; i < dpb->maxRefFrames; i++)
471 for (i = 0; i < dpb->maxRefFrames; i++)
565 for (i = 0; i < dpb->maxRefFrames; i++)
576 if (dpb->numRefFrames < dpb->maxRefFrames)
782 if (dpb->numRefFrames < dpb->maxRefFrames)
920 if (dpb->numRefFrames < dpb->maxRefFrames)
961 flag is TRUE the DPB only stores maxRefFrames reference pictures
967 maxRefFrames max number of reference frames
985 u32 maxRefFrames,
997 ASSERT(maxRefFrames <
981 h264bsdInitDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
1068 h264bsdResetDpb( dpbStorage_t *dpb, u32 picSizeInMbs, u32 dpbSize, u32 maxRefFrames, u32 maxFrameNum, u32 noReordering) argument
[all...]

Completed in 317 milliseconds