Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_data.c98 u32 mbCount; in h264bsdDecodeSliceData() local
126 mbCount = 0; in h264bsdDecodeSliceData()
196 mbCount++; in h264bsdDecodeSliceData()
221 if ((pStorage->slice->numDecodedMbs + mbCount) > pStorage->picSizeInMbs) in h264bsdDecodeSliceData()
227 pStorage->slice->numDecodedMbs += mbCount; in h264bsdDecodeSliceData()