Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1238 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities
1339 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor()
1340 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()
1371 final int widthInBlocks = Utils.divUp(width, mBlockWidth); 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()
1550 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports()
1608 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()
1646 mBlockWidth = 2; in initWithPlatformLimits()
1749 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()
[all …]