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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 44 #define TIME_COPY(target, source) target = source
72 #define TIME_COPY(target, source) \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 106 TIME_COPY(me->tempTime, me->time);
perf_rt.c 140 TIME_COPY(me->first_time, perf->time);
359 TIME_COPY(dDelay->last_timestamp, perf->time);
538 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
539 TIME_COPY(me->dRate[i].last_reporting, perf->time);
605 TIME_COPY(me->dRate[i].last_reporting, perf->time);
610 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
709 TIME_COPY(me->dSTS->dSingle.last_timestamp, perf->time);
    [all...]
perf_log.c 177 TIME_COPY(perf->time, perf->tempTime);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 39 TIME_COPY(t2, t1); /* COPY */
54 TIME_COPY(t2, t1); /* COPY */
93 TIME_COPY(t1, t2);

Completed in 229 milliseconds