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

1 2 3

  /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
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 52 expected-note {{prefix with the address-of operator to silence this warning}}
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
59 // expected-note {{place parentheses around the '>>' expression to silence this warning}} \
74 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
89 expected-note {{place parentheses around the '+' expression to silence this warning}}
94 expected-note {{place parentheses around the '-' expression to silence this warning}}
100 expected-note {{place parentheses around the '+' expression to silence this warning}
    [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/mesa3d/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /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/
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/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py 67 silence = ''
83 silence += "%s(void) %s;" % (space, p.name);
105 if silence:
106 print ' %s' % (silence)
210 * This is just used to silence compiler warnings.
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 67 silence = ''
83 silence += "%s(void) %s;" % (space, p.name);
105 if silence:
106 print ' %s' % (silence)
210 * This is just used to silence compiler warnings.
  /external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.c 137 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /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/disk/
SDL_diskaudio.c 181 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /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/qemu/distrib/sdl-1.2.15/src/audio/macosx/
SDL_coreaudio.c 113 SDL_memset(abuf->mData, this->spec.silence, abuf->mDataByteSize);
133 SDL_memset(buffer, this->spec.silence, bufferSize);
  /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:
  /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.15/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.15/src/audio/dmedia/
SDL_irixaudio.c 237 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 316 SDL_memset(mixbuf, spec->silence, spec->size);

Completed in 1131 milliseconds

1 2 3