Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_misc.c583 uint16_t snd_pcm_format_silence_16(snd_pcm_format_t format) in snd_pcm_format_silence_16() function
/third_party/alsa-lib/include/
Dpcm.h1146 uint16_t snd_pcm_format_silence_16(snd_pcm_format_t format);
/third_party/alsa-utils/aplay/
Daplay.c1824 signed short mask = snd_pcm_format_silence_16(hwparams.format); in compute_max_peak()