Home
last modified time | relevance | path

Searched refs:sliceGroupId (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_pic_param_set.c221 ALLOCATE(pPicParamSet->sliceGroupId, in h264bsdDecodePicParamSet()
223 if (pPicParamSet->sliceGroupId == NULL) in h264bsdDecodePicParamSet()
232 pPicParamSet->sliceGroupId[i] = h264bsdGetBits(pStrmData, tmp); in h264bsdDecodePicParamSet()
233 if ( pPicParamSet->sliceGroupId[i] >= in h264bsdDecodePicParamSet()
Dh264bsd_pic_param_set.h60 u32 *sliceGroupId; member
Dh264bsd_slice_group_map.c579 ASSERT(pps->sliceGroupId); in h264bsdDecodeSliceGroupMap()
582 ASSERT(pps->sliceGroupId[i] < pps->numSliceGroups); in h264bsdDecodeSliceGroupMap()
583 map[i] = pps->sliceGroupId[i]; in h264bsdDecodeSliceGroupMap()
Dh264bsd_sei.h206 u32 sliceGroupId[MAX_NUM_SLICE_GROUPS]; member
Dh264bsd_decoder.c293 FREE(picParamSet.sliceGroupId); in h264bsdDecode()
561 FREE(pStorage->pps[i]->sliceGroupId); in h264bsdShutdown()
Dh264bsd_storage.c246 FREE(pStorage->pps[id]->sliceGroupId); in h264bsdStorePicParamSet()
255 FREE(pStorage->pps[id]->sliceGroupId); in h264bsdStorePicParamSet()
Dh264bsd_sei.c1615 pMotionConstrainedSliceGroupSet->sliceGroupId[i] = tmp; in DecodeMotionConstrainedSliceGroupSet()
1616 if (pMotionConstrainedSliceGroupSet->sliceGroupId[i] > in DecodeMotionConstrainedSliceGroupSet()