Searched refs:maxLongTermFrameIdx (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c99 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx);
415 if ( (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ||
416 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
452 Function to set maxLongTermFrameIdx,
460 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx) argument
469 dpb->maxLongTermFrameIdx = maxLongTermFrameIdx;
473 ( ((u32)dpb->buffer[i].picNum > maxLongTermFrameIdx) ||
474 (dpb->maxLongTermFrameIdx == NO_LONG_TERM_FRAME_INDICES) ) )
492 set maxLongTermFrameIdx t
[all...]
H A Dh264bsd_dpb.h88 u32 maxLongTermFrameIdx; member in struct:__anon645
H A Dh264bsd_slice_header.c678 maxLongTermFrameIdx =
684 maxLongTermFrameIdx = value - 1;
H A Dh264bsd_slice_header.h87 u32 maxLongTermFrameIdx; member in struct:__anon689

Completed in 68 milliseconds