Home
last modified time | relevance | path

Searched defs:maxResolution (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java913 public Size getPixelArraySizeChecked(boolean maxResolution) { in getPixelArraySizeChecked()
935 public Rect getPreCorrectedActiveArraySizeChecked(boolean maxResolution) { in getPreCorrectedActiveArraySizeChecked()
971 public Rect getActiveArraySizeChecked(boolean maxResolution) { in getActiveArraySizeChecked()
1000 public Size getRawDimensChecked(boolean maxResolution) throws Exception { in getRawDimensChecked()
1557 boolean fastSizes, boolean slowSizes, boolean maxResolution) { in getAvailableSizesForFormatChecked()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java226 private void testMandatoryOutputCombinations(boolean maxResolution) throws Exception { in testMandatoryOutputCombinations()
857 public void testMandatoryReprocessConfigurations(boolean maxResolution) throws Exception { in testMandatoryReprocessConfigurations()
896 MandatoryStreamCombination combination, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
937 boolean substituteHeic, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
2112 StreamConfigurationMap defaultConfigs, boolean maxResolution) throws Exception { in verifyBasicSensorPixelModes()
DDngCreatorTest.java1115 int numShots, boolean maxResolution) throws Exception { in captureRawShots()
/cts/tests/sensor/src/android/hardware/cts/
DSensorTest.java667 float maxResolution = SensorCtsHelper.getRequiredMaxResolutionForSensor(sensor); in assertSensorValues() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1952 CameraManager cameraManager, boolean maxResolution) throws CameraAccessException { in getSupportedSizeForFormat()
2098 CameraManager cameraManager, int format, boolean maxResolution, Size bound) in getSortedSizesForFormat()