Searched refs:maxResolution (Results 1 – 5 of 5) sorted by relevance
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 960 public Size getPixelArraySizeChecked(boolean maxResolution) { in getPixelArraySizeChecked() argument 961 Key<Size> key = maxResolution ? in getPixelArraySizeChecked() 982 public Rect getPreCorrectedActiveArraySizeChecked(boolean maxResolution) { in getPreCorrectedActiveArraySizeChecked() argument 983 Key<Rect> key = maxResolution ? in getPreCorrectedActiveArraySizeChecked() 992 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getPreCorrectedActiveArraySizeChecked() 1018 public Rect getActiveArraySizeChecked(boolean maxResolution) { in getActiveArraySizeChecked() argument 1019 Key<Rect> key = maxResolution ? in getActiveArraySizeChecked() 1028 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getActiveArraySizeChecked() 1047 public Size getRawDimensChecked(boolean maxResolution) throws Exception { in getRawDimensChecked() argument 1050 maxResolution); in getRawDimensChecked() [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RobustnessTest.java | 218 private void testMandatoryOutputCombinations(boolean maxResolution) throws Exception { in testMandatoryOutputCombinations() argument 222 if (maxResolution) { in testMandatoryOutputCombinations() 233 String maxResolutionStr = maxResolution ? " " : " maximum resolution "; in testMandatoryOutputCombinations() 243 if (maxResolution) { in testMandatoryOutputCombinations() 283 if (maxResolution) { in testMandatoryOutputCombinations() 859 public void testMandatoryReprocessConfigurations(boolean maxResolution) throws Exception { in testMandatoryReprocessConfigurations() argument 863 if (maxResolution && !CameraTestUtils.hasCapability( in testMandatoryReprocessConfigurations() 872 if (maxResolution) { in testMandatoryReprocessConfigurations() 888 testMandatoryReprocessableStreamCombination(id, combination, maxResolution); in testMandatoryReprocessConfigurations() 898 MandatoryStreamCombination combination, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination() argument [all …]
|
D | DngCreatorTest.java | 1106 int numShots, boolean maxResolution) throws Exception { in captureRawShots() argument 1111 int timeoutScale = maxResolution ? MAX_RESOLUTION_CAPTURE_WAIT_TIMEOUT_SCALE : 1; in captureRawShots() 1115 /*slowSizes*/ true, maxResolution); in captureRawShots() 1117 if (maxResolution) { in captureRawShots() 1207 if (maxResolution) { in captureRawShots()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorTest.java | 667 float maxResolution = SensorCtsHelper.getRequiredMaxResolutionForSensor(sensor); in assertSensorValues() local 668 assertTrue("Resolution must be <= " + maxResolution + ". Resolution=" + in assertSensorValues() 670 sensor.getResolution() <= maxResolution); in assertSensorValues()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1996 CameraManager cameraManager, boolean maxResolution) throws CameraAccessException { in getSupportedSizeForFormat() argument 2002 CameraCharacteristics.Key<StreamConfigurationMap> configMapTag = maxResolution ? in getSupportedSizeForFormat() 2007 assertTrue("SCALER_STREAM_CONFIGURATION_MAP is null!", maxResolution); in getSupportedSizeForFormat() 2012 if (!maxResolution) { in getSupportedSizeForFormat() 2142 CameraManager cameraManager, int format, boolean maxResolution, Size bound) in getSortedSizesForFormat() argument 2145 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager, maxResolution); in getSortedSizesForFormat()
|