Home
last modified time | relevance | path

Searched refs:pa_mempool (Results 1 – 25 of 35) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
Dmemblock.h51 typedef struct pa_mempool pa_mempool; typedef
82 pa_memblock *pa_memblock_new(pa_mempool *, size_t length);
85 pa_memblock *pa_memblock_new_pool(pa_mempool *, size_t length);
88 pa_memblock *pa_memblock_new_user(pa_mempool *, void *data, size_t length, pa_free_cb_t free_cb, vo…
91 static inline pa_memblock *pa_memblock_new_malloced(pa_mempool *p, void *data, size_t length) { in pa_memblock_new_malloced()
96 pa_memblock *pa_memblock_new_fixed(pa_mempool *, void *data, size_t length, bool read_only);
122 pa_mempool * pa_memblock_get_pool(pa_memblock *b);
127 pa_mempool *pa_mempool_new(pa_mem_type_t type, size_t size, bool per_client);
128 void pa_mempool_unref(pa_mempool *p);
129 pa_mempool* pa_mempool_ref(pa_mempool *p);
[all …]
Dmemblock.c69 pa_mempool *pool;
131 pa_mempool *pool;
150 pa_mempool *pool;
168 struct pa_mempool { struct
254 static pa_memblock *memblock_new_appended(pa_mempool *p, size_t length);
257 pa_memblock *pa_memblock_new(pa_mempool *p, size_t length) { in pa_memblock_new()
270 static pa_memblock *memblock_new_appended(pa_mempool *p, size_t length) { in memblock_new_appended()
297 static struct mempool_slot* mempool_allocate_slot(pa_mempool *p) { in mempool_allocate_slot()
334 static unsigned mempool_slot_idx(pa_mempool *p, void *ptr) { in mempool_slot_idx()
344 static struct mempool_slot* mempool_slot_by_ptr(pa_mempool *p, void *ptr) { in mempool_slot_by_ptr()
[all …]
Dresampler.h83 pa_mempool *mempool;
118 pa_mempool *pool,
Dsample-util.h46 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, c…
79 void pa_memchunk_sine(pa_memchunk *c, pa_mempool *pool, unsigned rate, unsigned freq);
Dsample-util.c180 static pa_memblock *silence_memblock_new(pa_mempool *pool, uint8_t c) { in silence_memblock_new()
217 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, c… in pa_silence_memchunk_get()
373 void pa_memchunk_sine(pa_memchunk *c, pa_mempool *pool, unsigned rate, unsigned freq) { in pa_memchunk_sine()
Dsound-file.h27 int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map…
Dpstream-util.h37 int pa_pstream_register_memfd_mempool(pa_pstream *p, pa_mempool *pool, const char **fail_reason);
Dsrbchannel.h37 pa_srbchannel* pa_srbchannel_new(pa_mainloop_api *m, pa_mempool *p);
Dpstream.h44 pa_pstream* pa_pstream_new(pa_mainloop_api *m, pa_iochannel *io, pa_mempool *p);
Dmemchunk.c35 pa_mempool *pool; in pa_memchunk_make_writable()
Dsound-file.c41 pa_mempool *pool, in pa_sound_file_load()
Dpstream-util.c132 int pa_pstream_register_memfd_mempool(pa_pstream *p, pa_mempool *pool, const char **fail_reason) { in pa_pstream_register_memfd_mempool()
Dcore.h202 pa_mempool *mempool;
/third_party/pulseaudio/src/tests/
Dmemblockq-test.c48 static pa_memchunk memchunk_from_str(pa_mempool *p, const char* data) in memchunk_from_str()
166 pa_mempool *p; in START_TEST()
185 pa_mempool *p; in START_TEST()
238 pa_mempool *p; in START_TEST()
338 pa_mempool *p; in START_TEST()
400 pa_mempool *p; in START_TEST()
560 pa_mempool *p; in START_TEST()
Dmemblock-test.c41 static void print_stats(pa_mempool *p, const char *text) { in print_stats()
70 pa_mempool *pool_a, *pool_b, *pool_c; in START_TEST()
Dmix-test.c209 static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss) { in generate_block()
282 pa_mempool *pool; in START_TEST()
Dmcalign-test.c35 pa_mempool *p; in main()
Dresampler-test.c127 static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss) { in generate_block()
300 pa_mempool *pool = NULL; in main()
Dremix-test.c74 pa_mempool *pool; in main()
Dsrbchannel-test.c88 pa_mempool *mp = pa_mempool_new(PA_MEM_TYPE_SHARED_POSIX, 0, true); in START_TEST()
Dlfe-filter-test.c32 pa_mempool *pool;
Dcpu-mix-test.c65 pa_mempool *pool; in run_mix_test()
/third_party/pulseaudio/src/modules/raop/
Draop-packet-buffer.c40 pa_mempool *mempool;
49 pa_raop_packet_buffer *pa_raop_packet_buffer_new(pa_mempool *mempool, const size_t size) { in pa_raop_packet_buffer_new()
Draop-packet-buffer.h32 pa_raop_packet_buffer *pa_raop_packet_buffer_new(pa_mempool *mempool, const size_t size);
/third_party/pulseaudio/src/modules/rtp/
Drtp.h40 int pa_rtp_recv(pa_rtp_context *c, pa_memchunk *chunk, pa_mempool *pool, uint32_t *rtp_tstamp, stru…

12