/third_party/pulseaudio/src/pulse/ |
D | def.h | 776 PA_SEEK_RELATIVE = 0, enumerator 790 #define PA_SEEK_RELATIVE PA_SEEK_RELATIVE macro
|
D | simple.c | 297 r = pa_stream_write(p->stream, data, l, NULL, 0LL, PA_SEEK_RELATIVE); in pa_simple_write()
|
D | stream.c | 1491 …PA_CHECK_VALIDITY(s->context, s->direction == PA_STREAM_PLAYBACK || (seek == PA_SEEK_RELATIVE && o… in pa_stream_write_ext_free() 1552 t_seek = PA_SEEK_RELATIVE; in pa_stream_write_ext_free() 1566 s->requested_bytes -= (seek == PA_SEEK_RELATIVE ? offset : 0) + (int64_t) length; in pa_stream_write_ext_free() 1581 } else if (seek == PA_SEEK_RELATIVE) { in pa_stream_write_ext_free() 1594 } else if (seek == PA_SEEK_RELATIVE) { in pa_stream_write_ext_free()
|
/third_party/pulseaudio/src/tests/ |
D | lo-latency-test.c | 71 r = pa_stream_write(s, &out[ppos][0], nbytes, nop_free_cb, 0, PA_SEEK_RELATIVE); in write_cb()
|
D | interpol-test.c | 61 fail_unless(pa_stream_write(p, data, nbytes, NULL, 0, PA_SEEK_RELATIVE) == 0); in stream_write_cb()
|
D | lo-test-util.c | 81 pa_assert_se(pa_stream_write(s, &tmp, nbytes, nop_free_cb, 0, PA_SEEK_RELATIVE) == 0); in calibrate_write_cb()
|
D | memblockq-test.c | 316 pa_memblockq_seek(bq, 30, PA_SEEK_RELATIVE, true); in START_TEST()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | module-rtp-recv.c | 249 …ek(s->memblockq, delta * (int64_t) pa_rtp_context_get_frame_size(s->rtp_context), PA_SEEK_RELATIVE, in rtpoll_work_cb() 262 pa_memblockq_seek(s->memblockq, (int64_t) chunk.length, PA_SEEK_RELATIVE, true); in rtpoll_work_cb()
|
/third_party/pulseaudio/src/modules/ |
D | module-loopback.c | 549 pa_memblockq_seek(u->memblockq, (int64_t)buffer_correction, PA_SEEK_RELATIVE, true); in memblockq_adjust() 955 pa_memblockq_seek(u->memblockq, -offset, PA_SEEK_RELATIVE, true); in sink_input_process_msg_cb() 1574 …k(u->memblockq, pa_usec_to_bytes(u->latency, &u->sink_input->sample_spec), PA_SEEK_RELATIVE, true); in pa__init()
|
D | module-tunnel-sink-new.c | 211 PA_SEEK_RELATIVE); in thread_func()
|
D | module-virtual-sink.c | 304 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
D | module-virtual-surround-sink.c | 333 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
D | module-ladspa-sink.c | 543 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
D | module-tunnel.c | 560 pa_pstream_send_memblock(u->pstream, u->channel, 0, PA_SEEK_RELATIVE, chunk); in sink_process_msg()
|
D | module-equalizer-sink.c | 762 pa_memblockq_seek(u->input_q, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 209 pa_stream_write(s, data, (size_t) bytes, NULL, 0, PA_SEEK_RELATIVE); in stream_write_callback() 580 if (pa_stream_write(stream, buf, towrite, NULL, 0, PA_SEEK_RELATIVE) < 0) { in stdin_callback()
|
D | pactl.c | 1161 pa_stream_write(s, d, length, pa_xfree, 0, PA_SEEK_RELATIVE); in stream_write_callback()
|
D | padsp.c | 894 … if (pa_stream_write(i->play_stream, i->buf, to_write, NULL, 0LL, PA_SEEK_RELATIVE) < 0) { in fd_info_copy_data()
|
/third_party/pulseaudio/src/pulsecore/ |
D | memblockq.c | 690 case PA_SEEK_RELATIVE: in pa_memblockq_seek() 964 pa_memblockq_seek(bq, (int64_t) chunk.length, PA_SEEK_RELATIVE, true); in pa_memblockq_splice()
|
D | source-output.c | 763 …pa_memblockq_seek(o->thread_info.delay_memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true); in pa_source_output_push() 882 … pa_memblockq_seek(o->thread_info.delay_memblockq, - ((int64_t) nbytes), PA_SEEK_RELATIVE, true); in pa_source_output_process_rewind()
|
D | sink-input.c | 936 … pa_memblockq_seek(i->thread_info.render_memblockq, (int64_t) slength, PA_SEEK_RELATIVE, true); in pa_sink_input_peek() 1135 … pa_memblockq_seek(i->thread_info.render_memblockq, - ((int64_t) amount), PA_SEEK_RELATIVE, true); in pa_sink_input_process_rewind()
|
D | protocol-native.c | 1262 pa_pstream_send_memblock(c->pstream, r->index, 0, PA_SEEK_RELATIVE, &schunk); in native_connection_send_memblock() 1337 …seek(s->memblockq, offset, PA_PTR_TO_UINT(userdata), PA_PTR_TO_UINT(userdata) == PA_SEEK_RELATIVE); in sink_input_process_msg() 1345 pa_memblockq_seek(s->memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true); in sink_input_process_msg() 5023 if (seek != PA_SEEK_RELATIVE || offset != 0) in pstream_memblock_callback()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 365 …if (PULSEAUDIO_pa_stream_write(h->stream, h->mixbuf, h->mixlen, NULL, 0LL, PA_SEEK_RELATIVE) < 0) { in PULSEAUDIO_PlayDevice()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 841 pa_memblockq_seek(u->sink_memblockq, u->sink_blocksize - plen, PA_SEEK_RELATIVE, true); in do_push() 1021 pa_memblockq_seek(u->source_memblockq, -nbytes, PA_SEEK_RELATIVE, true); in source_output_process_rewind_cb() 1091 pa_memblockq_seek(u->sink_memblockq, -offset, PA_SEEK_RELATIVE, true); in source_output_process_msg_cb()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 658 if ((ret = pa_stream_write(s->stream, pkt->data, pkt->size, NULL, 0, PA_SEEK_RELATIVE)) < 0) { in pulse_write_packet()
|