Searched refs:SCALER_AVAILABLE_FORMATS (Results 1 – 4 of 4) sorted by relevance
414 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraInfo()423 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraCharacteristics()
620 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand()803 int[] availableFormats = getBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS); in getAvailableFormats()1700 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()1778 setBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS, newValues); in setAvailableFormats()
1000 Key<int[]> formatKey = CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(); in testReadWriteOverride()
2356 public static final Key<int[]> SCALER_AVAILABLE_FORMATS = field in CameraCharacteristics