Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1617 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities
1724 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor()
1725 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()
1756 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor()
1806 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor()
1816 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount()
2284 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports()
2343 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
2381 mBlockWidth = 2; in initWithPlatformLimits()
2417 range.getUpper().intValue(), new Size(mBlockWidth, mBlockHeight)); in getPerformancePoints()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26968 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockWidth:I