OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dABurst
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h
97
PERF_RTdata_delay dBurst,
dABurst
; /* raw burst, average of all bursts */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
93
init_delay(&me->dSTS->
dABurst
, 0);
704
delay_add(&me->dSTS->
dABurst
, TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp));
920
if (me->dSTS->
dABurst
.n > 0)
922
count_delay(me, "Avg. raw burst shot-to-shot", &me->dSTS->
dABurst
, 0);
[
all
...]
Completed in 2767 milliseconds