/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/ |
H A D | stream_capture_fuzzer.cpp | 70 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 D | camera_device_fuzzer.cpp | 72 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 D | deferred_processing_stub_fuzzer.cpp | 70 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 D | stream_metadata_stub_fuzzer.cpp | 46 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 D | stream_capture_stub_fuzzer.cpp | 57 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 D | capture_session.cpp | 630 …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 D | hcs_deal.cpp | 543 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 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() argument 703 int32_t ret = innerCaptureSession_->GetFocalLength(*focalLength); in GetFocalLength()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 802 …era_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength);
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 190 float focalLength; in TestFocus() local 191 session->GetFocalLength(focalLength); in TestFocus()
|
/ohos5.0/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 853 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 D | ohos_camera_demo_3a.cpp | 861 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 D | dcamera_hdf_demo.cpp | 802 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 D | v4l2_device_manager.cpp | 777 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 D | v4l2_device_manager.cpp | 860 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 D | capture__session_8h.md | 97 …ptureSession](_o_h___camera.md#camera_capturesession) \*session, float \*focalLength) | 获取当前焦距值。 |
|
H A D | _o_h___camera.md | 280 …gth) ([Camera_CaptureSession](#camera_capturesession) \*session, float \*focalLength) | 获取当前焦距值。 | 3691 …mera_ErrorCode OH_CaptureSession_GetFocalLength(Camera_CaptureSession* session, float* focalLength) 3705 | focalLength | 当前焦距值。 |
|
H A D | js-apis-camera.md | 5541 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 D | camera_framework_moduletest.cpp | 911 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 D | capture__session_8h.md | 97 …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 D | capture_session.cpp | 2229 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 D | capture_session.h | 829 int32_t GetFocalLength(float& focalLength);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-camera-sync.md | 412 let focalLength = captureSession.getFocalLength();
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/ |
H A D | changelogs-camera-sync.md | 414 let focalLength = captureSession.getFocalLength();
|