Searched refs:IsDepthFusionEnabled (Results 1 – 4 of 4) sorted by relevance
314 static napi_value IsDepthFusionEnabled(napi_env env, napi_callback_info info);
1179 bool IsDepthFusionEnabled();
197 DECLARE_NAPI_FUNCTION("isDepthFusionEnabled", CameraSessionNapi::IsDepthFusionEnabled),3165 napi_value CameraSessionNapi::IsDepthFusionEnabled(napi_env env, napi_callback_info info) in IsDepthFusionEnabled() function in OHOS::CameraStandard::CameraSessionNapi3180 bool isEnabled = cameraSessionNapi->cameraSession_->IsDepthFusionEnabled(); in IsDepthFusionEnabled()
4378 bool CaptureSession::IsDepthFusionEnabled() in IsDepthFusionEnabled() function in OHOS::CameraStandard::CaptureSession