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()729 dstLeft = mTilesDecoded % mGridCols * width; in onOutputReceived()730 dstTop = mTilesDecoded / mGridCols * height; in onOutputReceived()
367 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track1814 mGridCols(0), in Track()1851 mGridCols = gridCols; in Track()2115 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()
60 mGridCols(1), in HeicCompositeStream()404 newFormat->setInt32(KEY_GRID_COLUMNS, mGridCols); in onHeicFormatChanged()654 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()658 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()929 size_t tileX = inputBuffer.tileIndex % mGridCols; in processCodecInputFrame()930 size_t tileY = inputBuffer.tileIndex / mGridCols; in processCodecInputFrame()933 size_t width = (tileX == static_cast<size_t>(mGridCols) - 1) ? in processCodecInputFrame()1228 mGridCols = gridCols; in initializeCodec()
125 size_t mGridRows, mGridCols; variable
176 int32_t mGridCols; member