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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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...]
H A Dh264bsd_dpb.h88 u32 maxLongTermFrameIdx; member in struct:__anon748
H A Dh264bsd_slice_header.h87 u32 maxLongTermFrameIdx; member in struct:__anon792
H A Dh264bsd_slice_header.c678 maxLongTermFrameIdx =
684 maxLongTermFrameIdx = value - 1;

Completed in 60 milliseconds