Searched refs:mBlockWidth (Results 1 – 2 of 2) sorted by relevance
1699 private int mBlockWidth; field in MediaCodecInfo.VideoCapabilities1807 maxWidthInBlocks * mBlockWidth); in getSupportedWidthsFor()2434 return new Size(mBlockWidth, mBlockHeight); in getBlockSize()2472 mBlockWidth = 2; in initWithPlatformLimits()2633 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo()2793 final int newBlockWidth = Math.max(blockWidth, mBlockWidth); in applyBlockLimits()2806 newBlockWidth / mBlockWidth); in applyBlockLimits()2823 mBlockWidth = newBlockWidth; in applyBlockLimits()2834 Math.max(widthAlignment, mBlockWidth), in applyAlignment()2849 Utils.factorRange(mWidthRange, mBlockWidth)); in updateLimits()[all …]
26968 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockWidth:I