Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1239 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities
1327 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor()
1383 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
1384 maxHeightInBlocks * mBlockHeight); in getSupportedHeightsFor()
1421 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor()
1431 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount()
1551 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports()
1608 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
1647 mBlockHeight = 2; in initWithPlatformLimits()
1749 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
[all …]