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

  /device/samsung/crespo/libaudio/
asound.h 121 typedef int __bitwise snd_pcm_format_t; typedef
122 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
123 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
124 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
125 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
126 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
127 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
128 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6)
129 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7)
130 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8)
    [all...]
  /prebuilt/linux-x86/toolchain/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_rate.h 45 snd_pcm_format_t format;
pcm_extplug.h 96 snd_pcm_format_t format;
112 snd_pcm_format_t slave_format;
pcm_ioplug.h 111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
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);
  /external/qemu/audio/
alsaaudio.c 63 DYNLINK_FUNC(int,snd_pcm_hw_params_get_format,(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val)) \
64 DYNLINK_FUNC(int,snd_pcm_hw_params_set_format,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val)) \
87 DYNLINK_FUNC(int,snd_pcm_hw_params_get_format,(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val)) \
140 snd_pcm_format_t fmt;
199 static snd_pcm_format_t aud_to_alsafmt (audfmt_e fmt)
229 static int alsa_to_audfmt (snd_pcm_format_t alsafmt, audfmt_e *fmt,
346 snd_pcm_format_t obtfmt;
  /external/qemu/android/config/
check-alsa.c 33 DYN_FUNCTION(int,snd_pcm_hw_params_set_format,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val)) \
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 75 static int (*SDL_NAME(snd_pcm_hw_params_set_format))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
375 snd_pcm_format_t format;

Completed in 78 milliseconds