Searched refs:mBlockHeight (Results 1 – 1 of 1) sorted by relevance
1229 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities1317 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor()1373 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()1374 maxHeightInBlocks * mBlockHeight); 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()1541 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports()1599 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()1638 mBlockHeight = 2; in initWithPlatformLimits()1740 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()[all …]