Searched refs:snd_pcm_format_t (Results 1 - 14 of 14) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
H A Dasound.h160 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)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
H A Dasound.h160 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)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
H A Dpcm_plugin.h89 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,
H A Dpcm.h230 } 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);
787 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
789 void snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
790 void snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t va
[all...]
H A Dpcm_extplug.h96 snd_pcm_format_t format;
112 snd_pcm_format_t slave_format;
H A Dpcm_ioplug.h112 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
H A Dpcm_rate.h45 snd_pcm_format_t format;
H A Dpcm_old.h24 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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dpcm_plugin.h89 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,
H A Dpcm.h230 } 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);
787 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
789 void snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
790 void snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t va
[all...]
H A Dpcm_extplug.h96 snd_pcm_format_t format;
112 snd_pcm_format_t slave_format;
H A Dpcm_ioplug.h112 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
H A Dpcm_rate.h45 snd_pcm_format_t format;
H A Dpcm_old.h24 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);

Completed in 135 milliseconds