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

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 176 static __int64 counter_start; variable
178 static inv_time_t counter_start; variable
260 double get_counter(__int64 *counter_start, double *pc_freq)
265 x = (double) (li.QuadPart - (*counter_start));
270 void start_counter(double *pc_freq, __int64 *counter_start)
279 *counter_start = li.QuadPart;
286 return (inv_get_tick_count() - counter_start);
291 counter_start = inv_get_tick_count();
316 start_counter(&pc_freq, &counter_start);
319 time_ms = get_counter(&counter_start, &pc_freq)
    [all...]

Completed in 67 milliseconds