Home
last modified time | relevance | path

Searched refs:restoreParamType (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp24 std::shared_ptr<OHOS::Camera::CameraMetadata> settings, RestoreParamTypeOhos restoreParamType, in HCameraRestoreParam()
32 mRestoreParamType = restoreParamType; in HCameraRestoreParam()
106 void HCameraRestoreParam::SetRestoreParamType(RestoreParamTypeOhos restoreParamType) in SetRestoreParamType() argument
108 mRestoreParamType = restoreParamType; in SetRestoreParamType()
22 HCameraRestoreParam(std::string clientName, std::string cameraId, std::vector<StreamInfo_V1_1> streamInfos, std::shared_ptr<OHOS::Camera::CameraMetadata> settings, RestoreParamTypeOhos restoreParamType, int startActiveTime) HCameraRestoreParam() argument
H A Dhcamera_host_manager.cpp987 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in GetRestoreParam() local
989 streamInfos, nullptr, restoreParamType, 0); in GetRestoreParam()
1033 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in GetTransitentParam() local
1035 streamInfos, nullptr, restoreParamType, 0); in GetTransitentParam()
H A Dhcamera_service.cpp1142 int32_t HCameraService::SetPrelaunchConfig(string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, in SetPrelaunchConfig() argument
1161 SaveCurrentParamForRestore(cameraId, static_cast<RestoreParamTypeOhos>(restoreParamType), activeTime, in SetPrelaunchConfig()
1629 int32_t HCameraService::SaveCurrentParamForRestore(std::string cameraId, RestoreParamTypeOhos restoreParamType, in SaveCurrentParamForRestore() argument
1637 cameraRestoreParam->SetRestoreParamType(restoreParamType); in SaveCurrentParamForRestore()
1641 if (captureSession == nullptr || restoreParamType == NO_NEED_RESTORE_PARAM_OHOS) { in SaveCurrentParamForRestore()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_restore_param.h35 RestoreParamTypeOhos restoreParamType, int startActiveTime);
50 void SetRestoreParamType(RestoreParamTypeOhos restoreParamType);
H A Dhcamera_service.h128 int32_t SetPrelaunchConfig(string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
253 int32_t SaveCurrentParamForRestore(string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dprelaunch_config.cpp31 return restoreParamType; in GetRestoreParamType()
H A Dcamera_manager.cpp2271 std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, EffectParam effectParam) in SetPrelaunchConfig()
2276 cameraId, static_cast<RestoreParamTypeOhos>(restoreParamType), activeTime, effectParam); in SetPrelaunchConfig()
2270 SetPrelaunchConfig( std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, EffectParam effectParam) SetPrelaunchConfig() argument
/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp89 RestoreParamTypeOhos restoreParamType = RestoreParamTypeOhos::NO_NEED_RESTORE_PARAM_OHOS; in Test() local
90 fuzz->SetRestoreParamType(restoreParamType); in Test()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dprelaunch_config.h62 RestoreParamType restoreParamType = RestoreParamType::NO_NEED_RESTORE_PARAM; member in OHOS::CameraStandard::PrelaunchConfig
H A Dcamera_manager.h585 int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h121 virtual int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_proxy.h99 int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp589 int32_t HCameraServiceProxy::SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, in SetPrelaunchConfig() argument
598 data.WriteUint32(restoreParamType); in SetPrelaunchConfig()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp793 if (napi_get_named_property(env, root, "restoreParamType", &res) == napi_ok) { in ParsePrelaunchConfig()
795 prelaunchConfig->restoreParamType = static_cast<RestoreParamType>(intValue); in ParsePrelaunchConfig()
796 MEDIA_INFO_LOG("SetPrelaunchConfig restoreParamType = %{public}d", intValue); in ParsePrelaunchConfig()
1592 static_cast<RestoreParamTypeOhos>(prelaunchConfig.restoreParamType), prelaunchConfig.activeTime, effectParam); in SetPrelaunchConfig()

Completed in 19 milliseconds