HomeSort by relevance Sort by last modified time
    Searched refs:firstMbInSlice (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.h 56 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice);
h264bsd_slice_data.c 107 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)
309 ASSERT(firstMbInSlice < pStorage->picSizeInMbs);
311 currMbAddr = firstMbInSlice;
h264bsd_slice_header.h 110 u32 firstMbInSlice;
h264bsd_decoder.c 445 pStorage->sliceHeader->firstMbInSlice));
452 pStorage->sliceHeader->firstMbInSlice);
h264bsd_slice_header.c 124 pSliceHeader->firstMbInSlice = value;
    [all...]

Completed in 57 milliseconds