HomeSort by relevance Sort by last modified time
    Searched refs:silence (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.h 39 int mixlen, silence; member in struct:SDL_PrivateAudioData
50 #define silence (this->hidden->silence) macro
SDL_dx5audio.c 396 SDL_memset(stream, silence, mixlen);
553 /* Silence the initial audio buffer */
638 silence = 0x80;
644 silence = 0x00;
  /external/clang/test/SemaCXX/
warn-func-as-bool.cpp 22 expected-note {{prefix with the address-of operator to silence this warning}}
24 expected-note {{prefix with the address-of operator to silence this warning}}
26 expected-note {{prefix with the address-of operator to silence this warning}}
28 expected-note {{prefix with the address-of operator to silence this warning}}
30 expected-note {{prefix with the address-of operator to silence this warning}} \
33 expected-note {{prefix with the address-of operator to silence this warning}}
condition.cpp 54 expected-note {{prefix with the address-of operator to silence this warning}}
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.c 66 SDL_memset(buffer, audio->spec.silence, audio->spec.size);
72 int silence; local
75 silence = 0x80;
77 silence = 0;
79 SDL_memset(audio->convert.buf, silence, audio->convert.len);
SDL_mintaudio_dma8.c 348 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 132 int silence; local
146 silence = 0x80;
148 silence = 0;
152 silence = audio->spec.silence;
194 SDL_memset(stream, silence, stream_len);
489 /* Calculate the silence and size of the audio specification */
686 spec->silence = 0x80;
689 spec->silence = 0x00;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 103 SDL_memset(ioData->mData, this->spec.silence, ioData->mDataByteSize);
120 SDL_memset(buffer, this->spec.silence, bufferSize);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 137 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 46 Uint8 silence; /* Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
135 * 'desired->silence' is the value used to set the buffer to silence,
146 * The audio device starts out playing silence when it's opened, and should
169 * Silence will be written to the audio device during the pause.
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 181 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 46 Uint8 silence; /* Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
135 * 'desired->silence' is the value used to set the buffer to silence,
146 * The audio device starts out playing silence when it's opened, and should
169 * Silence will be written to the audio device during the pause.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 46 Uint8 silence; /* Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
135 * 'desired->silence' is the value used to set the buffer to silence,
146 * The audio device starts out playing silence when it's opened, and should
169 * Silence will be written to the audio device during the pause.
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_audio.h 52 Uint8 silence; /* Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
141 * 'desired->silence' is the value used to set the buffer to silence,
152 * The audio device starts out playing silence when it's opened, and should
175 * Silence will be written to the audio device during the pause.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 46 Uint8 silence; /* Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
135 * 'desired->silence' is the value used to set the buffer to silence,
146 * The audio device starts out playing silence when it's opened, and should
169 * Silence will be written to the audio device during the pause.
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.c 327 SDL_memset(mixbuf[0], spec->silence, spec->size);
328 SDL_memset(mixbuf[1], spec->silence, spec->size);
  /external/qemu/audio/
winaudio.c 93 int silence; member in struct:WinAudioOut
179 s->silence = 0;
183 case AUD_FMT_U8: shift = 0; s->silence = 0x80; break;
185 case AUD_FMT_U16: shift = 1; s->silence = 0x8000; break;
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 102 /* Silence the buffer, since it's ours */
103 SDL_memset(stream, audio->spec.silence, len);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 237 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 316 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 341 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.c 393 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 238 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 430 SDL_memset(dma_buf, spec->silence, dma_len);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 333 SDL_memset(mixbuf, spec->silence, spec->size);

Completed in 199 milliseconds

1 2