Searched refs:maxLongTermFrameIdx (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c98 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx);
414 if ( (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ||
415 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
451 Function to set maxLongTermFrameIdx,
459 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx) argument
468 dpb->maxLongTermFrameIdx = maxLongTermFrameIdx;
472 ( ((u32)dpb->buffer[i].picNum > maxLongTermFrameIdx) ||
473 (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ) )
491 set maxLongTermFrameIdx t
[all...]
H A Dh264bsd_dpb.h88 u32 maxLongTermFrameIdx; member in struct:__anon602
H A Dh264bsd_slice_header.h87 u32 maxLongTermFrameIdx; member in struct:__anon646
H A Dh264bsd_slice_header.c678 maxLongTermFrameIdx =
684 maxLongTermFrameIdx = value - 1;

Completed in 40 milliseconds