/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_restore_param.cpp | 24 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 D | hcamera_host_manager.cpp | 987 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 D | hcamera_service.cpp | 1142 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 D | hcamera_restore_param.h | 35 RestoreParamTypeOhos restoreParamType, int startActiveTime); 50 void SetRestoreParamType(RestoreParamTypeOhos restoreParamType);
|
H A D | hcamera_service.h | 128 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 D | prelaunch_config.cpp | 31 return restoreParamType; in GetRestoreParamType()
|
H A D | camera_manager.cpp | 2271 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 D | camera_restore_param_fuzzer.cpp | 89 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 D | prelaunch_config.h | 62 RestoreParamType restoreParamType = RestoreParamType::NO_NEED_RESTORE_PARAM; member in OHOS::CameraStandard::PrelaunchConfig
|
H A D | camera_manager.h | 585 int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 121 virtual int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_proxy.h | 99 int32_t SetPrelaunchConfig(std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime,
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 589 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 D | camera_manager_napi.cpp | 793 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()
|