Home
last modified time | relevance | path

Searched refs:HDF_LIBRARY_DIR (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
Dstream_pipeline_data_structure.cpp23 #define PIPELINE_CONFIG_LIB_PATH HDF_LIBRARY_DIR"64/libcamera_pipeline_config.z.so"
25 #define PIPELINE_CONFIG_LIB_PATH HDF_LIBRARY_DIR"/libcamera_pipeline_config.z.so"
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_base.h103 #define HDF_LIBRARY_DIR "/usr/lib" macro
137 #define HDF_LIBRARY_DIR "/vendor/lib" macro
/drivers/hdf_core/framework/core/host/src/
Dhdf_load_vdi.c19 #define VDI_PATH HDF_LIBRARY_DIR"64/"
21 #define VDI_PATH HDF_LIBRARY_DIR"/"
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddriver_loader_full.c31 #define DRIVER_PATH HDF_LIBRARY_DIR"64/"
33 #define DRIVER_PATH HDF_LIBRARY_DIR"/"
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Dipp_algo_parser.cpp128 nodeName = nodeName.insert(0, HDF_LIBRARY_DIR "/"); in ConstructPlugin()
/drivers/peripheral/audio/effect/model/src/
Deffect_model.c225 if (strncmp(HDF_LIBRARY_DIR, pathBuf, strlen(HDF_LIBRARY_DIR)) != 0) { in RegLibraryInstByName()