HomeSort by relevance Sort by last modified time
    Searched refs:PERF_CONFIG_LINELENGTH (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 39 #define PERF_CONFIG_LINELENGTH 1024
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 179 char line[PERF_CONFIG_LINELENGTH];
189 while (fgets(line, PERF_CONFIG_LINELENGTH, config_file))
191 if (/* strlen(line) == PERF_CONFIG_LINELENGTH && */

Completed in 337 milliseconds