Home
last modified time | relevance | path

Searched refs:SCENE_MODE_NIGHT_PORTRAIT (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/camera/include/camera/
DCameraParameters.h596 static const char SCENE_MODE_NIGHT_PORTRAIT[]; variable
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraCapabilities.java150 } else if (Camera.Parameters.SCENE_MODE_NIGHT_PORTRAIT.equals(scene)) { in buildSceneModes()
/frameworks/av/camera/
DCameraParameters.cpp141 const char CameraParameters::SCENE_MODE_NIGHT_PORTRAIT[] = "night-portrait"; member in android::CameraParameters
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp623 CameraParameters::SCENE_MODE_NIGHT_PORTRAIT; in initialize()
2714 !strcmp(sceneMode, CameraParameters::SCENE_MODE_NIGHT_PORTRAIT) ? in sceneModeStringToEnum()
/frameworks/base/core/java/android/hardware/
DCamera.java2380 public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait"; field in Camera.Parameters
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12307 field public static final java.lang.String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";
/frameworks/base/core/api/
Dcurrent.txt18420 field @Deprecated public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";