/frameworks/webview/chromium/ |
proguard.flags | 51 # Silence notes caused by use of @VisibleForTesting inside guava. This doesn't
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
AudioCapture.java | 154 // return idle state indication if silence lasts more than MAX_IDLE_TIME_MS
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex_args.py | 15 # silence Py3k warnings.
|
/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/test/ |
test_complex_args.py | 15 # silence Py3k warnings.
|
/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/chromium_org/remoting/host/ |
audio_capturer_win.cc | 24 // Tolerance for catching packets of silence. If all samples have absolute 26 // silence. A value of 2 was chosen, because Windows can give samples of 1 and
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
currentspeakermonitor_unittest.cc | 211 // word silence. 220 // word silence.
|
/external/tcpdump/ |
print-zephyr.c | 190 /* Initialization to silence warnings */ 223 /* Initialization to silence warnings */
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaVisualizerTest.java | 256 // check capture on silence 260 assertEquals(msg +": getWaveForm reports energy for silence", 264 assertEquals(msg +": getFft reports energy for silence", 347 // check capture on silence 359 assertEquals(msg +": getWaveForm reports energy for silence", 373 assertEquals(msg +": getFft reports energy for silence",
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_Clip.c | 768 * We will return a constant silence AMR AU. 774 * Free the decoded audio buffer (it needs to be re-allocated to store silence 897 /* If there is no audio track, we return silence AUs */ [all...] |
/external/chromium_org/media/audio/mac/ |
audio_synchronized_mac.cc | 160 // Buffer initial silence corresponding to target I/O buffering. 162 scoped_ptr<AudioBus> silence = local 164 silence->Zero(); 165 fifo_.Push(silence.get()); 827 // -> silence.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 75 int (*silence)(struct snd_pcm_substream *substream, int channel, member in struct:snd_pcm_ops 293 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when 295 snd_pcm_uframes_t silence_size; /* Silence filling size */ 298 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */ 299 snd_pcm_uframes_t silence_filled; /* size filled with silence */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 75 int (*silence)(struct snd_pcm_substream *substream, int channel, member in struct:snd_pcm_ops 293 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when 295 snd_pcm_uframes_t silence_size; /* Silence filling size */ 298 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */ 299 snd_pcm_uframes_t silence_filled; /* size filled with silence */ [all...] |
/external/bison/darwin-lib/sys/ |
wait.h | 154 declaration. A cast is used to silence the "invalid conversion" error 197 A cast is used to silence the "invalid conversion" error that would 216 are used to silence the "cannot find a match" and "invalid conversion"
|
/external/bison/darwin-lib/ |
time.h | 160 declaration. A cast is used to silence the "invalid conversion" error 203 A cast is used to silence the "invalid conversion" error that would 222 are used to silence the "cannot find a match" and "invalid conversion"
|
/external/bison/linux-lib/sys/ |
wait.h | 154 declaration. A cast is used to silence the "invalid conversion" error 197 A cast is used to silence the "invalid conversion" error that would 216 are used to silence the "cannot find a match" and "invalid conversion"
|
/external/bison/linux-lib/ |
time.h | 160 declaration. A cast is used to silence the "invalid conversion" error 203 A cast is used to silence the "invalid conversion" error that would 222 are used to silence the "cannot find a match" and "invalid conversion"
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.cpp | 108 // In this case, if the the buffer has just been changed and we're not quite ready yet, then just output silence. 141 // Too bad - the tryLock() failed. We must be in the middle of changing buffers and were already outputting silence anyway. 154 // so generate silence for the remaining.
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 157 tmpImage = NULL; /* silence compiler warnings */ 302 tmpImage = NULL; /* silence compiler warning */ 399 tmpImage = NULL; /* silence compiler warning */
|
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 157 tmpImage = NULL; /* silence compiler warnings */ 302 tmpImage = NULL; /* silence compiler warning */ 399 tmpImage = NULL; /* silence compiler warning */
|
/external/chromium_org/third_party/opus/src/celt/ |
celt_decoder.c | 693 int silence; local 783 silence = 1; 785 silence = ec_dec_bit_logp(dec, 15); 787 silence = 0; 788 if (silence) 916 if (silence) [all...] |
/external/chromium_org/media/audio/ |
audio_output_resampler.cc | 367 // has been injected. Downstream clients prefer silence to potentially split 374 // will pad with silence if it wasn't able to acquire enough data.
|
/external/chromium_org/media/filters/ |
audio_renderer_impl.h | 83 // instead of some number of silence frames. Must be called prior to 140 // unused portions of their buffer to play back silence.
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
SDL_nto_audio.c | 474 /* Allocate memory to the audio buffer and initialize with silence (Note that 483 SDL_memset(pcm_buf, spec->silence, pcm_len);
|