Home
last modified time | relevance | path

Searched refs:smoothZoomType (Results 1 – 10 of 10) 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/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp237 int smoothZoomType = static_cast<int32_t>(data.ReadUint32()); in HandleSetSmoothZoom() local
241 int32_t ret = SetSmoothZoom(smoothZoomType, operationMode, targetZoomRatio, duration); in HandleSetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp221 uint32_t smoothZoomType = data.ReadUint32(); in TestZoom() local
222 session->SetSmoothZoom(targetZoomRatio, smoothZoomType); in TestZoom()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h253 … int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) override;
/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/services/camera_service/src/
H A Dhcapture_session.cpp1273 int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) in SetSmoothZoom() argument
1289 auto zoomAlgorithm = SmoothZoom::GetZoomAlgorithm(static_cast<SmoothZoomType>(smoothZoomType)); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp2412 int32_t smoothZoomType; in SetSmoothZoom() local
2414 napi_get_value_int32(env, argv[PARAM1], &smoothZoomType); in SetSmoothZoom()
2415 cameraSessionNapi->cameraSession_->SetSmoothZoom((float)targetZoomRatio, smoothZoomType); in SetSmoothZoom()
/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() argument
2832 … errCode = captureSession->SetSmoothZoom(smoothZoomType, GetMode(), targetZoomRatio, duration); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6798 int32_t smoothZoomType = 0; variable
6801 EXPECT_EQ(camSession->SetSmoothZoom(smoothZoomType, operationMode,