Searched refs:mHeightRange (Results 1 – 2 of 2) sorted by relevance
1333 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1371 return mHeightRange; in getSupportedHeights()1430 if (!mHeightRange.contains(height) in getSupportedWidthsFor()1473 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()1523 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()1991 ok = mHeightRange.contains(height) in supports()2081 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()2289 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper());2290 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange);2342 mHeightRange = SIZE_RANGE.intersect(heights);[all …]
37100 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightRange:Landroid/util/Range;