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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 47 #define TIME_INCREASE(time, microsecs) time += microsecs / 1000000
76 #define TIME_INCREASE(time, microsecs) \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 43 TIME_INCREASE(t1, 4294967295u); /* INCREASE */
58 TIME_INCREASE(t1, 4294967295u); /* INCREASE */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 150 TIME_INCREASE(me->time, ulData0);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 568 TIME_INCREASE(me->dRate[i].last_reporting, me->granularity * steps);
585 TIME_INCREASE(me->dRate[i].last_reporting, me->granularity);
746 TIME_INCREASE(me->dUptime->last_reporting, steps * me->granularity);
    [all...]

Completed in 1264 milliseconds