Searched refs:mGridCols (Results 1 – 5 of 5) sorted by relevance
820 mGridCols(1), in MediaImageDecoder()859 mGridRows = mGridCols = 1; in onGetFormatAndSeekOptions()881 mGridCols = gridCols; in onGetFormatAndSeekOptions()892 mTargetTiles = mGridCols * mGridRows; in onGetFormatAndSeekOptions()907 if ((mGridRows == 1) && (mGridCols == 1)) { in onGetFormatAndSeekOptions()932 mTargetTiles = mGridRows * mGridCols; in onExtractRect()940 int32_t row = mTilesDecoded / mGridCols; in onExtractRect()953 mTargetTiles = mTilesDecoded + mGridCols; in onExtractRect()1041 dstLeft = mTilesDecoded % mGridCols * crop_width; in onOutputReceived()1042 dstTop = mTilesDecoded / mGridCols * crop_height; in onOutputReceived()
409 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track2250 mGridCols(0), in Track()2291 mGridCols = gridCols; in Track()2572 .cols = (uint32_t)mGridCols, in addItemOffsetAndSize()
63 mGridCols(1), in HeicCompositeStream()471 mGridCols = gridCols; in onHeicFormatChanged()476 newFormat->setInt32(KEY_GRID_COLUMNS, mGridCols); in onHeicFormatChanged()797 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()801 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()1091 size_t tileX = inputBuffer.tileIndex % mGridCols; in processCodecInputFrame()1092 size_t tileY = inputBuffer.tileIndex / mGridCols; in processCodecInputFrame()1095 size_t width = (tileX == static_cast<size_t>(mGridCols) - 1) ? in processCodecInputFrame()1419 mGridCols = gridCols; in initializeCodec()
135 size_t mGridRows, mGridCols; variable
182 int32_t mGridCols; member