Searched refs:PERF_RTdata_delay (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_rt.h | 71 typedef struct PERF_RTdata_delay struct 85 } PERF_RTdata_delay; argument 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/ |
D | perf_rt.c | 41 static void init_delay(PERF_RTdata_delay *dDelay, long n0) in init_delay() 342 static void delay_add(PERF_RTdata_delay *dDelay, unsigned long delta) in delay_add() 349 static void delay_delta(PERF_RTdata_delay *dDelay, PERF_Private *perf) in delay_delta() 362 static void count_delay(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0) in count_delay()
|