Home
last modified time | relevance | path

Searched refs:pa_memblock_new (Results 1 – 25 of 38) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/resampler/
Dffmpeg.c52 b = pa_memblock_new(r->mempool, in_n_frames * sizeof(int16_t)); in ffmpeg_resample()
66 w = pa_memblock_new(r->mempool, *out_n_frames * sizeof(int16_t)); in ffmpeg_resample()
/third_party/pulseaudio/src/tests/
Dmix-test.c214 pa_assert_se(r = pa_memblock_new(pool, pa_frame_size(ss) * 10)); in generate_block()
326 k.memblock = pa_memblock_new(pool, i.length); in START_TEST()
Dmcalign-test.c52 c.memblock = pa_memblock_new(p, 2048); in main()
Dresampler-test.c132 pa_assert_se(r = pa_memblock_new(pool, pa_frame_size(ss) * 10)); in generate_block()
424 i.memblock = pa_memblock_new(pool, pa_usec_to_bytes(1*PA_USEC_PER_SEC, &a)); in main()
Dmemblock-test.c97 blocks[1] = pa_memblock_new(pool_a, sizeof(txt)); in START_TEST()
Dlfe-filter-test.c56 pa_assert_se(r = pa_memblock_new(lft->pool, blk_size)); in generate_data_block()
/third_party/pulseaudio/src/pulsecore/
Dmemchunk.c51 n = pa_memblock_new(pool, l); in pa_memchunk_make_writable()
Dsample-util.c189 b = pa_memblock_new(pool, length); in silence_memblock_new()
390 c->memblock = pa_memblock_new(pool, c->length); in pa_memchunk_sine()
Dsound-file.c102 chunk->memblock = pa_memblock_new(pool, l); in pa_sound_file_load()
Dmemblock.h82 pa_memblock *pa_memblock_new(pa_mempool *, size_t length);
Dsound-file-stream.c163 tchunk.memblock = pa_memblock_new(i->sink->core->mempool, length); in sink_input_pop_cb()
Dprotocol-simple.c171 …pa_assert_se(c->playback.current_memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) -… in do_read()
Dprotocol-esound.c868 c->scache.memchunk.memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) sc_length); in esd_proto_sample_cache()
1153 …pa_assert_se(c->playback.current_memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) -… in do_read()
Dmemblockq.c553 rchunk.memblock = pa_memblock_new(pool, block_size); in pa_memblockq_peek_fixed_size()
/third_party/pulseaudio/src/modules/raop/
Draop-packet-buffer.c119 pb->packets[i].memblock = pa_memblock_new(pb->mempool, size); in pa_raop_packet_buffer_prepare()
/third_party/pulseaudio/src/modules/
Dmodule-null-source.c161 chunk.memblock = pa_memblock_new(u->core->mempool, chunk.length); in thread_func()
Dmodule-pipe-source.c144 u->memchunk.memblock = pa_memblock_new(u->core->mempool, pa_pipe_buf(u->fd)); in thread_func()
Dmodule-virtual-sink.c251 chunk->memblock = pa_memblock_new(i->sink->core->mempool, chunk->length); in sink_input_pop_cb()
Dmodule-virtual-source.c299 target_chunk.memblock = pa_memblock_new(o->source->core->mempool, in source_output_push_cb()
Dmodule-waveout.c218 memchunk.memblock = pa_memblock_new(u->core->mempool, hdr->dwBytesRecorded); in do_read()
Dmodule-virtual-surround-sink.c274 chunk->memblock = pa_memblock_new(i->sink->core->mempool, chunk->length); in sink_input_pop_cb()
/third_party/pulseaudio/src/modules/rtp/
Drtp-native.c335 c->memchunk.memblock = pa_memblock_new(pool, l); in pa_rtp_recv()
Drtp-gstreamer.c575 chunk->memblock = pa_memblock_new(pool, data_len); in pa_rtp_recv()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c169 chunk.memblock = pa_memblock_new(u->core->mempool, chunk.length); in jack_process()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c331 memchunk.memblock = pa_memblock_new(u->core->mempool, u->read_block_size); in sco_process_push()
547 memchunk.memblock = pa_memblock_new(u->core->mempool, u->read_block_size); in a2dp_process_push()

12