Searched refs:max_voices_out (Results 1 – 12 of 12) sorted by relevance
/external/qemu/audio/ |
D | noaudio.c | 166 .max_voices_out = INT_MAX,
|
D | wavaudio.c | 483 INIT_FIELD (max_voices_out = ) 1, 487 INIT_FIELD (max_voices_out = ) 1,
|
D | audio_int.h | 151 int max_voices_out; member
|
D | audio.c | 87 if ( drvtab[nn]->max_voices_out > 0 ) in audio_get_backend_count() 110 if ( drvtab[nn]->max_voices_out > 0 ) { in audio_get_backend_name() 135 if (drvtab[nn]->max_voices_out > 0) in audio_check_backend_name() 1827 audio_pp_nb_voices ("playback", d->max_voices_out); in AUD_help()
|
D | fmodaudio.c | 683 .max_voices_out = INT_MAX,
|
D | esdaudio.c | 638 .max_voices_out = INT_MAX,
|
D | paaudio.c | 613 .max_voices_out = INT_MAX,
|
D | coreaudio.c | 802 .max_voices_out = 1,
|
D | winaudio.c | 661 INIT_FIELD (max_voices_out = ) 1,
|
D | dsoundaudio.c | 1026 .max_voices_out = INT_MAX,
|
D | ossaudio.c | 931 .max_voices_out = INT_MAX,
|
D | alsaaudio.c | 1342 .max_voices_out = INT_MAX,
|