Home
last modified time | relevance | path

Searched refs:widthRange (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java131 Range<Integer> widthRange = videoCapabilities.getSupportedWidths(); in collectDeviceInfo() local
132 int minWidth = widthRange.getLower(); in collectDeviceInfo()
135 int maxWidth = widthRange.getUpper(); in collectDeviceInfo()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerMultiTest.java168 Range<Integer> widthRange = videoCap.getSupportedWidths(); in getAllVideoCodecParameters() local
169 int minWidth = widthRange.getLower(); in getAllVideoCodecParameters()
192 int maxWidth = widthRange.getUpper(); in getAllVideoCodecParameters()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java1111 Range<Integer> widthRange = mVideoCaps.getSupportedWidths(); in getLargestSizeForRatio() local
1112 Range<Integer> heightRange = mVideoCaps.getSupportedHeightsFor(widthRange.getUpper()); in getLargestSizeForRatio()
1118 Math.sqrt(widthRange.getUpper() * heightRange.getUpper() * (double)x / y), in getLargestSizeForRatio()
1119 xAlign, widthRange); in getLargestSizeForRatio()