Searched defs:longTermFrameIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_header.h86 u32 longTermFrameIdx; member in struct:__anon689
H A Dh264bsd_dpb.c97 u32 longTermFrameIdx);
104 u32 longTermFrameIdx);
389 Function to assing a longTermFrameIdx to a short-term reference
397 longTermFrameIdx given
402 u32 longTermFrameIdx)
416 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
419 /* check if a long term picture with the same longTermFrameIdx already
423 (u32)dpb->buffer[i].picNum == longTermFrameIdx)
441 dpb->buffer[index].picNum = (i32)longTermFrameIdx;
537 Function to assign longTermFrameIdx t
401 Mmcop3(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums, u32 longTermFrameIdx) argument
547 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt, u32 longTermFrameIdx) argument
[all...]

Completed in 302 milliseconds