HomeSort by relevance Sort by last modified time
    Searched refs:last_burst (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 92 unsigned long last_burst; /* last burst so we don't count the member in struct:PERF_RTdata_sts
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 672 delay_add(&me->dSTS->dBurst2, me->dSTS->last_burst);
673 delay_add(&me->dSTS->dABurst2, me->dSTS->last_burst);
677 me->dSTS->dBurst2.n, me->dSTS->size_min, 1e-6 * me->dSTS->last_burst);
680 me->dSTS->last_burst = TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp);
    [all...]

Completed in 2311 milliseconds