/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_OpenAudio.3 | 39 \fBSDL_OpenAudio\fP calculates the \fBsize\fR and \fBsilence\fR fields for both the \fBdesired\fR and \fBobtained\fR specifications\&. The \fBsize\fR field stores the total size of the audio buffer in bytes, while the \fBsilence\fR stores the value used to represent silence in the audio buffer
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audio_c.h | 30 /* Function to calculate the size and silence for a SDL_AudioSpec */
|
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/ctypes/test/ |
test_simplesubclasses.py | 9 def __hash__(self): # Silence Py3k warning
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xmllib.py | 20 # Silence Py3k warning
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_simplesubclasses.py | 9 def __hash__(self): # Silence Py3k warning
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xmllib.py | 20 # Silence Py3k warning
|
/cts/tests/tests/media/src/android/media/cts/ |
VisualizerTest.java | 132 // check capture on silence 136 assertEquals("getWaveForm reports energy for silence", 140 assertEquals("getFft reports energy for silence", 166 // check capture on silence 180 assertEquals("getWaveForm reports energy for silence", 196 assertEquals("getFft reports energy for silence",
|
/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.
|
/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/third_party/WebKit/Source/modules/webaudio/ |
MediaStreamAudioSourceNode.cpp | 69 // process() will generate silence for these uninitialized values. 106 // a format change, so we output silence in this case.
|
MediaStreamAudioDestinationNode.h | 60 // As an audio source, we will never propagate silence.
|
/external/srec/srec/include/ |
voicing.h | 69 int quiet_duration; /* threshold for consecutive silence frames */ 71 long sil_count; /* no. of consecutive silence frames */
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalConfig.h | 112 /* define AMR silence frames */ 130 /* define AAC silence frames */
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer.h | 16 // Approximation of pure silence expressed in decibels.
|
/external/chromium_org/chromeos/audio/ |
cras_audio_handler.h | 102 // Gets volume level in 0-100% range (0 being pure silence) for the current 106 // Gets volume level in 0-100% range (0 being pure silence) for a device. 109 // Gets gain level in 0-100% range (0 being pure silence) for the current 113 // Gets volume level in 0-100% range (0 being pure silence) for a device.
|
/external/clang/test/Parser/ |
cxx0x-condition.cpp | 12 if (const int x = a) ; // expected-warning{{empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
|
/external/clang/test/Sema/ |
warn-self-assign-field.mm | 41 // This is a common pattern to silence "parameter unused". Shouldn't warn.
|
/external/linux-tools-perf/Documentation/ |
manpage-base.xsl | 6 <!-- these params silence some output from xmlto -->
|
/external/llvm/test/BugPoint/ |
metadata.ll | 1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
/external/chromium_org/third_party/WebKit/Source/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/clang/test/Misc/ |
serialized-diags-single-issue.c | 15 // CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning [] 26 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning [] 32 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning []
|
/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.
|