Searched refs:mGridCols (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DHeifEncoder.java88 private final int mGridCols; field in class:HeifEncoder
262 mGridCols = 1;
267 mGridCols = gridCols;
269 mNumTiles = mGridRows * mGridCols;
376 for (int col = 0; col < mGridCols; col++) {
472 for (int col = 0; col < mGridCols; col++) {
548 int left = mGridWidth * (mInputIndex % mGridCols);
549 int top = mGridHeight * (mInputIndex / mGridCols % mGridRows);
820 format.setInteger(MediaFormat.KEY_GRID_COLUMNS, mGridCols);
/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp555 mGridCols(1),
591 mGridRows = mGridCols = 1;
605 mGridCols = gridCols;
616 mTargetTiles = mGridCols * mGridRows;
628 if ((mGridRows == 1) && (mGridCols == 1)) {
649 mTargetTiles = mGridRows * mGridCols;
657 int32_t row = mTilesDecoded / mGridCols;
670 mTargetTiles = mTilesDecoded + mGridCols;
699 dstLeft = mTilesDecoded % mGridCols * width;
700 dstTop = mTilesDecoded / mGridCols * heigh
[all...]
H A DMPEG4Writer.cpp369 int32_t mGridRows, mGridCols; member in class:android::MPEG4Writer::Track
1797 mGridCols(0),
1834 mGridCols = gridCols;
2062 .cols = (uint32_t)mGridCols,
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h176 int32_t mGridCols; member in struct:android::ImageDecoder

Completed in 329 milliseconds