Searched defs:maxLongTermFrameIdx (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h88 u32 maxLongTermFrameIdx; member in struct:__anon743
H A Dh264bsd_slice_header.h87 u32 maxLongTermFrameIdx; member in struct:__anon787
H A Dh264bsd_dpb.c100 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx);
416 if ( (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ||
417 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
453 Function to set maxLongTermFrameIdx,
461 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx) argument
470 dpb->maxLongTermFrameIdx = maxLongTermFrameIdx;
474 ( ((u32)dpb->buffer[i].picNum > maxLongTermFrameIdx) ||
475 (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ) )
493 set maxLongTermFrameIdx t
[all...]

Completed in 169 milliseconds