HomeSort by relevance Sort by last modified time
    Searched full:time_correction (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 73 long time_correction = 0; local
114 time_correction = 0;
133 /* invariant: time_replayed = time_logged + time_correction */
138 (time_correction && ulData0 < MIN_DELTA + (U32) (-time_correction)))
140 time_correction variable, and replay a MIN_DELTA time
142 time_correction += (long) ulData0 - (long) MIN_DELTA;
145 else if (time_correction)
147 ulData0 = ulData0 + (U32) time_correction;
148 time_correction = 0
    [all...]

Completed in 47 milliseconds