HomeSort by relevance Sort by last modified time
    Searched full:zipper (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
embed_extension_in_cpp.py 27 zipper = zipfile.ZipFile(string_buffer, 'w')
29 zipper.write(f, os.path.basename(f), zipfile.ZIP_STORED)
30 zipper.close()
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtypeArray.java 207 GZIPOutputStream zipper = null; local
210 zipper = new GZIPOutputStream(resultStream);
211 zipper.write(data);
216 if (zipper != null) {
217 zipper.close();
220 zipper = null;
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 308 OutputStream zipper = new GZIPOutputStream(arr); local
309 zipper.write(data);
310 zipper.close();
  /packages/services/Mms/src/com/android/mms/service/http/
NetworkAwareHttpClient.java 317 OutputStream zipper = new GZIPOutputStream(arr); local
318 zipper.write(data);
319 zipper.close();
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
eas_fmengine.c 724 * Mixes the voice output buffer into the final mix using an anti-zipper
778 /* increment gain for anti-zipper filter */
eas_fmsynth.c 434 /* initialize gain value for anti-zipper filter */
eas_pcm.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
eas_fmengine.c 724 * Mixes the voice output buffer into the final mix using an anti-zipper
778 /* increment gain for anti-zipper filter */
eas_wtengine.c 108 /* incremental gain step to prevent zipper noise */
eas_fmsynth.c 434 /* initialize gain value for anti-zipper filter */
eas_pcm.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
eas_wtengine.c 108 /* incremental gain step to prevent zipper noise */
eas_pcm.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
EqualPowerPanner.cpp 107 // Don't de-zipper on first render call.
AudioBus.cpp 446 // so we "de-zipper" by slowly changing the gain each sample-frame until we've achieved the target gain.
463 // Number of frames to de-zipper before we are close enough to the target gain.
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 303 // TODO: Implement anti-zipper filter
  /external/chromium_org/chrome/app/resources/
generated_resources_no.xtb     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 

Completed in 1596 milliseconds