Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3274 bool isEnableMoonCaptureBoost; in EnableMoonCaptureBoost() local
3275 napi_get_value_bool(env, argv[PARAM0], &isEnableMoonCaptureBoost); in EnableMoonCaptureBoost()
3276 … MEDIA_INFO_LOG("CameraSessionNapi::EnableMoonCaptureBoost:%{public}d", isEnableMoonCaptureBoost); in EnableMoonCaptureBoost()
3278 …32_t retCode = cameraSessionNapi->cameraSession_->EnableMoonCaptureBoost(isEnableMoonCaptureBoost); in EnableMoonCaptureBoost()