Home
last modified time | relevance | path

Searched refs:CONFIG_PATH_NAME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dcamera_host_config.cpp21 const std::string CONFIG_PATH_NAME = HDF_ETC_DIR"/camera/camera_host_config.hcb"; variable
23 const std::string CONFIG_PATH_NAME = HDF_CONFIG_DIR"/camera_host_config.hcb";
60 std::unique_ptr<HcsDeal> hcsDeal = std::make_unique<HcsDeal>(CONFIG_PATH_NAME); in ReadConfigFile()
62 CAMERA_LOGE("make HcsDeal failed. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()
68 CAMERA_LOGE("hcs deal init failed. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()
74 … CAMERA_LOGE("config camera id not found. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()
80 … CAMERA_LOGE("config camera ability not found. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_host_service.h28 #define CONFIG_PATH_NAME HDF_CHIP_PROD_CONFIG_DIR"/camera_host_config.hcb" macro
30 #define CONFIG_PATH_NAME HDF_CONFIG_DIR"/camera_host_config.hcb"
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service.cpp49 SetHcsBlobPath(CONFIG_PATH_NAME); in GetVdiLibList()