Searched refs:mBlockHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 1346 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities 1434 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() 1490 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor() 1491 maxHeightInBlocks * mBlockHeight); in getSupportedHeightsFor() 1528 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor() 1538 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount() 2001 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() 2059 return new Size(mBlockWidth, mBlockHeight); in getBlockSize() 2098 mBlockHeight = 2; in initWithPlatformLimits() 2133 range.getUpper().intValue(), new Size(mBlockWidth, mBlockHeight)); in getPerformancePoints() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 37095 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockHeight:I
|