Searched refs:assign_long_if_matches (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_config.c | 35 static int assign_long_if_matches(char const *line, char const *argument, 142 if (!(assign_long_if_matches(line, "mask", &cfg->mask) || in read_line() 145 assign_long_if_matches(line, "delayed_open", &cfg->delayed_open) || in read_line() 146 assign_long_if_matches(line, "buffer_size", &cfg->buffer_size) || in read_line() 149 assign_long_if_matches(line, "debug", &cfg->debug) || in read_line() 150 assign_long_if_matches(line, "detailed_debug",&cfg->detailed_debug) || in read_line() 151 assign_long_if_matches(line, "csv", &cfg->csv) || in read_line() 155 assign_long_if_matches(line, "realtime", &cfg->realtime) || in read_line() 156 assign_long_if_matches(line, "rt_granularity", &cfg->rt_granularity) || in read_line() 157 assign_long_if_matches(line, "rt_debug", &cfg->rt_debug) || in read_line() [all …]
|