Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1216 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities
1317 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor()
1318 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()
1349 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor()
1399 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor()
1409 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount()
1528 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports()
1587 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
1625 mBlockWidth = 2; in initWithPlatformLimits()
1728 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
[all …]