Searched refs:mHeightRange (Results 1 – 2 of 2) sorted by relevance
1687 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1731 return mHeightRange; in getSupportedHeights()1790 if (!mHeightRange.contains(height) in getSupportedWidthsFor()1833 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()1883 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()2357 ok = mHeightRange.contains(height) in supports()2456 mHeightRange = getSizeRange(); in initWithPlatformLimits()2666 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()2756 mHeightRange = mHeightRange.intersect(heights); in parseFromInfo()2843 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()[all …]
26971 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;