Searched refs:library_name (Results 1 – 1 of 1) sorted by relevance
46 char library_name[OMX_MAX_STRINGNAME_SIZE]; in construct_components() local63 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()