Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicapture_session.h67 virtual int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcapture_session_proxy.h55 int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.h82 Camera_ErrorCode SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
H A Dcapture_session_impl.cpp707 Camera_ErrorCode Camera_CaptureSession::SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoot… in SetSmoothZoom() function in Camera_CaptureSession
711 …int32_t ret = innerCaptureSession_->SetSmoothZoom(targetZoom, static_cast<uint32_t>(smoothZoomMode… in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp241 int32_t ret = SetSmoothZoom(smoothZoomType, operationMode, targetZoomRatio, duration); in HandleSetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcapture_session_proxy.cpp298 int32_t HCaptureSessionProxy::SetSmoothZoom(int32_t mode, int32_t operationMode, float targetZoomRa… in SetSmoothZoom() function in OHOS::CameraStandard::HCaptureSessionProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h252 int32_t SetSmoothZoom(
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp222 session->SetSmoothZoom(targetZoomRatio, smoothZoomType); in TestZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp652 return session->SetSmoothZoom(targetZoom, smoothZoomMode); in OH_CaptureSession_SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h290 static napi_value SetSmoothZoom(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h962 int32_t SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp163 DECLARE_NAPI_FUNCTION("setSmoothZoom", SetSmoothZoom),
2394 napi_value CameraSessionNapi::SetSmoothZoom(napi_env env, napi_callback_info info) in SetSmoothZoom() function in OHOS::CameraStandard::CameraSessionNapi
2415 cameraSessionNapi->cameraSession_->SetSmoothZoom((float)targetZoomRatio, smoothZoomType); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp4837 session->SetSmoothZoom(0, 0);
4842 EXPECT_EQ(session->SetSmoothZoom(0, 0), CameraErrorCode::SUCCESS);
4894 EXPECT_EQ(session->SetSmoothZoom(0, 0), CameraErrorCode::SESSION_NOT_CONFIG);
6801 EXPECT_EQ(camSession->SetSmoothZoom(smoothZoomType, operationMode,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1272 int32_t HCaptureSession::SetSmoothZoom( in SetSmoothZoom() function in OHOS::CameraStandard::HCaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2804 int32_t CaptureSession::SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType) in SetSmoothZoom() function in OHOS::CameraStandard::CaptureSession
2832 … errCode = captureSession->SetSmoothZoom(smoothZoomType, GetMode(), targetZoomRatio, duration); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp10624 intResult = session_->SetSmoothZoom(30.0f, 0);