Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp46 char library_name[OMX_MAX_STRINGNAME_SIZE]; in construct_components() local
63 while (fscanf(config_file, "%s", library_name) > 0) { in construct_components()
68 library_name[OMX_MAX_STRINGNAME_SIZE-1] = '\0'; in construct_components()
71 if (library_name[0] == '#') in construct_components()
74 cmodule = new CModule(&library_name[0]); in construct_components()
78 LOGI("found component library %s\n", library_name); in construct_components()