OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_RTdata_delay
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h
71
typedef struct
PERF_RTdata_delay
85
}
PERF_RTdata_delay
;
96
PERF_RTdata_delay
dSingle; /* single shot-to-shot */
97
PERF_RTdata_delay
dBurst, dABurst; /* raw burst, average of all bursts */
98
PERF_RTdata_delay
dBurst2, dABurst2; /* modified burst, average */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
41
static void init_delay(
PERF_RTdata_delay
*dDelay, long n0)
342
static void delay_add(
PERF_RTdata_delay
*dDelay, unsigned long delta)
349
static void delay_delta(
PERF_RTdata_delay
*dDelay, PERF_Private *perf)
362
static void count_delay(PERF_RT_Private *me, char *tag,
PERF_RTdata_delay
*dDelay, long n0)
[
all
...]
Completed in 1283 milliseconds