HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_format_t (Results 1 - 25 of 50) sorted by null

1 2

  /external/adhd/cras/src/server/
cras_mix.h 29 void cras_scale_buffer_increment(snd_pcm_format_t fmt, uint8_t *buff,
41 void cras_scale_buffer(snd_pcm_format_t fmt, uint8_t *buff, unsigned int count,
54 void cras_mix_add(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
68 void cras_mix_add_scale_stride(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
cras_mix_ops.h 33 void (*scale_buffer_increment)(snd_pcm_format_t fmt, uint8_t *buff,
36 void (*scale_buffer)(snd_pcm_format_t fmt, uint8_t *buff,
38 void (*add)(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
41 void (*add_scale_stride)(snd_pcm_format_t fmt, uint8_t *dst,
cras_mix.c 46 void cras_scale_buffer_increment(snd_pcm_format_t fmt, uint8_t *buff,
54 void cras_scale_buffer(snd_pcm_format_t fmt, uint8_t *buff, unsigned int count,
60 void cras_mix_add(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
67 void cras_mix_add_scale_stride(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
cras_alsa_helpers.h 121 snd_pcm_format_t **formats);
  /external/adhd/cras/src/libcras/
cras_helpers.h 64 snd_pcm_format_t format,
86 snd_pcm_format_t format,
cras_helpers.c 114 snd_pcm_format_t format,
150 snd_pcm_format_t format,
  /bionic/libc/kernel/uapi/sound/
asound.h 130 typedef int __bitwise snd_pcm_format_t; typedef
131 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
132 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
133 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
134 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
135 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
136 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
137 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
138 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
139 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 148 typedef int __bitwise snd_pcm_format_t; typedef
149 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
151 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
152 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
153 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
154 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
156 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
157 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
158 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
159 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 179 typedef int __bitwise snd_pcm_format_t; typedef
180 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
181 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
182 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
183 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
184 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
185 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /hardware/qcom/msm8998/kernel-headers/sound/
asound.h 152 typedef int __bitwise snd_pcm_format_t; typedef
153 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)
155 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)
156 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
157 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)
158 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)
160 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)
161 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6)
162 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7)
163 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/sound/
asound.h 183 typedef int __bitwise snd_pcm_format_t; typedef
184 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0)
185 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1)
186 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2)
187 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3)
188 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4)
189 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5)
190 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */
191 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */
192 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h 146 typedef int __bitwise snd_pcm_format_t; typedef
147 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
149 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
150 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
151 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
152 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
154 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
155 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
156 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
157 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h 179 typedef int __bitwise snd_pcm_format_t; typedef
180 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
181 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
182 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
183 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
184 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
185 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes *
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 142 typedef int __bitwise snd_pcm_format_t; typedef
144 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
145 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
146 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
147 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
149 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
150 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
151 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
152 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
154 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 176 typedef int __bitwise snd_pcm_format_t; typedef
177 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
178 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
179 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
180 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
181 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
182 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
185 #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.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...]
  /external/kernel-headers/original/uapi/sound/
asound.h 191 typedef int __bitwise snd_pcm_format_t; typedef
192 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
193 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
194 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
195 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
196 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
197 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
198 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
199 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
200 #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.15-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 89 snd_pcm_format_t sformat, snd_pcm_t *slave,
99 snd_pcm_format_t sformat, snd_pcm_t *slave,
109 snd_pcm_format_t sformat, snd_pcm_t *slave,
119 snd_pcm_format_t sformat, snd_pcm_t *slave,
129 snd_pcm_format_t sformat, snd_pcm_t *slave,
146 snd_pcm_format_t sformat, int schannels,
159 snd_pcm_format_t sformat, unsigned int srate,
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...]
pcm_extplug.h 96 snd_pcm_format_t format;
112 snd_pcm_format_t slave_format;
  /external/adhd/cras/src/common/
cras_audio_format.h 20 typedef enum pcm_format snd_pcm_format_t; typedef in typeref:enum:pcm_format
73 snd_pcm_format_t format;
111 dest->format = (snd_pcm_format_t)src->format;
128 struct cras_audio_format *cras_audio_format_create(snd_pcm_format_t format,

Completed in 126 milliseconds

1 2