Home
last modified time | relevance | path

Searched refs:PA_STREAM_START_CORKED (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h178 PA_STREAM_START_CORKED = 0x0001U, enumerator
365 #define PA_STREAM_START_CORKED PA_STREAM_START_CORKED macro
Dstream.c1204 PA_CHECK_VALIDITY(s->context, !(flags & ~(PA_STREAM_START_CORKED| in create_stream()
1249 s->corked = !!(flags & PA_STREAM_START_CORKED); in create_stream()
/third_party/pulseaudio/src/tests/
Dextended-test.c139 …pa_stream_connect_playback(streams[i], NULL, &buffer_attr, PA_STREAM_START_CORKED, NULL, i == 0 ? … in context_state_callback()
Dsync-playback.c138 …pa_stream_connect_playback(streams[i], NULL, &buffer_attr, PA_STREAM_START_CORKED, NULL, i == 0 ? … in context_state_callback()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c341 …PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_DONT_MOVE | PA_STREAM_START_CORKED | PA_STREAM_AUTO_TIMIN… in context_state_cb()
Dmodule-tunnel-source-new.c339 …_INTERPOLATE_TIMING|PA_STREAM_DONT_MOVE|PA_STREAM_AUTO_TIMING_UPDATE|PA_STREAM_START_CORKED) < 0) { in context_state_cb()
/third_party/pulseaudio/src/utils/
Dpadsp.c1054 flags |= PA_STREAM_START_CORKED; in create_playback_stream()
1096 flags |= PA_STREAM_START_CORKED; in create_record_stream()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c990 PA_STREAM_ADJUST_LATENCY | PA_STREAM_START_CORKED; in gst_pulseringbuffer_acquire()
2094 PA_STREAM_ADJUST_LATENCY | PA_STREAM_START_CORKED; in gst_pulsesink_create_probe_stream()
Dpulsesrc.c1532 PA_STREAM_START_CORKED; in gst_pulsesrc_prepare()