Home
last modified time | relevance | path

Searched refs:pa_memblockq_seek (Results 1 - 14 of 14) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dmemblockq-test.c278 pa_memblockq_seek(bq, -6, 0, true); in START_TEST()
282 pa_memblockq_seek(bq, -2, 0, true); in START_TEST()
286 pa_memblockq_seek(bq, -10, 0, true); in START_TEST()
290 pa_memblockq_seek(bq, 10, 0, true); in START_TEST()
295 pa_memblockq_seek(bq, -6, 0, true); in START_TEST()
300 pa_memblockq_seek(bq, -12, 0, true); in START_TEST()
304 pa_memblockq_seek(bq, 20, 0, true); in START_TEST()
309 pa_memblockq_seek(bq, -2, 0, true); in START_TEST()
316 pa_memblockq_seek(bq, 30, PA_SEEK_RELATIVE, true); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
H A Dmemblockq.h161 * pa_mcalign object. Don't mix this with pa_memblockq_seek() unless
166 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account);
H A Dmemblockq.c615 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek() function
896 pa_memblockq_seek(bq, (int64_t) chunk.length, PA_SEEK_RELATIVE, true); in pa_memblockq_splice()
H A Dsink-input.c1025 pa_memblockq_seek(i->thread_info.render_memblockq, (int64_t) slength, PA_SEEK_RELATIVE, true); in pa_sink_input_peek()
1026 pa_memblockq_seek(i->thread_info.history_memblockq, (int64_t) ilength_full, PA_SEEK_RELATIVE, true); in pa_sink_input_peek()
1252 pa_memblockq_seek(i->thread_info.render_memblockq, - ((int64_t) pa_resampler_result(i->thread_info.resampler, sink_input_amount)),PA_SEEK_RELATIVE, true); in pa_sink_input_process_rewind()
1275 pa_memblockq_seek(i->thread_info.render_memblockq, history_result, PA_SEEK_RELATIVE, true); in pa_sink_input_process_rewind()
1280 pa_memblockq_seek(i->thread_info.history_memblockq, - ((int64_t) sink_input_amount), PA_SEEK_RELATIVE, true); in pa_sink_input_process_rewind()
H A Dsource-output.c770 pa_memblockq_seek(o->thread_info.delay_memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true); in pa_source_output_push()
904 pa_memblockq_seek(o->thread_info.delay_memblockq, - ((int64_t) nbytes), PA_SEEK_RELATIVE, true); in pa_source_output_process_rewind()
H A Dprotocol-native.c1165 pa_memblockq_seek(s->memblockq, offset, PA_PTR_TO_UINT(userdata), PA_PTR_TO_UINT(userdata) == PA_SEEK_RELATIVE); in sink_input_process_msg()
1173 pa_memblockq_seek(s->memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true); in sink_input_process_msg()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c249 pa_memblockq_seek(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/
H A Dmodule-virtual-surround-sink.c520 pa_memblockq_seek(u->memblockq_sink, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
1134 pa_memblockq_seek(u->memblockq_sink, sink_bytes(u, u->fftlen - BLOCK_SIZE), PA_SEEK_RELATIVE, false); in pa__init()
H A Dmodule-loopback.c736 pa_memblockq_seek(u->memblockq, (int64_t)buffer_correction, PA_SEEK_RELATIVE, true); in memblockq_adjust()
1160 pa_memblockq_seek(u->memblockq, -offset, PA_SEEK_RELATIVE, true); in sink_input_process_msg_cb()
1873 pa_memblockq_seek(u->memblockq, pa_usec_to_bytes(u->latency, &u->sink_input->sample_spec), PA_SEEK_RELATIVE, true); in pa__init()
H A Dmodule-virtual-sink.c307 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
H A Dmodule-ladspa-sink.c546 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
H A Dmodule-equalizer-sink.c765 pa_memblockq_seek(u->input_q, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c847 pa_memblockq_seek(u->sink_memblockq, u->sink_blocksize - plen, PA_SEEK_RELATIVE, true); in do_push()
1027 pa_memblockq_seek(u->source_memblockq, -nbytes, PA_SEEK_RELATIVE, true); in source_output_process_rewind_cb()
1100 pa_memblockq_seek(u->sink_memblockq, -offset, PA_SEEK_RELATIVE, true); in source_output_process_msg_cb()
/third_party/pulseaudio/src/pulse/
H A Dcontext.c437 pa_memblockq_seek(s->record_memblockq, offset, seek, true); in pstream_memblock_callback()
440 pa_memblockq_seek(s->record_memblockq, offset+chunk->length, seek, true); in pstream_memblock_callback()

Completed in 31 milliseconds