Searched refs:auto_timing_interval_usec (Results 1 – 2 of 2) sorted by relevance
194 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_stream_new_with_proplist_internal()406 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in request_auto_timing_update()408 …_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timing_interval_usec); in request_auto_timing_update()410 …s->auto_timing_interval_usec = PA_MIN(AUTO_TIMING_INTERVAL_END_USEC, s->auto_timing_interval_usec*… in request_auto_timing_update()582 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_command_stream_moved()583 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in pa_command_stream_moved()706 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in pa_command_stream_suspended()707 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in pa_command_stream_suspended()973 s->auto_timing_interval_usec = AUTO_TIMING_INTERVAL_START_USEC; in create_stream_complete()975 …event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_t… in create_stream_complete()
209 pa_usec_t auto_timing_interval_usec; member