Searched refs:mGridRows (Results 1 – 5 of 5) sorted by relevance
571 mGridRows(1), in ImageDecoder()608 mGridRows = mGridCols = 1; in onGetFormatAndSeekOptions()623 mGridRows = gridRows; in onGetFormatAndSeekOptions()633 mTargetTiles = mGridCols * mGridRows; in onGetFormatAndSeekOptions()645 if ((mGridRows == 1) && (mGridCols == 1)) { in onGetFormatAndSeekOptions()666 mTargetTiles = mGridRows * mGridCols; in onExtractRect()
367 int32_t mGridRows, mGridCols; member in android::MPEG4Writer::Track1819 mGridRows(0), in Track()1856 mGridRows = gridRows; in Track()2120 .rows = (uint32_t)mGridRows, in addItemOffsetAndSize()
175 int32_t mGridRows; member
58 mGridRows(1), in HeicCompositeStream()407 newFormat->setInt32(KEY_GRID_ROWS, mGridRows); in onHeicFormatChanged()666 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()670 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()978 size_t height = (tileY == static_cast<size_t>(mGridRows) - 1) ? in processCodecInputFrame()1277 mGridRows = gridRows; in initializeCodec()
126 size_t mGridRows, mGridCols; variable