Home
last modified time | relevance | path

Searched refs:time_correction (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
Dperf_reader.c73 long time_correction = 0; in PERF_Replay() local
114 time_correction = 0; in PERF_Replay()
138 (time_correction && ulData0 < MIN_DELTA + (U32) (-time_correction))) in PERF_Replay()
142 time_correction += (long) ulData0 - (long) MIN_DELTA; in PERF_Replay()
145 else if (time_correction) in PERF_Replay()
147 ulData0 = ulData0 + (U32) time_correction; in PERF_Replay()
148 time_correction = 0; in PERF_Replay()