Searched refs:last_reporting (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_rt.h | 43 TIME_STRUCT last_reporting; member 68 TIME_STRUCT last_reporting; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 123 TIME_GET(me->dUptime->last_reporting); in PERF_RT_create() 324 … fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->last_reporting, me->first_time)/1000000); in count_temporal_rate() 539 TIME_COPY(me->dRate[i].last_reporting, perf->time); in __rt_Buffer() 547 int steps = TIME_DELTA(perf->time, me->dRate[i].last_reporting); in __rt_Buffer() 563 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000, in __rt_Buffer() 568 TIME_INCREASE(me->dRate[i].last_reporting, me->granularity * steps); in __rt_Buffer() 574 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000, in __rt_Buffer() 585 TIME_INCREASE(me->dRate[i].last_reporting, me->granularity); in __rt_Buffer() 605 TIME_COPY(me->dRate[i].last_reporting, perf->time); in __rt_Buffer() 722 int steps = TIME_DELTA(perf->time, me->dUptime->last_reporting); in __rt_Buffer() [all …]
|