Searched refs:MIN_DELTA (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
H A Dperf_reader.c31 #define MIN_DELTA 1U macro
136 if (ulData0 > MAX_DELTA || ulData0 < MIN_DELTA ||
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;
143 ulData0 = MIN_DELTA;

Completed in 70 milliseconds