Home | History | Annotate | Download | only in libcamera

Lines Matching refs:SCENE_MODE_NIGHT

1187             } else if (!strcmp(strNewSceneMode, CameraParameters::SCENE_MODE_NIGHT)) {
1188 newSceneMode = ExynosCamera::SCENE_MODE_NIGHT;
2083 if (sceneMode & ExynosCamera::SCENE_MODE_NIGHT) {
2084 parameterString.append(CameraParameters::SCENE_MODE_NIGHT);