/external/chromium_org/media/audio/linux/ |
alsa_util.h | 17 snd_pcm_format_t BitsToFormat(int bits_per_sample); 23 snd_pcm_format_t pcm_format, 30 snd_pcm_format_t pcm_format,
|
alsa_wrapper.h | 39 virtual int PcmSetParams(snd_pcm_t* handle, snd_pcm_format_t format, 75 snd_pcm_format_t format, snd_pcm_access_t access,
|
alsa_util.cc | 19 snd_pcm_format_t pcm_format, 65 snd_pcm_format_t BitsToFormat(int bits_per_sample) { 99 snd_pcm_format_t pcm_format, 109 snd_pcm_format_t pcm_format,
|
alsa_wrapper.cc | 74 int AlsaWrapper::PcmSetParams(snd_pcm_t* handle, snd_pcm_format_t format,
|
/external/kernel-headers/original/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...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 131 typedef int __bitwise snd_pcm_format_t; typedef 132 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0) 134 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1) 135 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2) 136 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3) 137 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4) 139 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) 140 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) 141 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) 142 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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...] |
pcm.h | 270 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ 873 int snd_pcm_format_signed(snd_pcm_format_t format); 874 int snd_pcm_format_unsigned(snd_pcm_format_t format); 875 int snd_pcm_format_linear(snd_pcm_format_t format); 876 int snd_pcm_format_little_endian(snd_pcm_format_t format); 877 int snd_pcm_format_big_endian(snd_pcm_format_t format); 886 int snd_pcm_format_cpu_endian(snd_pcm_format_t format); 893 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */ 894 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */ 895 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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...] |
pcm.h | 270 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ 873 int snd_pcm_format_signed(snd_pcm_format_t format); 874 int snd_pcm_format_unsigned(snd_pcm_format_t format); 875 int snd_pcm_format_linear(snd_pcm_format_t format); 876 int snd_pcm_format_little_endian(snd_pcm_format_t format); 877 int snd_pcm_format_big_endian(snd_pcm_format_t format); 886 int snd_pcm_format_cpu_endian(snd_pcm_format_t format); 893 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */ 894 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */ 895 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 | 230 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format 449 snd_pcm_format_t format, 566 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val); 567 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 568 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 569 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format); 570 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;
|
pcm_old.h | 24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 25 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 26 snd_pcm_format_t snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); 27 snd_pcm_format_t snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
|
pcm_rate.h | 45 snd_pcm_format_t format;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 | 230 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format 449 snd_pcm_format_t format, 566 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val); 567 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 568 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 569 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format); 570 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;
|
pcm_old.h | 24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 25 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 26 snd_pcm_format_t snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); 27 snd_pcm_format_t snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
|
pcm_rate.h | 45 snd_pcm_format_t format;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 | 230 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format 449 snd_pcm_format_t format, 566 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val); 567 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 568 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 569 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format); 570 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;
|
pcm_old.h | 24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 25 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val); 26 snd_pcm_format_t snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); 27 snd_pcm_format_t snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
|
pcm_rate.h | 45 snd_pcm_format_t format;
|