Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1217 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities
1305 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor()
1361 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
1362 maxHeightInBlocks * mBlockHeight); 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()
1529 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports()
1587 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
1626 mBlockHeight = 2; in initWithPlatformLimits()
1728 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
[all …]