Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/
H A Dstream_capture_fuzzer.cpp70 float focalLength = rawData[0]; in StreamCaptureFuzzTest() local
71 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in StreamCaptureFuzzTest()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp72 float focalLength = rawData[0]; in CameraDeviceFuzzTest() local
73 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in CameraDeviceFuzzTest()
123 float focalLength = rawData[0]; in CameraDeviceFuzzTestUpdateSetting() local
124 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in CameraDeviceFuzzTestUpdateSetting()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp70 float focalLength = rawData[0]; in DeferredProcessingFuzzTest() local
71 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in DeferredProcessingFuzzTest()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/
H A Dstream_metadata_stub_fuzzer.cpp46 float focalLength = rawData[0]; in MakeMetadata() local
47 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in MakeMetadata()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/
H A Dstream_capture_stub_fuzzer.cpp57 float focalLength = rawData[0]; in MakeMetadata() local
58 ability->addEntry(OHOS_ABILITY_FOCAL_LENGTH, &focalLength, 1); in MakeMetadata()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp630 …mera_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength) in OH_CaptureSession_GetFocalLength() argument
635 CHECK_AND_RETURN_RET_LOG(focalLength != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_GetFocalLength()
638 return session->GetFocalLength(focalLength); in OH_CaptureSession_GetFocalLength()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp543 float focalLength; in DealFocalLength() local
551 focalLength = (float)strtol(pNodeValue, NULL, STRTOL_BASE); in DealFocalLength()
552 CAMERA_LOGD("focalLength = %{public}f", focalLength); in DealFocalLength()
554 …bool ret = metadata->addEntry(OHOS_ABILITY_FOCAL_LENGTH, static_cast<const void *>(&focalLength), … in DealFocalLength()
/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() argument
703 int32_t ret = innerCaptureSession_->GetFocalLength(*focalLength); in GetFocalLength()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h802 …era_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength);
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp190 float focalLength; in TestFocus() local
191 session->GetFocalLength(focalLength); in TestFocus()
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp853 float focalLength = 0.0; in GetFocalLength() local
860 focalLength = *(entry.data.f); in GetFocalLength()
861 CAMERA_LOGD("demo test: focalLength %{public}f\n", focalLength); in GetFocalLength()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp861 float focalLength = 0.0; in GetFocalLength() local
868 focalLength = *(entry.data.f); in GetFocalLength()
869 CAMERA_LOGD("demo test: focalLength %{public}f\n", focalLength); in GetFocalLength()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp802 float focalLength = 0.0; in GetFocalLength() local
809 focalLength = *(entry.data.f); in GetFocalLength()
810 DHLOGI("demo test: focalLength %{public}f", focalLength); in GetFocalLength()
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp777 const float focalLength = 24.0; in AddDefaultFocalLength() local
778 cameraFocalLength.push_back(focalLength); in AddDefaultFocalLength()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp860 const float focalLength = 24.0; in AddDefaultFocalLength() local
861 cameraFocalLength.push_back(focalLength); in AddDefaultFocalLength()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md97 …ptureSession](_o_h___camera.md#camera_capturesession) \*session, float \*focalLength) | 获取当前焦距值。 |
H A D_o_h___camera.md280 …gth) ([Camera_CaptureSession](#camera_capturesession) \*session, float \*focalLength) | 获取当前焦距值。 |
3691 …mera_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength)
3705 | focalLength | 当前焦距值。 |
H A Djs-apis-camera.md5541 let focalLength: number = invalidValue;
5543 focalLength = photoSession.getFocalLength();
5549 return focalLength;
7260 let focalLength: number = invalidValue;
7262 focalLength = captureSession.getFocalLength();
7268 return focalLength;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp911 float focalLength = session->GetFocalLength(); in SetCameraParameters() local
912 EXPECT_NE(focalLength, 0); in SetCameraParameters()
4087 float focalLength; variable
4785 float focalLength = camSession->GetFocalLength(); variable
4786 EXPECT_EQ(focalLength, 0);
4841 focalLength = camSession->GetFocalLength();
4842 EXPECT_EQ(focalLength, 0);
6826 float focalLength = camSession->GetFocalLength(); variable
6827 EXPECT_EQ(focalLength, 0);
6829 intResult = camSession->GetFocalLength(focalLength);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcapture__session_8h.md97 …ureSession](_o_h___camera.md#camera_capturesession) \*session, float \*focalLength) | Obtains the …
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2229 float focalLength = 0; in GetFocalLength() local
2230 GetFocalLength(focalLength); in GetFocalLength()
2231 return focalLength; in GetFocalLength()
2234 int32_t CaptureSession::GetFocalLength(float& focalLength) in GetFocalLength() argument
2236 focalLength = 0; in GetFocalLength()
2255 focalLength = static_cast<float>(item.data.f[0]); in GetFocalLength()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h829 int32_t GetFocalLength(float& focalLength);
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-camera-sync.md412 let focalLength = captureSession.getFocalLength();
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-camera-sync.md414 let focalLength = captureSession.getFocalLength();

12