Searched refs:mBlockWidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 1885 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities 1992 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor() 1993 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor() 2024 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() 2074 Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getSupportedFrameRatesFor() 2084 return Utils.divUp(width, mBlockWidth) * Utils.divUp(height, mBlockHeight); in getBlockCount() 2552 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() 2620 return new Size(mBlockWidth, mBlockHeight); in getBlockSize() 2657 mBlockWidth = 1; in initWithPlatformLimits() 2693 range.getUpper().intValue(), new Size(mBlockWidth, mBlockHeight)); in getPerformancePoints() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26968 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockWidth:I
|