OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audfmt_e
(Results
1 - 6
of
6
) sorted by null
/external/qemu/audio/
audio.h
40
}
audfmt_e
;
typedef in typeref:enum:__anon24792
51
audfmt_e
fmt;
ossaudio.c
86
audfmt_e
fmt;
164
static int aud_to_ossfmt (
audfmt_e
fmt)
188
static int oss_to_audfmt (int ossfmt,
audfmt_e
*fmt, int *endianness)
514
audfmt_e
effective_fmt;
680
audfmt_e
effective_fmt;
audio.c
317
static const char *audio_audfmt_to_string (
audfmt_e
fmt)
343
static
audfmt_e
audio_string_to_audfmt (const char *s,
audfmt_e
defval,
378
static
audfmt_e
audio_get_conf_fmt (const char *envname,
379
audfmt_e
defval,
498
audfmt_e
*fmtp = opt->valp;
585
audfmt_e
*fmtp = opt->valp;
[
all
...]
paaudio.c
277
static pa_sample_format_t audfmt_to_pa (
audfmt_e
afmt, int endianness)
302
static
audfmt_e
pa_to_audfmt (pa_sample_format_t fmt, int *endianness)
alsaaudio.c
167
audfmt_e
fmt;
393
static snd_pcm_format_t aud_to_alsafmt (
audfmt_e
fmt)
423
static int alsa_to_audfmt (snd_pcm_format_t alsafmt,
audfmt_e
*fmt,
[
all
...]
fmodaudio.c
298
static int aud_to_fmodfmt (
audfmt_e
fmt, int stereo)
Completed in 466 milliseconds