| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asound.h | 192 typedef int __bitwise snd_pcm_format_t; typedef 193 #define SNDRV_PCM_FORMAT_S8 ((snd_pcm_format_t) 0) 194 #define SNDRV_PCM_FORMAT_U8 ((snd_pcm_format_t) 1) 195 #define SNDRV_PCM_FORMAT_S16_LE ((snd_pcm_format_t) 2) 196 #define SNDRV_PCM_FORMAT_S16_BE ((snd_pcm_format_t) 3) 197 #define SNDRV_PCM_FORMAT_U16_LE ((snd_pcm_format_t) 4) 198 #define SNDRV_PCM_FORMAT_U16_BE ((snd_pcm_format_t) 5) 199 #define SNDRV_PCM_FORMAT_S24_LE ((snd_pcm_format_t) 6) /* low three bytes */ 200 #define SNDRV_PCM_FORMAT_S24_BE ((snd_pcm_format_t) 7) /* low three bytes */ 201 #define SNDRV_PCM_FORMAT_U24_LE ((snd_pcm_format_t) [all...] |
| /third_party/alsa-lib/include/ |
| H A D | pcm_plugin.h | 90 snd_pcm_format_t sformat, snd_pcm_t *slave, 100 snd_pcm_format_t sformat, snd_pcm_t *slave, 110 snd_pcm_format_t sformat, snd_pcm_t *slave, 120 snd_pcm_format_t sformat, snd_pcm_t *slave, 130 snd_pcm_format_t sformat, snd_pcm_t *slave, 140 snd_pcm_format_t sformat, snd_pcm_t *slave, 160 snd_pcm_format_t sformat, int schannels, 173 snd_pcm_format_t sformat, unsigned int srate,
|
| H A D | pcm.h | 281 } snd_pcm_format_t; typedef 675 snd_pcm_format_t format, 797 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val); 798 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 799 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 800 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format); 801 int snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format); 1004 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val); 1006 void snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val); 1007 void snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t va [all...] |
| H A D | pcm_extplug.h | 101 snd_pcm_format_t format; 117 snd_pcm_format_t slave_format;
|
| H A D | pcm_old.h | 27 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 28 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 29 snd_pcm_format_t snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); 30 snd_pcm_format_t snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_misc.c | 35 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() 85 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() 100 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() 110 int snd_pcm_format_float(snd_pcm_format_t format) in snd_pcm_format_float() 128 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() 181 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() 196 int snd_pcm_format_cpu_endian(snd_pcm_format_t format) in snd_pcm_format_cpu_endian() 210 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() 277 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() 342 ssize_t snd_pcm_format_size(snd_pcm_format_t forma [all...] |
| H A D | pcm_plugin.h | 104 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format); 105 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format); 106 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
|
| H A D | pcm_plug.c | 50 snd_pcm_format_t sformat; 94 static const snd_pcm_format_t linear_preferred_formats[] = { 195 static const snd_pcm_format_t nonlinear_preferred_formats[] = { 213 static const snd_pcm_format_t float_preferred_formats[] = { 244 snd_pcm_format_t f; in check_linear_format() 257 static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *format_mask) in snd_pcm_plug_slave_format() 260 snd_pcm_format_t f; in snd_pcm_plug_slave_format() 285 snd_pcm_format_t f = linear_preferred_formats[i]; in snd_pcm_plug_slave_format() 301 snd_pcm_format_t in snd_pcm_plug_slave_format() [all...] |
| H A D | pcm_linear.c | 46 snd_pcm_format_t sformat; 52 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, in snd_pcm_linear_convert_index() 53 snd_pcm_format_t dst_format) in snd_pcm_linear_convert_index() 78 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_get_index() 112 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index() 299 snd_pcm_format_t format; in snd_pcm_linear_hw_params() 427 int snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_linear_open() 517 snd_pcm_format_t sforma in _snd_pcm_linear_open() [all...] |
| H A D | pcm_lfloat.c | 53 snd_pcm_format_t sformat; 60 int snd_pcm_lfloat_get_s32_index(snd_pcm_format_t format) in snd_pcm_lfloat_get_s32_index() 84 int snd_pcm_lfloat_put_s32_index(snd_pcm_format_t format) in snd_pcm_lfloat_put_s32_index() 272 snd_pcm_format_t src_format, dst_format; in snd_pcm_lfloat_hw_params() 382 int snd_pcm_lfloat_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_lfloat_open() 474 snd_pcm_format_t sformat; in _snd_pcm_lfloat_open() 520 snd_pcm_format_t sformat ATTRIBUTE_UNUSED, in snd_pcm_lfloat_open()
|
| H A D | pcm_simple.c | 51 snd_pcm_format_t format, in set_hw_params() 160 snd_pcm_format_t format, in snd_spcm_init() 213 snd_pcm_format_t format, in snd_spcm_init_duplex()
|
| H A D | pcm_iec958.c | 58 snd_pcm_format_t sformat; 59 snd_pcm_format_t format; 330 snd_pcm_format_t format; in snd_pcm_iec958_hw_params() 564 int snd_pcm_iec958_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, in snd_pcm_iec958_open() 695 snd_pcm_format_t sformat; in _snd_pcm_iec958_open()
|
| H A D | pcm_mulaw.c | 53 snd_pcm_format_t sformat; 322 snd_pcm_format_t format; in snd_pcm_mulaw_hw_params() 437 int snd_pcm_mulaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_mulaw_open() 529 snd_pcm_format_t sformat; in _snd_pcm_mulaw_open()
|
| H A D | pcm_adpcm.c | 84 snd_pcm_format_t sformat; 411 snd_pcm_format_t format; in snd_pcm_adpcm_hw_params() 550 int snd_pcm_adpcm_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_adpcm_open() 641 snd_pcm_format_t sformat; in _snd_pcm_adpcm_open()
|
| H A D | pcm_alaw.c | 54 snd_pcm_format_t sformat; 308 snd_pcm_format_t format; in snd_pcm_alaw_hw_params() 424 int snd_pcm_alaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_alaw_open() 516 snd_pcm_format_t sformat; in _snd_pcm_alaw_open()
|
| H A D | pcm.c | 211 The full list of formats present the #snd_pcm_format_t type. 347 The full list of formats is available in #snd_pcm_format_t 2153 const char *snd_pcm_format_name(const snd_pcm_format_t format) in snd_pcm_format_name() 2165 const char *snd_pcm_format_description(const snd_pcm_format_t format) in snd_pcm_format_description() 2177 snd_pcm_format_t snd_pcm_format_value(const char* name) in snd_pcm_format_value() 2179 snd_pcm_format_t format; in snd_pcm_format_value() 3145 unsigned int samples, snd_pcm_format_t format) in snd_pcm_area_silence() 3260 unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format) in snd_pcm_areas_silence() 3312 unsigned int samples, snd_pcm_format_t format) in snd_pcm_area_copy() 3433 unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t forma in snd_pcm_areas_copy() [all...] |
| /third_party/alsa-utils/axfer/test/ |
| H A D | generator.c | 49 snd_pcm_format_t sample_format, in allocate_buf() 61 snd_pcm_format_t sample_format, in allocate_vector() 89 snd_pcm_format_t sample_format, in fill_buf() 108 snd_pcm_format_t sample_format, in fill_vector() 150 snd_pcm_format_t sample_format, in test_frame_count() 154 snd_pcm_format_t sample_format, in test_frame_count() 158 snd_pcm_format_t sample_format, in test_frame_count() 201 snd_pcm_format_t sample_format) in test_samples_per_frame()
|
| H A D | mapper-test.c | 70 snd_pcm_format_t sample_format, in test_demux() 85 snd_pcm_format_t format; in test_demux() 161 snd_pcm_format_t sample_format, in test_mux() 175 snd_pcm_format_t format; in test_mux() 221 snd_pcm_format_t sample_format, in test_mapper() 280 snd_pcm_format_t sample_format, in test_i_buf() 320 snd_pcm_format_t sample_format, in test_vector() 379 snd_pcm_format_t sample_format, in test_n_buf() 407 snd_pcm_format_t sample_format, in callback() 413 snd_pcm_format_t sample_forma in callback() [all...] |
| H A D | container-test.c | 39 snd_pcm_format_t sample_format, in test_builder() 45 snd_pcm_format_t sample; in test_builder() 85 snd_pcm_access_t access, snd_pcm_format_t sample_format, in test_parser() 91 snd_pcm_format_t sample; in test_parser() 128 snd_pcm_format_t sample_format, in callback()
|
| H A D | generator.h | 18 snd_pcm_format_t sample_format,
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer.h | 47 snd_pcm_format_t sample_format; 62 snd_pcm_format_t *format, 88 int (*pre_process)(struct xfer_context *xfer, snd_pcm_format_t *format,
|
| H A D | container-raw.c | 17 snd_pcm_format_t *format ATTRIBUTE_UNUSED, in raw_builder_pre_process() 28 snd_pcm_format_t *format ATTRIBUTE_UNUSED, in raw_parser_pre_process()
|
| H A D | container-au.c | 35 snd_pcm_format_t format; 71 snd_pcm_format_t *format, in au_parser_pre_process() 150 snd_pcm_format_t *format, in au_builder_pre_process()
|
| H A D | container.h | 73 snd_pcm_format_t *format, 87 snd_pcm_format_t *format,
|
| /third_party/alsa-utils/bat/ |
| H A D | alsa.c | 38 snd_pcm_format_t format; 48 snd_pcm_format_t format_alsa; 60 static int format_convert(struct bat *bat, snd_pcm_format_t *fmt) in format_convert() 77 snd_pcm_format_t format; in set_snd_pcm_params()
|