/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/ |
SDL_irixaudio.c | 237 SDL_memset(mixbuf, spec->silence, spec->size);
|
/external/srec/srec/clib/ |
swicms.c | 37 recognition we exclude the silence frames from the collected data, and 47 ability to exclude silence frames from the calculation. 248 swicms->inutt.num_bou_frames_to_skip = 20; /* silence frames! see windback */ 485 /* AND IF we have skipped past the silence frames */
|
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 113 printf("Acoustic model IDs (\"#\" is silence,\"_\" is word boundary):\n");
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4PTO3GPP_InternalTypes.h | 194 AU will be padded by silence */
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 50 /* Oftentimes casts are used as an ugly hack to silence warnings
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
volume.h | 97 * PA_VOLUME_MUTED: silence;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
volume.h | 97 * PA_VOLUME_MUTED: silence;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
volume.h | 97 * PA_VOLUME_MUTED: silence;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_copy.py | 439 __hash__ = None # Silence Py3k warning 456 __hash__ = None # Silence Py3k warning 483 __hash__ = None # Silence Py3k warning 501 __hash__ = None # Silence Py3k warning
|
test_hotshot.py | 10 # Silence Py3k warning
|
test_slice.py | 36 __hash__ = None # Silence Py3k warning
|
test_grammar.py | 150 # Silence Py3k warning 171 # Silence Py3k warning 277 # Silence Py3k warning 707 # Silence Py3k warning 797 # Silence Py3k warning
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_copy.py | 439 __hash__ = None # Silence Py3k warning 456 __hash__ = None # Silence Py3k warning 483 __hash__ = None # Silence Py3k warning 501 __hash__ = None # Silence Py3k warning
|
test_hotshot.py | 10 # Silence Py3k warning
|
test_slice.py | 36 __hash__ = None # Silence Py3k warning
|
test_grammar.py | 150 # Silence Py3k warning 171 # Silence Py3k warning 277 # Silence Py3k warning 707 # Silence Py3k warning 797 # Silence Py3k warning
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv_ext.c | 282 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 332 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 370 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 751 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 864 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ [all...] |
/external/icu4c/common/ |
ucnv_ext.cpp | 283 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 333 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 371 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 751 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ 864 uint32_t value = 0; /* initialize output-only param to 0 to silence gcc */ [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
celt_encoder.c | 1280 int silence=0; local [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_AudioMixing.c | 36 /* Put the definition of silence frames here */ [all...] |
M4VSS3GPP_EditAudio.c | 311 * Replace the first AMR AU of the stream with a silence AU. 323 * Copy a silence AU to the output */ 327 M4OSA_TRACE2_0("A #### silence AU"); 419 (i.e. EVRC,we can't write silence into it) 652 * Replace the first AMR AU of the encoded stream with a silence AU. 664 * Copy a silence AMR AU to the output */ 668 M4OSA_TRACE2_0("G #### silence AU"); 801 (i.e. EVRC,we can't write silence into it) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 93 (void)isNew; // Silence compiler warning. 184 (void)isNew; // Silence compiler warning. 260 (void)isNew; // Silence compiler warning. 561 (void)isNew; // Silence compiler warning. 584 (void)isNew; // Silence compiler warning. 626 (void)isNew; // Silence compiler warning. [all...] |
/external/srec/tools/grxmlcompile/ |
grxmlcompile.cpp | 536 composition. To do that we find the places in the Cfst where silence is 538 models before the slot to assume silence to the right, and the models after 539 the slot to assume silence to the left, both of which are reasonable */ 746 /* add optional silence after each word */ 868 /* add slot markers as if they were silence phonemes, this makes the context 869 for them as if the slot were silence, which is reasonable, although another [all...] |
/external/chromium_org/media/audio/ |
audio_output_controller.cc | 197 // silence, and to schedule periodic callbacks. 268 // Paused means silence follows.
|