/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 96 Camera_ErrorCode GetFocalLength(float* focalLength);
|
H A D | capture_session_impl.cpp | 699 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 D | ohos_camera_demo.h | 108 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
|
H A D | ohos_camera_demo.cpp | 246 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 D | ohos_camera_demo_3a.h | 107 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
|
H A D | ohos_camera_demo_3a.cpp | 241 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 D | camera_input.h | 197 [[deprecated]] float GetFocalLength();
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.h | 132 RetCode GetFocalLength(std::shared_ptr<CameraAbility> &ability);
|
H A D | dcamera_hdf_demo.cpp | 239 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 D | capture_session_fuzzer.cpp | 189 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 D | capture_session.h | 822 float GetFocalLength(); 829 int32_t GetFocalLength(float& focalLength);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 638 return session->GetFocalLength(focalLength); in OH_CaptureSession_GetFocalLength()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/ |
H A D | camera_session_napi.h | 284 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 D | camera_framework_moduletest.cpp | 911 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 D | driver-peripherals-camera-des.md | 684 GetFocalLength(ability_);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 145 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 D | capture_session.cpp | 2227 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 D | driver-peripherals-camera-des.md | 693 GetFocalLength(ability_);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 2000 double focalLength = session->GetFocalLength(); 3117 float focalLength = session->GetFocalLength(); 3119 EXPECT_EQ(session->GetFocalLength(focalLength), 0);
|