Searched refs:mTilesDecoded (Results 1 – 2 of 2) sorted by relevance
759 mTilesDecoded(0), in MediaImageDecoder()850 if (mTilesDecoded > 0) { in onExtractRect()861 int32_t row = mTilesDecoded / mGridCols; in onExtractRect()874 mTargetTiles = mTilesDecoded + mGridCols; in onExtractRect()932 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived()933 dstTop = mTilesDecoded / mGridCols * crop_height; in onOutputReceived()948 *done = (++mTilesDecoded >= mTargetTiles); in onOutputReceived()
184 int32_t mTilesDecoded; member