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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cfg.h 42 #define MAX_NUM_SLICE_GROUPS 8
h264bsd_slice_group_map.c 134 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS);
188 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS);
242 ASSERT(numSliceGroups >= 1 && numSliceGroups <= MAX_NUM_SLICE_GROUPS);
h264bsd_sei.h 206 u32 sliceGroupId[MAX_NUM_SLICE_GROUPS];
h264bsd_pic_param_set.c 50 * NOTE: if MAX_NUM_SLICE_GROUPS is higher than 8 this table has to be resized
143 if (pPicParamSet->numSliceGroups > MAX_NUM_SLICE_GROUPS)
h264bsd_sei.c     [all...]

Completed in 2891 milliseconds