Searched refs:sliceGroupChangeCycle (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.h55 u32 sliceGroupChangeCycle,
H A Dh264bsd_storage.h163 u32 sliceGroupChangeCycle);
H A Dh264bsd_slice_header.h125 u32 sliceGroupChangeCycle; member in struct:__anon861
H A Dh264bsd_slice_group_map.c491 sliceGroupChangeCycle slice_group_change_cycle
506 u32 sliceGroupChangeCycle,
538 MIN(sliceGroupChangeCycle * pps->sliceGroupChangeRate, picSize);
503 h264bsdDecodeSliceGroupMap( u32 *map, picParamSet_t *pps, u32 sliceGroupChangeCycle, u32 picWidth, u32 picHeight) argument
H A Dh264bsd_storage.c565 sliceGroupChangeCycle
575 void h264bsdComputeSliceGroupMap(storage_t *pStorage, u32 sliceGroupChangeCycle) argument
584 pStorage->activePps, sliceGroupChangeCycle,
H A Dh264bsd_decoder.c431 pStorage->sliceHeader->sliceGroupChangeCycle);
H A Dh264bsd_slice_header.c369 pSliceHeader->sliceGroupChangeCycle = value;
374 if (pSliceHeader->sliceGroupChangeCycle > tmp)

Completed in 116 milliseconds