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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_audio.c50 #define PERIOD_MS 10 macro
203 if (diff.tv_sec == 0 && diff.tv_usec < PERIOD_MS * 1000 * FEED_BUFFER_PERIODS)
218 diff.tv_usec = (data->remainder + (len * PERIOD_MS * 1000)) / data->period_bytes;
219 data->remainder = (data->remainder + (len * PERIOD_MS * 1000)) % data->period_bytes;
336 qxl->core->timer_start(data->wall_timer, PERIOD_MS);
337 data->wall_timer_type = PERIOD_MS;
480 period_frames = freq * PERIOD_MS / 1000;

Completed in 8 milliseconds