Searched refs:mHeightRange (Results 1 – 2 of 2) sorted by relevance
1873 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1917 return mHeightRange; in getSupportedHeights()1976 if (!mHeightRange.contains(height) in getSupportedWidthsFor()2019 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()2069 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()2543 ok = mHeightRange.contains(height) in supports()2642 mHeightRange = getSizeRange(); in initWithPlatformLimits()2850 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper());2851 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange);2903 mHeightRange = getSizeRange().intersect(heights);[all …]
26971 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;