Home
last modified time | relevance | path

Searched refs:auto_timing_interval_usec (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.c198 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_stream_new_with_proplist_internal()
414 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in request_auto_timing_update()
416 …_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timing_interval_usec); in request_auto_timing_update()
418 …s->auto_timing_interval_usec = PA_MIN(AUTO_TIMING_INTERVAL_END_USEC, s->auto_timing_interval_usec*… in request_auto_timing_update()
598 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_command_stream_moved()
599 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in pa_command_stream_moved()
722 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_command_stream_suspended()
723 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in pa_command_stream_suspended()
997 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in create_stream_complete()
999 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in create_stream_complete()
Dinternal.h215 pa_usec_t auto_timing_interval_usec; member