Searched defs: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:__anon645
104 u32 dpbSize,
112 u32 dpbSize,
H A Dh264bsd_dpb.c819 while (dpb->fullness > dpb->dpbSize)
827 ShellSort(dpb->buffer, dpb->dpbSize+1);
885 ASSERT( !dpb->buffer[dpb->dpbSize].toBeDisplayed &&
886 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) );
887 ASSERT(dpb->fullness <= dpb->dpbSize);
889 dpb->currentOut = dpb->buffer + dpb->dpbSize;
957 reference picture list and output buffer. dpbSize indicates
959 If noReordering flag is FALSE the DPB stores dpbSize pictures
966 dpbSize size of the DPB (number of pictures)
984 u32 dpbSize,
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 170 milliseconds