OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_FIELD
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
wavaudio.c
473
INIT_FIELD
(name = ) "wav",
474
INIT_FIELD
(descr = )
476
INIT_FIELD
(options = ) wav_options,
477
INIT_FIELD
(init = ) wav_audio_init,
478
INIT_FIELD
(fini = ) wav_audio_fini,
479
INIT_FIELD
(pcm_ops = ) &wav_pcm_ops,
480
INIT_FIELD
(can_be_default = ) 0,
482
INIT_FIELD
(max_voices_in = ) 1,
483
INIT_FIELD
(max_voices_out = ) 1,
484
INIT_FIELD
(voice_size_out = ) sizeof (WAVVoiceOut)
[
all
...]
winaudio.c
654
INIT_FIELD
(name = ) "winaudio",
655
INIT_FIELD
(descr = ) "Windows wave audio",
656
INIT_FIELD
(options = ) winaudio_options,
657
INIT_FIELD
(init = ) winaudio_init,
658
INIT_FIELD
(fini = ) winaudio_fini,
659
INIT_FIELD
(pcm_ops = ) &winaudio_pcm_ops,
660
INIT_FIELD
(can_be_default = ) 1,
661
INIT_FIELD
(max_voices_out = ) 1,
662
INIT_FIELD
(max_voices_in = ) 1,
663
INIT_FIELD
(voice_size_out = ) sizeof (WinAudioOut),
[
all
...]
audio_int.h
243
#define
INIT_FIELD
(f) . f
245
#define
INIT_FIELD
(f) /**/
Completed in 41 milliseconds