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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 71 unsigned long rt_granularity; /* real-time granularity in seconds member in struct:PERF_Config
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 66 sConfig->rt_granularity = 1;
156 assign_long_if_matches(line, "rt_granularity", &cfg->rt_granularity) ||
perf_rt.c 136 me->granularity = (config->rt_granularity < 1) ? 1 :
137 (config->rt_granularity > MAX_GRANULARITY) ?
138 MAX_GRANULARITY : (long) config->rt_granularity;
    [all...]

Completed in 901 milliseconds