Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dpcm-multi-thread.c225 buf = calloc(1, snd_pcm_format_size(format, bufsize) * channels); in main()
/third_party/alsa-lib/src/pcm/
Dpcm_misc.c342 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() function
/third_party/alsa-utils/aplay/
Daplay.c2589 count = snd_pcm_format_size(hwparams.format, sampleslimit * hwparams.channels); in calc_count()
2591 count = snd_pcm_format_size(hwparams.format, hwparams.rate * hwparams.channels); in calc_count()
3214 snd_pcm_format_size(hwparams.format, in capture()
/third_party/alsa-lib/include/
Dpcm.h1144 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);