Searched refs:firstMbInSlice (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_data.h56 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice);
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:__anon666
H A Dh264bsd_decoder.c445 pStorage->sliceHeader->firstMbInSlice));
452 pStorage->sliceHeader->firstMbInSlice);
H A Dh264bsd_slice_header.c124 pSliceHeader->firstMbInSlice = value;

Completed in 59 milliseconds