Searched refs:mBlockWidth (Results 1 – 1 of 1) sorted by relevance
1228 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities1329 (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 …]