Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h96 enum NightMode { enum
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp452 int32_t NightMode = 4; in Capture() local
453 if (GetMode() == NightMode && cameraPosition == OHOS_CAMERA_POSITION_BACK) { in Capture()