Searched refs:pa_stream_cork (Results 1 – 14 of 14) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | extended-test.c | 94 pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL)); in stream_state_callback()
|
D | sync-playback.c | 100 pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL)); in stream_state_callback()
|
D | interpol-test.c | 235 pa_operation_unref(pa_stream_cork(stream, cork_now, NULL, NULL)); in START_TEST()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.h | 660 pa_operation* pa_stream_cork(pa_stream *s, int b, pa_stream_success_cb_t cb, void *userdata);
|
D | stream.c | 2266 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/ |
D | map-file | 291 pa_stream_cork;
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 416 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()
|
D | padsp.c | 1951 if (!(o = pa_stream_cork(s, b, stream_success_cb, i))) { in dsp_cork()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-sink-new.c | 119 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
|
D | module-tunnel-source-new.c | 108 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 281 op = pa_stream_cork(s->stream, pause, pulse_stream_result, s); in pulse_set_pause()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1710 if (!(o = pa_stream_cork (psrc->stream, corked, in gst_pulsesrc_set_corked()
|
D | pulsesink.c | 1133 if (!(o = pa_stream_cork (pbuf->stream, corked, in gst_pulsering_set_corked()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 92225 This makes the call to pa_stream_cork() during ringbuffer pause()
|