Searched refs:SCALER_AVAILABLE_FORMATS (Results 1 – 4 of 4) sorted by relevance
412 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraInfo()420 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraCharacteristics()
548 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand()675 int[] availableFormats = getBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS); in getAvailableFormats()1412 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()1462 setBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS, newValues); in setAvailableFormats()
2124 public static final Key<int[]> SCALER_AVAILABLE_FORMATS = field in CameraCharacteristics
1000 Key<int[]> formatKey = CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(); in testReadWriteOverride()