[go: nahoru, domu]

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

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1216 private int mBlockWidth; field in class:MediaCodecInfo.VideoCapabilities
1317 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment,
1318 maxWidthInBlocks * mBlockWidth);
1349 final int widthInBlocks = Utils.divUp(width, mBlockWidth);
1399 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight);
1409 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight);
1528 final int widthInBlocks = Utils.divUp(width, mBlockWidth);
1587 return new Size(mBlockWidth, mBlockHeight);
1625 mBlockWidth = 2;
1728 Size blockSize = new Size(mBlockWidth, mBlockHeigh
[all...]

Completed in 87 milliseconds