Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1886 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities
1980 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor()
2036 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
2037 maxHeightInBlocks * mBlockHeight); in getSupportedHeightsFor()
2074 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor()
2084 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount()
2553 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports()
2620 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
2658 mBlockHeight = 1; in initWithPlatformLimits()
2693 range.getUpper().intValue(), new Size(mBlockWidth, mBlockHeight)); in getPerformancePoints()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26966 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockHeight:I