HomeSort by relevance Sort by last modified time
    Searched refs:longTermFrameIdx (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 96 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 to the current picture
    [all...]
h264bsd_slice_header.h 86 u32 longTermFrameIdx;
h264bsd_slice_header.c 659 pDecRefPicMarking->operation[i].longTermFrameIdx =
    [all...]

Completed in 60 milliseconds