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