Home
last modified time | relevance | path

Searched defs:availableSizes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java83 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
102 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
123 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
145 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
169 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
1416 HashMap<Pair<SizeThreshold, Integer>, List<Size>> availableSizes = in getAvailableMandatoryStreamCombinationsInternal() local
1543 HashMap<Pair<SizeThreshold, Integer>, List<Size>> availableSizes = in getAvailableMandatoryStreamUseCaseCombinations() local
1986 HashMap<Pair<SizeThreshold, Integer>, List<Size>> availableSizes = in generateAvailableCombinations() local
2134 HashMap<Pair<SizeThreshold, Integer>, List<Size>> availableSizes = in enumerateAvailableSizes() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1001 Size[] availableSizes = configMap.getOutputSizes(format); in getSupportedSizeForFormat() local
1030 Size[] availableSizes = configMap.getOutputSizes(klass); in getSupportedSizeForClass() local
DStaticMetadata.java2198 Size[] availableSizes = config.getHighSpeedVideoSizes(); in isHighSpeedVideoSupported() local