Home
last modified time | relevance | path

Searched refs:pa_stream_drop (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c315 r = pa_stream_drop(pd->stream); in pulse_read_packet()
339 pa_stream_drop(pd->stream); in pulse_read_packet()
346 pa_stream_drop(pd->stream); in pulse_read_packet()
/third_party/pulseaudio/src/tests/
H A Dlo-latency-test.c136 pa_stream_drop(s); in read_cb()
H A Dinterpol-test.c77 fail_unless(pa_stream_drop(p) == 0); in stream_read_cb()
H A Dlo-test-util.c155 pa_stream_drop(s); in calibrate_read_cb()
/third_party/pulseaudio/src/pulse/
H A Dsimple.c338 r = pa_stream_drop(p->stream); in pa_simple_read()
356 r = pa_stream_drop(p->stream); in pa_simple_read()
473 * pa_stream_drop() won't be called until the whole chunk has in pa_simple_get_latency()
H A Dstream.h153 * pa_stream_write() for playback, or pa_stream_peek() / pa_stream_drop() for
546 * Use pa_stream_drop() to actually remove the data from the buffer
547 * and move the read index forward. pa_stream_drop() should not be
559 int pa_stream_drop(pa_stream *p);
H A Dstream.c1691 int pa_stream_drop(pa_stream *s) { in pa_stream_drop() function
/third_party/pulseaudio/src/utils/
H A Dpacat.c263 pa_stream_drop(s); in stream_read_callback()
282 pa_stream_drop(s); in stream_read_callback()
304 pa_stream_drop(s); in stream_read_callback()
H A Dpadsp.c939 if (pa_stream_drop(i->rec_stream) < 0) { in fd_info_copy_data()
940 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_drop(): %s\n", pa_strerror(pa_context_errno(i->context))); in fd_info_copy_data()
964 if (pa_stream_drop(i->rec_stream) < 0) { in fd_info_copy_data()
965 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_drop(): %s\n", pa_strerror(pa_context_errno(i->context))); in fd_info_copy_data()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-source-new.c222 pa_stream_drop(u->stream); in read_new_samples()

Completed in 14 milliseconds