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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 420 for (i = 0; i < dpb->maxRefFrames; i++)
470 for (i = 0; i < dpb->maxRefFrames; i++)
564 for (i = 0; i < dpb->maxRefFrames; i++)
575 if (dpb->numRefFrames < dpb->maxRefFrames)
781 if (dpb->numRefFrames < dpb->maxRefFrames)
919 if (dpb->numRefFrames < dpb->maxRefFrames)
960 flag is TRUE the DPB only stores maxRefFrames reference pictures
966 maxRefFrames max number of reference frames
984 u32 maxRefFrames,
996 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS)
    [all...]
h264bsd_dpb.h 85 u32 maxRefFrames;

Completed in 243 milliseconds