Searched refs:mBlockHeight (Results 1 – 2 of 2) sorted by relevance
1700 private int mBlockHeight; field in MediaCodecInfo.VideoCapabilities1851 maxHeightInBlocks * mBlockHeight); in getSupportedHeightsFor()2434 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()2473 mBlockHeight = 2; in initWithPlatformLimits()2633 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()2733 mBlockHeight / blockSize.getHeight(), in parseFromInfo()2805 newBlockHeight / mBlockHeight, in applyBlockLimits()2824 mBlockHeight = newBlockHeight; in applyBlockLimits()2835 Math.max(heightAlignment, mBlockHeight), in applyAlignment()2855 Utils.factorRange(mHeightRange, mBlockHeight)); in updateLimits()[all …]
26966 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockHeight:I