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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 46 TIME_STRUCT time, tempTime; /* last and current timestamp */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 147 /* original tempTime stamp */
164 /* Effects: appends tempTime stamp to log */
170 /* get tempTime of from last tempTime stamp */
171 TIME_GET(perf->tempTime);
172 delta = TIME_DELTA(perf->tempTime, perf->time);
176 /* save tempTime stamp as last tempTime stamp */
177 TIME_COPY(perf->time, perf->tempTime);
perf.c 106 TIME_COPY(me->tempTime, me->time);

Completed in 25 milliseconds