Searched refs:first_time (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_rt.h | 114 TIME_STRUCT first_time; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 140 TIME_COPY(me->first_time, perf->time); in PERF_RT_create() 324 … fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->last_reporting, me->first_time)/1000000); in count_temporal_rate() 563 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000, in __rt_Buffer() 574 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000, in __rt_Buffer() 755 TIME_DELTA(perf->time, me->first_time)/1000000, in __rt_Buffer()
|