Searched refs:rtpoll_sleep (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1637 pa_usec_t rtpoll_sleep = 0, real_sleep; in thread_func() local 1686 rtpoll_sleep = PA_MIN(sleep_usec, cusec); in thread_func() 1694 if (rtpoll_sleep > 0) in thread_func() 1695 rtpoll_sleep = PA_MIN(volume_sleep, rtpoll_sleep); in thread_func() 1697 rtpoll_sleep = volume_sleep; in thread_func() 1701 if (rtpoll_sleep > 0) { in thread_func() 1702 pa_rtpoll_set_timer_relative(u->rtpoll, rtpoll_sleep); in thread_func() 1712 if (rtpoll_sleep > 0) { in thread_func() 1716 (double) rtpoll_sleep / PA_USEC_PER_MSEC, (double) real_sleep / PA_USEC_PER_MSEC, in thread_func() 1717 (double) ((int64_t) real_sleep - (int64_t) rtpoll_sleep) / PA_USEC_PER_MSEC); in thread_func() [all …]
|
D | alsa-sink.c | 1903 pa_usec_t rtpoll_sleep = 0, real_sleep; in thread_func() local 1977 rtpoll_sleep = PA_MIN(sleep_usec, cusec); in thread_func() 1988 if (rtpoll_sleep > 0) in thread_func() 1989 rtpoll_sleep = PA_MIN(volume_sleep, rtpoll_sleep); in thread_func() 1991 rtpoll_sleep = volume_sleep; in thread_func() 1995 if (rtpoll_sleep > 0) { in thread_func() 1996 pa_rtpoll_set_timer_relative(u->rtpoll, rtpoll_sleep); in thread_func() 2006 if (rtpoll_sleep > 0) { in thread_func() 2010 (double) rtpoll_sleep / PA_USEC_PER_MSEC, (double) real_sleep / PA_USEC_PER_MSEC, in thread_func() 2011 (double) ((int64_t) real_sleep - (int64_t) rtpoll_sleep) / PA_USEC_PER_MSEC); in thread_func() [all …]
|