HomeSort by relevance Sort by last modified time
    Searched full:silence (Results 226 - 250 of 666) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
uuidd.c 81 if (chdir("/")) {} /* Silence warn_unused_result warning */
330 if (ftruncate(fd_pidfile, 0)) {} /* Silence warn_unused_result */
  /external/srec/srec/include/
srec.h 105 frameID end_time; /* end time of the word just observed, includes trailing silence */
111 frameID _word_end_time; /* end time of the word just observed, excl trailing silence */
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 386 // Finally, special case for intra-word silence
391 std::cout << "Intra silence: " << currId << " " << arc[ii]->GetFromId() << std::endl;
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c 65 * define AMR 12.2 kbps silence frame
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 140 return 0; // silence warning
  /external/bison/
configure.ac 61 # Gnulib uses '#pragma GCC diagnostic push' to silence some
  /external/chromium_org/base/
compiler_specific.h 94 // (Typically used to silence a compiler warning when the assignment
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 191 * silence it, and send a callback to the ttsEngine API to let it know
  /external/chromium_org/media/audio/pulse/
pulse_unified.cc 170 // Zero the unfilled data so it plays back as silence.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 162 // will take tailTime() and latencyTime() into account when determining whether the node will propagate silence.
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 60 // The typecasts are to silence a compiler warning about loss of precision
  /external/chromium_org/third_party/libpng/
png.c 721 png_ptr = png_ptr; /* Silence compiler warning about unused png_ptr */
753 png_ptr = png_ptr; /* Silence compiler warning about unused png_ptr */
761 png_ptr = png_ptr; /* Silence compiler warning about unused png_ptr */
769 png_ptr = png_ptr; /* Silence compiler warning about unused png_ptr */
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 314 /* silence compiler warning */
  /external/clang/test/Analysis/
unused-ivars.m 86 // <rdar://problem/7353683> - consult attribute((unused)) to silence warnings
  /external/clang/test/Sema/
switch.c 29 // expected-note{{put the semicolon on a separate line to silence this warning}}
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.c 355 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.c 238 SDL_memset(this->hidden->mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 333 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 316 SDL_memset(mixbuf, spec->silence, spec->size);
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_dma8.c 286 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
SDL_mintaudio_stfa.c 313 SDL_memset(SDL_MintAudio_audiobuf[0], spec->silence, spec->size *2);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom_c.h 43 the audio data is less than 1 second, the remainder is filled with silence.
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 89 /* Values to use for the ALSA start, stop and silence thresholds. Setting
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 69 M4PTO3GPP_kAudioPaddingMode_Silence, /**< If audio is shorter, silence is added at the end*/
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 266 // play silence instead.

Completed in 976 milliseconds

1 2 3 4 5 6 7 8 91011>>