Searched refs:SCALER_AVAILABLE_FORMATS (Results 1 – 4 of 4) sorted by relevance
412 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraInfo()423 assertNotNull(info.get(CameraCharacteristics.SCALER_AVAILABLE_FORMATS)); in testCameraCharacteristics()
628 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand()867 int[] availableFormats = getBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS); in getAvailableFormats()1952 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()2046 setBase(CameraCharacteristics.SCALER_AVAILABLE_FORMATS, newValues); in setAvailableFormats()
1008 Key<int[]> formatKey = CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(); in testReadWriteOverride()
2724 public static final Key<int[]> SCALER_AVAILABLE_FORMATS = field in CameraCharacteristics