/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 278 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 D | memblockq.h | 161 * 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 D | memblockq.c | 615 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 D | sink-input.c | 1025 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 D | source-output.c | 770 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 D | protocol-native.c | 1165 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 D | module-rtp-recv.c | 249 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 D | module-virtual-surround-sink.c | 520 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 D | module-loopback.c | 736 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 D | module-virtual-sink.c | 307 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
H A D | module-ladspa-sink.c | 546 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb()
|
H A D | module-equalizer-sink.c | 765 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 D | module-echo-cancel.c | 847 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 D | context.c | 437 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()
|