Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1228 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities
1329 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor()
1330 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()
1361 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor()
1411 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor()
1421 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount()
1540 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports()
1599 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
1637 mBlockWidth = 2; in initWithPlatformLimits()
1740 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
[all …]