HomeSort by relevance Sort by last modified time
    Searched defs:silence (Results 1 - 18 of 18) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.h 39 int mixlen, silence; member in struct:SDL_PrivateAudioData
50 #define silence (this->hidden->silence) macro
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
AudioDestinationChromium.cpp 99 // extra silence for the input. Otherwise, we can over-consume the input FIFO.
102 RefPtr<AudioBus> silence = AudioBus::create(2, renderBufferSize); local
103 m_inputFifo->push(silence.get());
  /external/qemu/distrib/sdl-1.2.15/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);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 60 * - 'desired->silence' is the value used to set the buffer to silence,
78 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
170 * The audio device starts out playing silence when it's opened, and should
194 * Silence will be written to the audio device during the pause.
  /external/qemu/distrib/sdl-1.2.15/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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 60 * - 'desired->silence' is the value used to set the buffer to silence,
78 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
170 * The audio device starts out playing silence when it's opened, and should
194 * Silence will be written to the audio device during the pause.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 60 * - 'desired->silence' is the value used to set the buffer to silence,
78 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
170 * The audio device starts out playing silence when it's opened, and should
194 * Silence will be written to the audio device during the pause.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 60 * - 'desired->silence' is the value used to set the buffer to silence,
78 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
170 * The audio device starts out playing silence when it's opened, and should
194 * Silence will be written to the audio device during the pause.
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 161 // Buffer initial silence corresponding to target I/O buffering.
163 scoped_ptr<AudioBus> silence = local
165 silence->Zero();
166 fifo_.Push(silence.get());
828 // -> silence.