Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java220 private void testMandatoryOutputCombinations(boolean maxResolution) throws Exception { in testMandatoryOutputCombinations()
861 public void testMandatoryReprocessConfigurations(boolean maxResolution) throws Exception { in testMandatoryReprocessConfigurations()
900 MandatoryStreamCombination combination, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
941 boolean substituteHeic, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination()
2232 StreamConfigurationMap defaultConfigs, boolean maxResolution) throws Exception { in verifyBasicSensorPixelModes()
DDngCreatorTest.java1106 int numShots, boolean maxResolution) throws Exception { in captureRawShots()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java983 public Size getPixelArraySizeChecked(boolean maxResolution) { in getPixelArraySizeChecked()
1005 public Rect getPreCorrectedActiveArraySizeChecked(boolean maxResolution) { in getPreCorrectedActiveArraySizeChecked()
1041 public Rect getActiveArraySizeChecked(boolean maxResolution) { in getActiveArraySizeChecked()
1070 public Size getRawDimensChecked(boolean maxResolution) throws Exception { in getRawDimensChecked()
1664 boolean fastSizes, boolean slowSizes, boolean maxResolution) { in getAvailableSizesForFormatChecked()
/cts/tests/media/src/android/mediav2/cts/
DVideoDecoderAvailabilityTest.java354 long maxResolution = 0; in estimateVideoSizeFromPerformancePoint() local
/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.java2031 CameraManager cameraManager, boolean maxResolution) throws CameraAccessException { in getSupportedSizeForFormat()
2177 CameraManager cameraManager, int format, boolean maxResolution, Size bound) in getSortedSizesForFormat()