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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h86 u32 dpbSize; member in struct:__anon602
104 u32 dpbSize,
112 u32 dpbSize,
H A Dh264bsd_dpb.c818 while (dpb->fullness > dpb->dpbSize)
826 ShellSort(dpb->buffer, dpb->dpbSize+1);
884 ASSERT( !dpb->buffer[dpb->dpbSize].toBeDisplayed &&
885 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) );
886 ASSERT(dpb->fullness <= dpb->dpbSize);
888 dpb->currentOut = dpb->buffer + dpb->dpbSize;
956 reference picture list and output buffer. dpbSize indicates
958 If noReordering flag is FALSE the DPB stores dpbSize pictures
965 dpbSize size of the DPB (number of pictures)
983 u32 dpbSize,
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 259 milliseconds