Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_config.h39 #define PERF_CONFIG_LINELENGTH 1024 macro
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c179 char line[PERF_CONFIG_LINELENGTH]; in PERF_Config_Read()
189 while (fgets(line, PERF_CONFIG_LINELENGTH, config_file)) in PERF_Config_Read()