Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_misc.c43 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_signed()
135 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_little_endian()
238 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_width()
308 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_physical_width()
373 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_size()
418 case SNDRV_PCM_FORMAT_S24_LE: in snd_pcm_format_silence_64()
693 { { SNDRV_PCM_FORMAT_S24_LE, SNDRV_PCM_FORMAT_S24_BE },
Dpcm_params.c1961 PCM_BIT(SNDRV_PCM_FORMAT_S24_LE) |
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/
Dtinyalsasink.c46 #define SNDRV_PCM_FORMAT_S24_LE 6 macro
51 (1 << SNDRV_PCM_FORMAT_S24_LE) | \
176 if (m & (1 << SNDRV_PCM_FORMAT_S24_LE)) { in gst_tinyalsa_sink_getcaps()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h199 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ macro
251 #define SNDRV_PCM_FORMAT_S24 SNDRV_PCM_FORMAT_S24_LE