Searched refs:SCALER_AVAILABLE_FORMATS (Results 1 – 4 of 4) sorted by relevance
396 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraInfo()404 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraCharacteristics()
483 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand()592 int[] availableFormats = getBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS); in getAvailableFormats()973 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()1023 setBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS, newValues); in setAvailableFormats()
1567 public static final Key<int[]> SCALER_AVAILABLE_FORMATS = field in CameraCharacteristics
1000 Key<int[]> formatKey = CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(); in testReadWriteOverride()