Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dsync-playback.c96 pa_stream_set_underflow_callback(s, underflow_cb, userdata); in stream_state_callback()
Dextended-test.c90 pa_stream_set_underflow_callback(s, underflow_cb, userdata); in stream_state_callback()
Dlo-test-util.c224 pa_stream_set_underflow_callback(ctx->play_stream, underflow_cb, userdata); in context_state_callback()
Dpassthrough-test.c188 pa_stream_set_underflow_callback(s, underflow_cb, userdata); in stream_state_callback()
/third_party/pulseaudio/src/pulse/
Dstream.h608 void pa_stream_set_underflow_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata);
Dmap-file334 pa_stream_set_underflow_callback;
Dstream.c2178 void pa_stream_set_underflow_callback(pa_stream *s, pa_stream_notify_cb_t cb, void *userdata) { in pa_stream_set_underflow_callback() function
/third_party/ffmpeg/libavdevice/
Dpulse_audio_enc.c421 pa_stream_set_underflow_callback(s->stream, NULL, NULL); in pulse_write_trailer()
574 pa_stream_set_underflow_callback(s->stream, pulse_underflow, h); in pulse_write_header()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c410 pa_stream_set_underflow_callback(u->stream, stream_underflow_callback, u); in on_sink_created()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c279 pa_stream_set_underflow_callback (stream, NULL, NULL); in gst_pulse_destroy_stream()
324 pa_stream_set_underflow_callback (pbuf->stream, NULL, NULL); in gst_pulsering_destroy_stream()
948 pa_stream_set_underflow_callback (pbuf->stream, in gst_pulseringbuffer_acquire()
Dpulsesrc.c1341 pa_stream_set_underflow_callback (pulsesrc->stream, in gst_pulsesrc_create_stream()
/third_party/pulseaudio/src/utils/
Dpacat.c462 pa_stream_set_underflow_callback(stream, stream_underflow_callback, NULL); in context_state_callback()