OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_delay
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
362
static void
count_delay
(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0)
function
630
count_delay
(me, "Modified burst shot-to-shot", &me->dSTS->dBurst2, 0);
634
count_delay
(me, "Raw burst shot-to-shot", &me->dSTS->dBurst, -1);
918
count_delay
(me, "Avg. modified burst shot-to-shot", &me->dSTS->dABurst2, 0);
922
count_delay
(me, "Avg. raw burst shot-to-shot", &me->dSTS->dABurst, 0);
926
count_delay
(me, "Avg. single shot-to-shot", &me->dSTS->dSingle, -1);
[
all
...]
Completed in 1365 milliseconds