Searched refs:mHeightRange (Results 1 – 2 of 2) sorted by relevance
1478 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1522 return mHeightRange; in getSupportedHeights()1581 if (!mHeightRange.contains(height) in getSupportedWidthsFor()1624 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()1674 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()2148 ok = mHeightRange.contains(height) in supports()2238 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()2454 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()2544 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()2631 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()[all …]
29849 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;