Searched refs:mGridCols (Results 1 – 5 of 5) sorted by relevance
572 mGridCols(1), in ImageDecoder()608 mGridRows = mGridCols = 1; in onGetFormatAndSeekOptions()622 mGridCols = gridCols; in onGetFormatAndSeekOptions()633 mTargetTiles = mGridCols * mGridRows; in onGetFormatAndSeekOptions()645 if ((mGridRows == 1) && (mGridCols == 1)) { in onGetFormatAndSeekOptions()666 mTargetTiles = mGridRows * mGridCols; in onExtractRect()674 int32_t row = mTilesDecoded / mGridCols; in onExtractRect()687 mTargetTiles = mTilesDecoded + mGridCols; in onExtractRect()740 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived()741 dstTop = mTilesDecoded / mGridCols * crop_height; in onOutputReceived()
367 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track1820 mGridCols(0), in Track()1857 mGridCols = gridCols; in Track()2121 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()
59 mGridCols(1), in HeicCompositeStream()408 newFormat->setInt32(KEY_GRID_COLUMNS, mGridCols); in onHeicFormatChanged()666 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()670 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()972 size_t tileX = inputBuffer.tileIndex % mGridCols; in processCodecInputFrame()973 size_t tileY = inputBuffer.tileIndex / mGridCols; in processCodecInputFrame()976 size_t width = (tileX == static_cast<size_t>(mGridCols) - 1) ? in processCodecInputFrame()1278 mGridCols = gridCols; in initializeCodec()
126 size_t mGridRows, mGridCols; variable
176 int32_t mGridCols; member