OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dBurst
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
92
init_delay(&me->dSTS->
dBurst
, -1); /* no first timestamp yet */
632
if (me->dSTS->
dBurst
.n > 0)
634
count_delay(me, "Raw burst shot-to-shot", &me->dSTS->
dBurst
, -1);
638
me->dSTS->
dBurst
.n = -1;
667
if (me->dSTS->
dBurst
.n > 1)
670
if (me->dSTS->
dBurst
.n > 2)
680
me->dSTS->last_burst = TIME_DELTA(perf->time, me->dSTS->
dBurst
.last_timestamp);
682
else if (me->dSTS->
dBurst
.n < 0)
697
if (me->dSTS->
dBurst
.n >= 0)
702
me->dSTS->
dBurst
.n + 1, me->dSTS->size_min, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp))
[
all
...]
/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 */
Completed in 380 milliseconds