HomeSort by relevance Sort by last modified time
    Searched full:max_voices (Results 1 - 2 of 2) sorted by null

  /external/qemu/audio/
audio_template.h 42 int max_voices = glue (drv->max_voices_, TYPE); local
45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) {
46 if (!max_voices) {
55 max_voices);
57 glue (s->nb_hw_voices_, TYPE) = max_voices;
60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) {
61 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
62 drv->name, max_voices);
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) {
67 dolog ("drv=`%s' voice_size=%d max_voices=0\n"
    [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 212 milliseconds