HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_format_t (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 230 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format
468 snd_pcm_format_t format,
586 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);
587 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
588 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
589 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
590 int snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 245 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format
486 snd_pcm_format_t format,
605 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);
606 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
607 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
608 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
609 int snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 144 typedef int __bitwise snd_pcm_format_t; typedef
145 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
146 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
147 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
149 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
150 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
151 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
152 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
154 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
155 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 177 typedef int __bitwise snd_pcm_format_t; typedef
178 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
179 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
180 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
181 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
182 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
183 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
184 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
185 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
186 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 141 typedef int __bitwise snd_pcm_format_t; typedef
142 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
144 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
145 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
146 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
147 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
149 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
150 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
151 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
152 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 175 typedef int __bitwise snd_pcm_format_t; typedef
176 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
177 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
179 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
180 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
181 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 141 typedef int __bitwise snd_pcm_format_t; typedef
142 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
144 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
145 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
146 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
147 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
149 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
150 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
151 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
152 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 175 typedef int __bitwise snd_pcm_format_t; typedef
176 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
177 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
178 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
179 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
180 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
181 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 160 typedef int __bitwise snd_pcm_format_t; typedef
161 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)
162 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)
163 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
164 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)
165 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)
166 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)
167 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */
168 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */
169 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 160 typedef int __bitwise snd_pcm_format_t; typedef
161 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)
162 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)
163 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
164 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)
165 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)
166 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)
167 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */
168 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */
169 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes *
    [all...]

Completed in 1467 milliseconds