Home
last modified time | relevance | path

Searched refs:PA_STREAM_AUTO_TIMING_UPDATE (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h206 PA_STREAM_AUTO_TIMING_UPDATE = 0x0008U, enumerator
368 #define PA_STREAM_AUTO_TIMING_UPDATE PA_STREAM_AUTO_TIMING_UPDATE macro
Dsimple.c209 |PA_STREAM_AUTO_TIMING_UPDATE, NULL, NULL); in pa_simple_new()
214 |PA_STREAM_AUTO_TIMING_UPDATE); in pa_simple_new()
Dstream.c382 if (!(s->flags & PA_STREAM_AUTO_TIMING_UPDATE)) in request_auto_timing_update()
581 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_moved()
705 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_suspended()
972 if (s->flags & PA_STREAM_AUTO_TIMING_UPDATE) { in create_stream_complete()
1207 PA_STREAM_AUTO_TIMING_UPDATE| in create_stream()
/third_party/pulseaudio/src/tests/
Dlo-test-util.c227 PA_STREAM_ADJUST_LATENCY | PA_STREAM_AUTO_TIMING_UPDATE, NULL, NULL); in context_state_callback()
243 PA_STREAM_ADJUST_LATENCY | PA_STREAM_AUTO_TIMING_UPDATE); in context_state_callback()
Dinterpol-test.c101 pa_stream_flags_t flags = PA_STREAM_AUTO_TIMING_UPDATE; in context_state_callback()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_dec.c223 |PA_STREAM_AUTO_TIMING_UPDATE); in pulse_read_header()
Dpulse_audio_enc.c452 PA_STREAM_AUTO_TIMING_UPDATE | in pulse_write_header()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c341 …M_INTERPOLATE_TIMING | PA_STREAM_DONT_MOVE | PA_STREAM_START_CORKED | PA_STREAM_AUTO_TIMING_UPDATE, in context_state_cb()
Dmodule-tunnel-source-new.c339 …PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_DONT_MOVE|PA_STREAM_AUTO_TIMING_UPDATE|PA_STREAM_START_CORK… in context_state_cb()
/third_party/pulseaudio/src/utils/
Dpadsp.c1052 flags = PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_AUTO_TIMING_UPDATE|PA_STREAM_EARLY_REQUESTS; in create_playback_stream()
1094 flags = PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_AUTO_TIMING_UPDATE; in create_record_stream()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c989 flags = PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE | in gst_pulseringbuffer_acquire()
2093 flags = PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE | in gst_pulsesink_create_probe_stream()
Dpulsesrc.c1530 flags = PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE | in gst_pulsesrc_prepare()