Searched refs:HDF_LIBRARY_DIR (Results 1 – 6 of 6) sorted by relevance
23 #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"
103 #define HDF_LIBRARY_DIR "/usr/lib" macro137 #define HDF_LIBRARY_DIR "/vendor/lib" macro
19 #define VDI_PATH HDF_LIBRARY_DIR"64/"21 #define VDI_PATH HDF_LIBRARY_DIR"/"
31 #define DRIVER_PATH HDF_LIBRARY_DIR"64/"33 #define DRIVER_PATH HDF_LIBRARY_DIR"/"
128 nodeName = nodeName.insert(0, HDF_LIBRARY_DIR "/"); in ConstructPlugin()
225 if (strncmp(HDF_LIBRARY_DIR, pathBuf, strlen(HDF_LIBRARY_DIR)) != 0) { in RegLibraryInstByName()