Home
last modified time | relevance | path

Searched refs:availableRotateAndCropModes (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2661 int[] availableRotateAndCropModes = mCharacteristics.get( in isRotateAndCropSupported() local
2664 if (availableRotateAndCropModes == null) { in isRotateAndCropSupported()
2668 for (int mode : availableRotateAndCropModes) { in isRotateAndCropSupported()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2452 int[] availableRotateAndCropModes = c.get( in testRotateAndCropCharacteristics() local
2455 availableRotateAndCropModes != null); in testRotateAndCropCharacteristics()
2459 for (int mode : availableRotateAndCropModes) { in testRotateAndCropCharacteristics()
2472 if (availableRotateAndCropModes.length > 1) { in testRotateAndCropCharacteristics()