Searched defs:prev_us (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_libao.c154 static long prev_s, prev_us; local
164 prev_us = tv.tv_usec;
182 duration = ((tv.tv_sec - prev_s) * 1000000 + (tv.tv_usec - prev_us)) / 1000;
192 prev_us = tv.tv_usec;
H A Drdpsnd_alsa.c352 static long prev_s, prev_us; local
362 prev_us = tv.tv_usec;
385 duration = ((tv.tv_sec - prev_s) * 1000000 + (tv.tv_usec - prev_us)) / 1000;
396 prev_us = tv.tv_usec;

Completed in 32 milliseconds