Home
last modified time | relevance | path

Searched refs:GetFocalLength (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.h96 Camera_ErrorCode GetFocalLength(float* focalLength);
H A Dcapture_session_impl.cpp699 Camera_ErrorCode Camera_CaptureSession::GetFocalLength(float* focalLength) in GetFocalLength() function in Camera_CaptureSession
703 int32_t ret = innerCaptureSession_->GetFocalLength(*focalLength); in GetFocalLength()
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h108 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
H A Dohos_camera_demo.cpp246 GetFocalLength(ability_); in InitCameraDevice()
850 RetCode OhosCameraDemo::GetFocalLength(std::shared_ptr<CameraAbility> &ability) in GetFocalLength() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h107 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
H A Dohos_camera_demo_3a.cpp241 GetFocalLength(ability_); in InitCameraDevice()
858 RetCode OhosCameraDemo::GetFocalLength(std::shared_ptr<CameraAbility> &ability) in GetFocalLength() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_input.h197 [[deprecated]] float GetFocalLength();
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h132 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
H A Ddcamera_hdf_demo.cpp239 GetFocalLength(ability_); in InitCameraDevice()
799 RetCode DcameraHdfDemo::GetFocalLength(std::shared_ptr<CameraAbility> &ability) in GetFocalLength() function in OHOS::DistributedHardware::DcameraHdfDemo
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp189 session->GetFocalLength(); in TestFocus()
191 session->GetFocalLength(focalLength); in TestFocus()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h822 float GetFocalLength();
829 int32_t GetFocalLength(float& focalLength);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp638 return session->GetFocalLength(focalLength); in OH_CaptureSession_GetFocalLength()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h284 static napi_value GetFocalLength(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp911 float focalLength = session->GetFocalLength(); in SetCameraParameters()
4088 int32_t focalLengthGet = scanSession_->GetFocalLength(focalLength);
4785 float focalLength = camSession->GetFocalLength();
4788 int32_t focalLengthGet = camSession->GetFocalLength(focalLength);
4829 focalLengthGet = camSession->GetFocalLength(focalLength);
4841 focalLength = camSession->GetFocalLength();
4844 focalLengthGet = camSession->GetFocalLength(focalLength);
6826 float focalLength = camSession->GetFocalLength();
6829 intResult = camSession->GetFocalLength(focalLength);
7580 EXPECT_EQ(session_->GetFocalLength(), 0);
[all …]
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-camera-des.md684 GetFocalLength(ability_);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp145 DECLARE_NAPI_FUNCTION("getFocalLength", CameraSessionNapi::GetFocalLength)
2062 napi_value CameraSessionNapi::GetFocalLength(napi_env env, napi_callback_info info) in GetFocalLength() function in OHOS::CameraStandard::CameraSessionNapi
2078 int32_t retCode = cameraSessionNapi->cameraSession_->GetFocalLength(focalLength); in GetFocalLength()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2227 float CaptureSession::GetFocalLength() in GetFocalLength() function in OHOS::CameraStandard::CaptureSession
2230 GetFocalLength(focalLength); in GetFocalLength()
2234 int32_t CaptureSession::GetFocalLength(float& focalLength) in GetFocalLength() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-camera-des.md693 GetFocalLength(ability_);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp2000 double focalLength = session->GetFocalLength();
3117 float focalLength = session->GetFocalLength();
3119 EXPECT_EQ(session->GetFocalLength(focalLength), 0);