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.java2838 int[] availableRotateAndCropModes = mCharacteristics.get( in isRotateAndCropSupported() local
2841 if (availableRotateAndCropModes == null) { in isRotateAndCropSupported()
2845 for (int mode : availableRotateAndCropModes) { in isRotateAndCropSupported()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java3180 int[] availableRotateAndCropModes = c.get( in testRotateAndCropCharacteristics() local
3183 availableRotateAndCropModes != null); in testRotateAndCropCharacteristics()
3187 for (int mode : availableRotateAndCropModes) { in testRotateAndCropCharacteristics()
3200 if (availableRotateAndCropModes.length > 1) { in testRotateAndCropCharacteristics()