Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_data.c107 ASSERT(pSliceHeader->firstMbInSlice < pStorage->picSizeInMbs); in h264bsdDecodeSliceData()
114 currMbAddr = pSliceHeader->firstMbInSlice; in h264bsdDecodeSliceData()
297 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice) in h264bsdMarkSliceCorrupted() argument
309 ASSERT(firstMbInSlice < pStorage->picSizeInMbs); in h264bsdMarkSliceCorrupted()
311 currMbAddr = firstMbInSlice; in h264bsdMarkSliceCorrupted()
Dh264bsd_slice_data.h56 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice);
Dh264bsd_slice_header.h110 u32 firstMbInSlice; member
Dh264bsd_decoder.c445 pStorage->sliceHeader->firstMbInSlice)); in h264bsdDecode()
452 pStorage->sliceHeader->firstMbInSlice); in h264bsdDecode()
Dh264bsd_slice_header.c124 pSliceHeader->firstMbInSlice = value; in h264bsdDecodeSliceHeader()