Home
last modified time | relevance | path

Searched refs:pa_sound_file_load (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsound-file.h27 int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map…
Dsound-file.c40 int pa_sound_file_load( in pa_sound_file_load() function
Dcore-scache.c228 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/
Dmodule-virtual-surround-sink.c651 …if (pa_sound_file_load(master->core->mempool, hrir_file, &hrir_temp_ss, &hrir_map, &hrir_temp_chun… in pa__init()