Searched refs:mGridCols (Results 1 – 5 of 5) sorted by relevance
756 mGridCols(1), in MediaImageDecoder()795 mGridRows = mGridCols = 1; in onGetFormatAndSeekOptions()809 mGridCols = gridCols; in onGetFormatAndSeekOptions()820 mTargetTiles = mGridCols * mGridRows; in onGetFormatAndSeekOptions()832 if ((mGridRows == 1) && (mGridCols == 1)) { in onGetFormatAndSeekOptions()853 mTargetTiles = mGridRows * mGridCols; 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()
397 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track2170 mGridCols(0), in Track()2207 mGridCols = gridCols; in Track()2486 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()
61 mGridCols(1), in HeicCompositeStream()443 newFormat->setInt32(KEY_GRID_COLUMNS, mGridCols); in onHeicFormatChanged()760 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()764 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()1054 size_t tileX = inputBuffer.tileIndex % mGridCols; in processCodecInputFrame()1055 size_t tileY = inputBuffer.tileIndex / mGridCols; in processCodecInputFrame()1058 size_t width = (tileX == static_cast<size_t>(mGridCols) - 1) ? in processCodecInputFrame()1379 mGridCols = gridCols; in initializeCodec()
131 size_t mGridRows, mGridCols; variable
181 int32_t mGridCols; member