Home
last modified time | relevance | path

Searched refs:snd_pcm_format_t (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/sound/
Dasound.h183 typedef int __bitwise snd_pcm_format_t; typedef
184 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
185 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
186 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
187 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
188 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
189 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
190 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
191 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
192 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
[all …]
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc31 static const snd_pcm_format_t kCricketFormatToAlsaFormatTable[] = {