HomeSort by relevance Sort by last modified time
    Searched refs:SNDRV_PCM_FORMAT_S16_LE (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 149 iformat = SNDRV_PCM_FORMAT_S16_LE;
174 case SNDRV_PCM_FORMAT_S16_LE:
329 case SNDRV_PCM_FORMAT_S16_LE:
AudioHardwareALSA.cpp 778 alsa_handle.format = SNDRV_PCM_FORMAT_S16_LE;
846 alsa_handle.format = SNDRV_PCM_FORMAT_S16_LE;
920 alsa_handle.format = SNDRV_PCM_FORMAT_S16_LE;
    [all...]
alsa_default.cpp 270 snd_pcm_format_t format = SNDRV_PCM_FORMAT_S16_LE;
295 if (handle->format != SNDRV_PCM_FORMAT_S16_LE) {
    [all...]
AudioUsbALSA.cpp 296 SNDRV_PCM_FORMAT_S16_LE);
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 145 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
200 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
223 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 47 static int format = SNDRV_PCM_FORMAT_S16_LE;
657 if (format == SNDRV_PCM_FORMAT_S16_LE)
arec.c 53 static int format = SNDRV_PCM_FORMAT_S16_LE;
608 if (format == SNDRV_PCM_FORMAT_S16_LE)
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 145 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
200 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
223 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h 163 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
202 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 163 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
202 #define SNDRV_PCM_FORMAT_S16 SNDRV_PCM_FORMAT_S16_LE
    [all...]
  /external/tinyalsa/
pcm.c 301 return SNDRV_PCM_FORMAT_S16_LE;
812 if (alsa_format == SNDRV_PCM_FORMAT_S16_LE && format != PCM_FORMAT_S16_LE)
    [all...]

Completed in 940 milliseconds