Home
last modified time | relevance | path

Searched refs:smoothZoomType (Results 1 - 10 of 10) sorted by relevance

/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,
/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,
/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()
/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()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h239 int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1189 int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) in SetSmoothZoom()
1205 auto zoomAlgorithm = SmoothZoom::GetZoomAlgorithm(static_cast<SmoothZoomType>(smoothZoomType)); in SetSmoothZoom()
1188 SetSmoothZoom( int32_t smoothZoomType, int32_t operationMode, float targetZoomRatio, float& duration) SetSmoothZoom() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h962 int32_t SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType);
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp2374 int32_t smoothZoomType; in SetSmoothZoom() local
2376 napi_get_value_int32(env, argv[PARAM1], &smoothZoomType); in SetSmoothZoom()
2377 cameraSessionNapi->cameraSession_->SetSmoothZoom((float)targetZoomRatio, smoothZoomType); in SetSmoothZoom()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2700 int32_t CaptureSession::SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType) in SetSmoothZoom() argument
2728 errCode = captureSession->SetSmoothZoom(smoothZoomType, GetMode(), targetZoomRatio, duration); in SetSmoothZoom()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6703 int32_t smoothZoomType = 0; in HWTEST_F() local
6706 EXPECT_EQ(camSession->SetSmoothZoom(smoothZoomType, operationMode, in HWTEST_F()

Completed in 40 milliseconds