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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c98 u32 longTermFrameIdx);
105 u32 longTermFrameIdx);
390 Function to assing a longTermFrameIdx to a short-term reference
398 longTermFrameIdx given
403 u32 longTermFrameIdx)
417 (longTermFrameIdx > dpb->maxLongTermFrameIdx) )
420 /* check if a long term picture with the same longTermFrameIdx already
424 (u32)dpb->buffer[i].picNum == longTermFrameIdx)
442 dpb->buffer[index].picNum = (i32)longTermFrameIdx;
538 Function to assign longTermFrameIdx t
402 Mmcop3(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums, u32 longTermFrameIdx) argument
548 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt, u32 longTermFrameIdx) argument
[all...]
H A Dh264bsd_slice_header.h86 u32 longTermFrameIdx; member in struct:__anon787

Completed in 277 milliseconds