Searched refs:sceneModes (Results 1 – 2 of 2) sorted by relevance
643 List<String> sceneModes = p.getSupportedSceneModes(); in mapControlOther() local645 ArrayUtils.convertStringListToIntList(sceneModes, sLegacySceneModes, sSceneModes); in mapControlOther()648 if (sceneModes != null && sceneModes.size() == 1 && in mapControlOther()649 sceneModes.get(0).equals(Parameters.SCENE_MODE_AUTO)) { in mapControlOther()
2193 List<Integer> sceneModes = in isHighSpeedVideoSupported() local2195 if (sceneModes.contains(CameraCharacteristics.CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO)) { in isHighSpeedVideoSupported()