Home
last modified time | relevance | path

Searched refs:MAX_NUM_SLICE_GROUPS (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_cfg.h42 #define MAX_NUM_SLICE_GROUPS 8 macro
Dh264bsd_slice_group_map.c134 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS); in DecodeInterleavedMap()
188 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS); in DecodeDispersedMap()
242 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS); in DecodeForegroundLeftOverMap()
Dh264bsd_sei.h206 u32 sliceGroupId[MAX_NUM_SLICE_GROUPS];
Dh264bsd_pic_param_set.c143 if (pPicParamSet->numSliceGroups > MAX_NUM_SLICE_GROUPS) in h264bsdDecodePicParamSet()
Dh264bsd_sei.c1598 ASSERT(numSliceGroups < MAX_NUM_SLICE_GROUPS); in DecodeMotionConstrainedSliceGroupSet()