Searched refs:silence (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Decag.stdout.exp1 just to silence the consistency checker
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dcommon.h24 bool silence; member in struct:AudioFeatures
H A Dvoice_activity_detector.cc65 if (features_.silence) {
H A Dvad_audio_proc.cc100 features->silence = false;
105 // PitchAnalysis can cause NaNs in the pitch gain if it's fed silence.
107 features->silence = true;
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp49 expected-note {{prefix with the address-of operator to silence this warning}}
51 expected-note {{prefix with the address-of operator to silence this warning}}
53 expected-note {{prefix with the address-of operator to silence this warning}}
55 expected-note {{prefix with the address-of operator to silence this warning}}
57 expected-note {{prefix with the address-of operator to silence this warning}} \
60 expected-note {{prefix with the address-of operator to silence this warning}}
138 // expected-note@-2 {{prefix with the address-of operator to silence this warning}}
H A Dcondition.cpp52 expected-note {{prefix with the address-of operator to silence this warning}}
/external/clang/test/Sema/
H A Dparentheses.cpp8 // 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 thi
[all...]
/external/gptfdisk/
H A Dsgdisk.cc42 int silence = open("/dev/null", 0); local
43 dup2(silence, STDOUT_FILENO);
44 dup2(silence, STDERR_FILENO);
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp31 expected-note@28 {{initialize the variable 'a' to silence}}
/external/mesa3d/src/gallium/state_trackers/xorg/
H A DMakefile12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py67 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/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc148 // Set input audio as silence.
149 std::vector<int16_t> silence(samples * channels_, 0);
178 opus_encoder_, silence, opus_decoder_, output_data_decode,
200 // We run |kRunTimeMs| milliseconds of pure silence.
222 opus_encoder_, silence, opus_decoder_, output_data_decode,
258 opus_encoder_, silence, opus_decoder_, output_data_decode,
277 silence[0] = 10000;
282 opus_encoder_, silence, opus_decoder_, output_data_decode,
/external/libopus/celt/
H A Dcelt_encoder.c1294 int silence=0; local
1449 silence = (sample_max==0);
1451 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth));
1455 silence = 1;
1458 ec_enc_bit_logp(enc, silence, 15);
1460 silence=0;
1461 if (silence)
1487 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && !st->disable_pf
1880 span of silence, but we do allow the bitres to refill.
1882 on files with lots of silence
[all...]
H A Dcelt_decoder.c694 int silence; local
783 silence = 1;
785 silence = ec_dec_bit_logp(dec, 15);
787 silence = 0;
788 if (silence)
916 if (silence)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWrangler.java282 public void silence() { method in class:ShadowWrangler
/external/libopus/src/
H A Dopus_decoder.c482 unsigned char silence[2] = {0xFF, 0xFF}; local
486 do a fade-out by decoding a silence frame */
490 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL);
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/minijail/
H A Dcommon.mk155 # By default, silence build output. Reused below as well.
363 # By default, silence build output.
/external/modp_b64/
H A Dcommon.mk155 # By default, silence build output. Reused below as well.
363 # By default, silence build output.
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java366 ShadowWrangler.getInstance().silence();

Completed in 5979 milliseconds