Home
last modified time | relevance | path

Searched refs:OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp38 {OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO, FOCUS_MODE_CONTINUOUS_AUTO},
121 {FOCUS_MODE_CONTINUOUS_AUTO, OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO},
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/camera_host/
H A Dmetadata_enum_map.h109 {"OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO", OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO},
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_3a_test.cpp45 .value = OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO
437 uint8_t tagVal = OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO; in TEST_F()
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_device_ability_items.h2149 OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO, enumerator
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp562 abilityFocusModesVector.push_back(OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO); in ConvertAbilityFocusModesToOhos()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dsensor_controller.cpp845 if (focusMode == OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO) { in SendFocusMetaData()
H A Dv4l2_device_manager.cpp598 abilityFocusModesVector.push_back(OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO); in ConvertAbilityFocusModesToOhos()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp701 afMode = OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO; in SetAfAuto()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_professional_uttest_v1_3.cpp668 } else if (entry.data.u8[i] == OHOS_CAMERA_FOCUS_MODE_CONTINUOUS_AUTO) {