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 97 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 to the current picture
    [all...]
h264bsd_slice_header.h 86 u32 longTermFrameIdx;
h264bsd_slice_header.c 661 pDecRefPicMarking->operation[i].longTermFrameIdx =
    [all...]

Completed in 60 milliseconds