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

  /frameworks/av/media/libstagefright/
FrameDecoder.cpp 575 mTilesDecoded(0),
663 if (mTilesDecoded > 0) {
674 int32_t row = mTilesDecoded / mGridCols;
687 mTargetTiles = mTilesDecoded + mGridCols;
729 dstLeft = mTilesDecoded % mGridCols * width;
730 dstTop = mTilesDecoded / mGridCols * height;
752 *done = (++mTilesDecoded >= mTargetTiles);
  /frameworks/av/media/libstagefright/include/
FrameDecoder.h 179 int32_t mTilesDecoded;

Completed in 370 milliseconds