Searched defs:silence (Results 1 - 9 of 9) sorted by relevance

/external/gptfdisk/
H A Dsgdisk.cc42 int silence = open("/dev/null", 0); local
43 dup2(silence, STDOUT_FILENO);
44 dup2(silence, STDERR_FILENO);
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dcommon.h24 bool silence; member in struct:AudioFeatures
/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.c493 unsigned char silence[2] = {0xFF, 0xFF}; local
500 do a fade-out by decoding a silence frame */
504 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum);
/external/libopus/celt/
H A Dcelt_decoder.c282 int silence, int arch)
317 downsample, silence);
331 downsample, silence);
334 downsample, silence);
343 downsample, silence);
757 int silence; local
854 silence = 1;
856 silence = ec_dec_bit_logp(dec, 15);
858 silence = 0;
859 if (silence)
279 celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[], opus_val16 *oldBandE, int start, int effEnd, int C, int CC, int isTransient, int LM, int downsample, int silence, int arch) argument
[all...]
H A Dbands.c197 int end, int M, int downsample, int silence)
208 if (silence)
195 denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int M, int downsample, int silence) argument
H A Dcelt_encoder.c1362 int silence=0; local
1519 silence = (sample_max==0);
1521 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth));
1525 silence = 1;
1528 ec_enc_bit_logp(enc, silence, 15);
1530 silence=0;
1531 if (silence)
1561 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && start==0 && !silence && !st->disable_pf
1953 span of silence, but we do allow the bitres to refill.
1955 on files with lots of silence
[all...]
/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/syslinux/gpxe/src/drivers/net/
H A Dhfa384x.h1703 UINT8 silence; member in struct:hfa384x_rx_frame

Completed in 246 milliseconds