Searched refs:sceneModes (Results 1 – 2 of 2) sorted by relevance
650 List<String> sceneModes = p.getSupportedSceneModes(); in mapControlOther() local652 ArrayUtils.convertStringListToIntList(sceneModes, sLegacySceneModes, sSceneModes); in mapControlOther()655 if (sceneModes != null && sceneModes.size() == 1 && in mapControlOther()656 sceneModes.get(0).equals(Parameters.SCENE_MODE_AUTO)) { in mapControlOther()
2190 List<Integer> sceneModes = in isHighSpeedVideoSupported() local2192 if (sceneModes.contains(CameraCharacteristics.CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO)) { in isHighSpeedVideoSupported()