Home
last modified time | relevance | path

Searched refs:EnableLowLightDetection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp358 s->EnableLowLightDetection(supported); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1284 int32_t EnableLowLightDetection(bool isEnable);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp4448 cameraSession_->EnableLowLightDetection(true); in RegisterFeatureDetectionStatusListener()
4487 cameraSession_->EnableLowLightDetection(false); in UnregisterFeatureDetectionStatusListener()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp4486 int32_t CaptureSession::EnableLowLightDetection(bool isEnable) in EnableLowLightDetection() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8956 intResult = session_->EnableLowLightDetection(true);