Home
last modified time | relevance | path

Searched refs:MAX_NUM_REF_PICS (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_header.h77 refPicListReorderingOperation_t command[MAX_NUM_REF_PICS+1];
96 #define MAX_NUM_MMC_OPERATIONS (2*MAX_NUM_REF_PICS+2+1)
Dh264bsd_cfg.h41 #define MAX_NUM_REF_PICS 16 macro
Dh264bsd_seq_param_set.c228 if (pSeqParamSet->numRefFrames > MAX_NUM_REF_PICS) in h264bsdDecodeSeqParamSet()
Dh264bsd_dpb.c997 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS); in h264bsdInitDpb()
1080 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS); in h264bsdResetDpb()