Searched defs:firstMbInSlice (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_data.c107 ASSERT(pSliceHeader->firstMbInSlice < pStorage->picSizeInMbs);
114 currMbAddr = pSliceHeader->firstMbInSlice;
286 firstMbInSlice address of the first macroblock in the slice, this
297 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice) argument
309 ASSERT(firstMbInSlice < pStorage->picSizeInMbs);
311 currMbAddr = firstMbInSlice;
H A Dh264bsd_slice_header.h110 u32 firstMbInSlice; member in struct:__anon789

Completed in 2530 milliseconds