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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cfg.h 41 #define MAX_NUM_REF_PICS 16
h264bsd_slice_header.h 77 refPicListReorderingOperation_t command[MAX_NUM_REF_PICS+1];
90 /* worst case scenario: all MAX_NUM_REF_PICS pictures in the buffer are
96 #define MAX_NUM_MMC_OPERATIONS (2*MAX_NUM_REF_PICS+2+1)
h264bsd_seq_param_set.c 228 if (pSeqParamSet->numRefFrames > MAX_NUM_REF_PICS)
h264bsd_dpb.c 997 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS);
1080 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS);
    [all...]

Completed in 116 milliseconds