Searched refs:audfmt_e (Results 1 – 6 of 6) sorted by relevance
/external/qemu/audio/ |
D | audio.h | 40 } audfmt_e; typedef 51 audfmt_e fmt;
|
D | ossaudio.c | 86 audfmt_e fmt; 164 static int aud_to_ossfmt (audfmt_e fmt) in aud_to_ossfmt() 188 static int oss_to_audfmt (int ossfmt, audfmt_e *fmt, int *endianness) in oss_to_audfmt() 514 audfmt_e effective_fmt; in oss_init_out() 680 audfmt_e effective_fmt; in oss_init_in()
|
D | audio.c | 317 static const char *audio_audfmt_to_string (audfmt_e fmt) in audio_audfmt_to_string() 343 static audfmt_e audio_string_to_audfmt (const char *s, audfmt_e defval, in audio_string_to_audfmt() 378 static audfmt_e audio_get_conf_fmt (const char *envname, in audio_get_conf_fmt() 379 audfmt_e defval, in audio_get_conf_fmt() 498 audfmt_e *fmtp = opt->valp; in audio_print_options() 585 audfmt_e *fmtp = opt->valp; in audio_process_options()
|
D | paaudio.c | 277 static pa_sample_format_t audfmt_to_pa (audfmt_e afmt, int endianness) in audfmt_to_pa() 302 static audfmt_e pa_to_audfmt (pa_sample_format_t fmt, int *endianness) in pa_to_audfmt()
|
D | alsaaudio.c | 167 audfmt_e fmt; 393 static snd_pcm_format_t aud_to_alsafmt (audfmt_e fmt) in aud_to_alsafmt() 423 static int alsa_to_audfmt (snd_pcm_format_t alsafmt, audfmt_e *fmt, in alsa_to_audfmt()
|
D | fmodaudio.c | 298 static int aud_to_fmodfmt (audfmt_e fmt, int stereo) in aud_to_fmodfmt()
|