/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icapture_session.h | 67 virtual int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcapture_session_proxy.h | 55 int32_t SetSmoothZoom(int32_t smoothZoomType, int32_t operationMode,
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 82 Camera_ErrorCode SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
|
H A D | capture_session_impl.cpp | 707 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 D | hcapture_session_stub.cpp | 241 int32_t ret = SetSmoothZoom(smoothZoomType, operationMode, targetZoomRatio, duration); in HandleSetSmoothZoom()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcapture_session_proxy.cpp | 298 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 D | hcapture_session.h | 252 int32_t SetSmoothZoom(
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 222 session->SetSmoothZoom(targetZoomRatio, smoothZoomType); in TestZoom()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 652 return session->SetSmoothZoom(targetZoom, smoothZoomMode); in OH_CaptureSession_SetSmoothZoom()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/ |
H A D | camera_session_napi.h | 290 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 D | capture_session.h | 962 int32_t SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 163 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 D | camera_framework_unittest.cpp | 4837 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 D | hcapture_session.cpp | 1272 int32_t HCaptureSession::SetSmoothZoom( in SetSmoothZoom() function in OHOS::CameraStandard::HCaptureSession
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 2804 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 D | camera_framework_moduletest.cpp | 10624 intResult = session_->SetSmoothZoom(30.0f, 0);
|