Home
last modified time | relevance | path

Searched refs:isSetLowLightBoostEnable_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1929 std::atomic<bool> isSetLowLightBoostEnable_ = false; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3004 sceneFeaturesMode.SwitchFeature(FEATURE_LOW_LIGHT_BOOST, isSetLowLightBoostEnable_); in GetFeaturesMode()
4481 isSetLowLightBoostEnable_ = isEnable; in EnableLowLightBoost()