Searched refs:pa_sound_file_load (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sound-file.h | 27 int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map…
|
D | sound-file.c | 40 int pa_sound_file_load( in pa_sound_file_load() function
|
D | core-scache.c | 228 if (pa_sound_file_load(c->mempool, filename, &ss, &map, &chunk, p) < 0) { in pa_scache_add_file() 323 …if (pa_sound_file_load(c->mempool, e->filename, &e->sample_spec, &e->channel_map, &e->memchunk, me… in pa_scache_play_item()
|
/third_party/pulseaudio/src/modules/ |
D | module-virtual-surround-sink.c | 651 …if (pa_sound_file_load(master->core->mempool, hrir_file, &hrir_temp_ss, &hrir_map, &hrir_temp_chun… in pa__init()
|