Searched refs:mGridRows (Results 1 – 5 of 5) sorted by relevance
755 mGridRows(1), in MediaImageDecoder()795 mGridRows = mGridCols = 1; in onGetFormatAndSeekOptions()810 mGridRows = gridRows; in onGetFormatAndSeekOptions()820 mTargetTiles = mGridCols * mGridRows; in onGetFormatAndSeekOptions()832 if ((mGridRows == 1) && (mGridCols == 1)) { in onGetFormatAndSeekOptions()853 mTargetTiles = mGridRows * mGridCols; in onExtractRect()
397 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track2169 mGridRows(0), in Track()2206 mGridRows = gridRows; in Track()2485 .rows = (uint32_t)mGridRows, in addItemOffsetAndSize()
180 int32_t mGridRows; member
60 mGridRows(1), in HeicCompositeStream()442 newFormat->setInt32(KEY_GRID_ROWS, mGridRows); in onHeicFormatChanged()760 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()764 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()1060 size_t height = (tileY == static_cast<size_t>(mGridRows) - 1) ? in processCodecInputFrame()1378 mGridRows = gridRows; in initializeCodec()
131 size_t mGridRows, mGridCols; variable