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::Track1813 mGridRows(0), in Track()1850 mGridRows = gridRows; in Track()2114 .rows = (uint32_t)mGridRows, in addItemOffsetAndSize()
175 int32_t mGridRows; member
59 mGridRows(1), in HeicCompositeStream()403 newFormat->setInt32(KEY_GRID_ROWS, mGridRows); in onHeicFormatChanged()654 if (inputFrame.codecInputCounter < mGridRows * mGridCols) { in compilePendingInputLocked()658 mGridRows * mGridCols - inputFrame.codecInputCounter); in compilePendingInputLocked()935 size_t height = (tileY == static_cast<size_t>(mGridRows) - 1) ? in processCodecInputFrame()1227 mGridRows = gridRows; in initializeCodec()
125 size_t mGridRows, mGridCols; variable