Home
last modified time | relevance | path

Searched refs:OHOS_ABILITY_FOCAL_LENGTH (Results 1 - 11 of 11) sorted by relevance

/drivers/interface/camera/metadata/include/
H A Dcamera_device_ability_items.h1102 OHOS_ABILITY_FOCAL_LENGTH, enumerator
H A Dcamera_metadata_item_info.h283 [OHOS_ABILITY_FOCAL_LENGTH - OHOS_DEVICE_FOCUS_START] = {"focalLength", META_TYPE_FLOAT, 1 },
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp779 AddOrUpdateOhosTag(metadata, OHOS_ABILITY_FOCAL_LENGTH, cameraFocalLength); in AddDefaultFocalLength()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp974 * @tc.desc: get value of OHOS_ABILITY_FOCAL_LENGTH
988 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in TEST_F()
990 std::cout << "log OHOS_ABILITY_FOCAL_LENGTH: count is " << (int)entry.count << std::endl; in TEST_F()
993 std::cout << "log OHOS_ABILITY_FOCAL_LENGTH is not support" << std::endl; in TEST_F()
1531 * @tc.desc: Plug in multiple USB cameras,get value of OHOS_ABILITY_FOCAL_LENGTH
1551 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in TEST_F()
1553 CAMERA_LOGD("log OHOS_ABILITY_FOCAL_LENGTH: count is %{public}s", entry.count); in TEST_F()
1556 CAMERA_LOGD("log OHOS_ABILITY_FOCAL_LENGTH is not support"); in TEST_F()
/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_info.cpp177 OHOS_ABILITY_FOCAL_LENGTH,
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp863 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in GetFocalLength()
865 CAMERA_LOGE("demo test: get OHOS_ABILITY_FOCAL_LENGTH error"); in GetFocalLength()
/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test.cpp973 * @tc.desc: get value of OHOS_ABILITY_FOCAL_LENGTH
987 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in TEST_F()
989 std::cout << "log OHOS_ABILITY_FOCAL_LENGTH: count is " << (int)entry.count << std::endl; in TEST_F()
992 std::cout << "log OHOS_ABILITY_FOCAL_LENGTH is not support" << std::endl; in TEST_F()
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp855 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in GetFocalLength()
857 CAMERA_LOGE("demo test: get OHOS_ABILITY_FOCAL_LENGTH error"); in GetFocalLength()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp862 AddOrUpdateOhosTag(metadata, OHOS_ABILITY_FOCAL_LENGTH, cameraFocalLength); in AddDefaultFocalLength()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp554 bool ret = metadata->addEntry(OHOS_ABILITY_FOCAL_LENGTH, static_cast<const void *>(&focalLength), 1); in DealFocalLength()
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp804 int ret = OHOS::Camera::FindCameraMetadataItem(data, OHOS_ABILITY_FOCAL_LENGTH, &entry); in GetFocalLength()
806 DHLOGE("demo test: get OHOS_ABILITY_FOCAL_LENGTH error"); in GetFocalLength()

Completed in 22 milliseconds