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:__anon859
H A Dh264bsd_dpb.c96 u32 longTermFrameIdx);
103 u32 longTermFrameIdx);
388 Function to assing a longTermFrameIdx to a short-term reference
396 longTermFrameIdx given
401 u32 longTermFrameIdx)
415 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
418 /* check if a long term picture with the same longTermFrameIdx already
422 (u32)dpb->buffer[i].picNum == longTermFrameIdx)
440 dpb->buffer[index].picNum = (i32)longTermFrameIdx;
536 Function to assign longTermFrameIdx t
400 Mmcop3(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums, u32 longTermFrameIdx) argument
546 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt, u32 longTermFrameIdx) argument
[all...]

Completed in 121 milliseconds