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 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/services/camera_service/binder/server/src/ |
H A D | hcapture_session_stub.cpp | 237 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 D | capture_session_fuzzer.cpp | 221 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 D | hcapture_session.h | 253 … 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 D | capture_session.h | 962 int32_t SetSmoothZoom(float targetZoomRatio, uint32_t smoothZoomType);
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1273 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 D | camera_session_napi.cpp | 2412 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 D | capture_session.cpp | 2804 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 D | camera_framework_unittest.cpp | 6798 int32_t smoothZoomType = 0; variable 6801 EXPECT_EQ(camSession->SetSmoothZoom(smoothZoomType, operationMode,
|