Home
last modified time | relevance | path

Searched refs:snd_pcm_format_silence (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_misc.c594 uint8_t snd_pcm_format_silence(snd_pcm_format_t format) in snd_pcm_format_silence() function
/third_party/alsa-lib/include/
Dpcm.h1145 uint8_t snd_pcm_format_silence(snd_pcm_format_t format);
/third_party/alsa-utils/aplay/
Daplay.c1810 signed char mask = snd_pcm_format_silence(hwparams.format); in compute_max_peak()