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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c 221 if ((pStorage->slice->numDecodedMbs + mbCount) > pStorage->picSizeInMbs)
227 pStorage->slice->numDecodedMbs += mbCount;
h264bsd_storage.h 57 u32 numDecodedMbs;
h264bsd_storage.c 451 pStorage->slice->numDecodedMbs = 0;
510 is determined by checking the value of numDecodedMbs in the
512 redundant slices the numDecodedMbs may not contain valid
539 if (pStorage->slice->numDecodedMbs == pStorage->picSizeInMbs)

Completed in 189 milliseconds