/external/kernel-headers/original/uapi/sound/ |
D | 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 …]
|
/external/adhd/cras/src/server/ |
D | 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,
|
D | 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,
|
D | cras_mix.c | 46 void cras_scale_buffer_increment(snd_pcm_format_t fmt, uint8_t *buff, in cras_scale_buffer_increment() 54 void cras_scale_buffer(snd_pcm_format_t fmt, uint8_t *buff, unsigned int count, in cras_scale_buffer() 60 void cras_mix_add(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src, in cras_mix_add() 67 void cras_mix_add_scale_stride(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src, in cras_mix_add_scale_stride()
|
D | cras_alsa_helpers.c | 60 static const snd_pcm_format_t test_formats[] = { 65 (snd_pcm_format_t)0 388 snd_pcm_format_t **formats) in cras_alsa_fill_properties() 410 *formats = (snd_pcm_format_t *)malloc(sizeof(test_formats)); in cras_alsa_fill_properties() 450 (*formats)[num_found] = (snd_pcm_format_t)0; in cras_alsa_fill_properties()
|
D | cras_dsp_pipeline.h | 147 snd_pcm_format_t format, unsigned int frames);
|
D | cras_hfp_iodev.c | 45 (snd_pcm_format_t *)malloc(2 * sizeof(snd_pcm_format_t)); in update_supported_formats()
|
D | cras_alsa_helpers.h | 120 snd_pcm_format_t **formats);
|
D | cras_mix_ops.c | 764 static void scale_buffer_increment(snd_pcm_format_t fmt, uint8_t *buff, in scale_buffer_increment() 786 static void scale_buffer(snd_pcm_format_t fmt, uint8_t *buff, unsigned int count, in scale_buffer() 803 static void mix_add(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src, in mix_add() 825 static void mix_add_scale_stride(snd_pcm_format_t fmt, uint8_t *dst, in mix_add_scale_stride()
|
D | cras_a2dp_iodev.c | 95 (snd_pcm_format_t *)malloc(2 * sizeof(snd_pcm_format_t)); in update_supported_formats()
|
D | cras_empty_iodev.c | 30 static snd_pcm_format_t empty_supported_formats[] = {
|
D | test_iodev.c | 32 static snd_pcm_format_t test_supported_formats[] = {
|
D | cras_iodev.c | 333 static snd_pcm_format_t get_best_pcm_format(struct cras_iodev *iodev, in get_best_pcm_format() 334 snd_pcm_format_t fmt) in get_best_pcm_format() 441 snd_pcm_format_t actual_format; in cras_iodev_set_format()
|
D | cras_iodev.h | 236 snd_pcm_format_t *supported_formats;
|
/external/adhd/cras/src/common/ |
D | cras_audio_format.h | 20 typedef enum pcm_format snd_pcm_format_t; typedef 73 snd_pcm_format_t format; 111 dest->format = (snd_pcm_format_t)src->format; in unpack_cras_audio_format() 138 struct cras_audio_format *cras_audio_format_create(snd_pcm_format_t format,
|
D | cras_audio_format.c | 34 struct cras_audio_format *cras_audio_format_create(snd_pcm_format_t format, in cras_audio_format_create()
|
/external/adhd/cras/src/dsp/ |
D | dsp_util.h | 29 snd_pcm_format_t format, int frames); 44 snd_pcm_format_t format, int frames);
|
D | dsp_util.c | 449 snd_pcm_format_t format, int frames) in dsp_util_deinterleave() 555 snd_pcm_format_t format, int frames) in dsp_util_interleave()
|
/external/adhd/cras/src/libcras/ |
D | cras_helpers.h | 64 snd_pcm_format_t format, 86 snd_pcm_format_t format,
|
D | cras_helpers.c | 114 snd_pcm_format_t format, in cras_helper_add_stream_simple() 150 snd_pcm_format_t format, in cras_helper_play_buffer()
|
/external/adhd/cras/src/tests/ |
D | cras_client_unittest.cc | 100 snd_pcm_format_t pcm_format, in set_audio_format() 376 struct cras_audio_format *cras_audio_format_create(snd_pcm_format_t format, in cras_audio_format_create()
|
D | bt_io_unittest.cc | 103 iodev->supported_formats = (snd_pcm_format_t *)calloc( in update_supported_formats() 106 iodev->supported_formats[1] = (snd_pcm_format_t)0; in update_supported_formats()
|
D | iodev_unittest.cc | 66 static snd_pcm_format_t cras_scale_buffer_fmt; 103 static snd_pcm_format_t cras_scale_buffer_increment_fmt; 257 pcm_formats_[2] = static_cast<snd_pcm_format_t>(0); in SetUp() 279 snd_pcm_format_t pcm_formats_[3]; 2308 uint8_t *buf, snd_pcm_format_t format, in cras_dsp_pipeline_apply() 2429 void cras_scale_buffer(snd_pcm_format_t fmt, uint8_t *buffer, in cras_scale_buffer() 2436 void cras_scale_buffer_increment(snd_pcm_format_t fmt, uint8_t *buff, in cras_scale_buffer_increment()
|
D | mix_unittest.cc | 100 snd_pcm_format_t fmt_; 359 snd_pcm_format_t fmt_; 617 snd_pcm_format_t fmt_; 890 snd_pcm_format_t fmt_;
|
D | apm_list_unittest.cc | 212 snd_pcm_format_t format, int frames) in dsp_util_interleave()
|