Home
last modified time | relevance | path

Searched refs:pa_stream_cork (Results 1 – 14 of 14) sorted by relevance

/third_party/pulseaudio/src/tests/
Dextended-test.c94 pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL)); in stream_state_callback()
Dsync-playback.c100 pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL)); in stream_state_callback()
Dinterpol-test.c235 pa_operation_unref(pa_stream_cork(stream, cork_now, NULL, NULL)); in START_TEST()
/third_party/pulseaudio/src/pulse/
Dstream.h660 pa_operation* pa_stream_cork(pa_stream *s, int b, pa_stream_success_cb_t cb, void *userdata);
Dstream.c2266 pa_operation* pa_stream_cork(pa_stream *s, int b, pa_stream_success_cb_t cb, void *userdata) { in pa_stream_cork() function
/third_party/pulseaudio/src/
Dmap-file291 pa_stream_cork;
/third_party/pulseaudio/src/utils/
Dpacat.c416 pa_operation_unref(pa_stream_cork(s, 1, NULL, NULL)); in stream_event_callback()
422 pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL)); in stream_event_callback()
Dpadsp.c1951 if (!(o = pa_stream_cork(s, b, stream_success_cb, i))) { in dsp_cork()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c119 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
Dmodule-tunnel-source-new.c108 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_enc.c281 op = pa_stream_cork(s->stream, pause, pulse_stream_result, s); in pulse_set_pause()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c1710 if (!(o = pa_stream_cork (psrc->stream, corked, in gst_pulsesrc_set_corked()
Dpulsesink.c1133 if (!(o = pa_stream_cork (pbuf->stream, corked, in gst_pulsering_set_corked()
/third_party/gstreamer/gstplugins_good/
DChangeLog92225 This makes the call to pa_stream_cork() during ringbuffer pause()