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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 62 unsigned long detailed_debug; /* debug flag - will print ALL events */ member in struct:PERF_Config
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 57 sConfig->detailed_debug = FALSE;
150 assign_long_if_matches(line, "detailed_debug",&cfg->detailed_debug) ||
perf_custom.c 378 if (config->log_file || config->debug || config->detailed_debug)
perf_print.c 248 else if (config->detailed_debug)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 340 "detailed_debug = $1234567A\n"
349 assert(config.detailed_debug = 0x1234567A);
360 "detailed_debug = off\n"
367 assert(!config.detailed_debug);

Completed in 58 milliseconds