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

  /external/skia/tests/
TriangulationTest.cpp 102 static const SkPoint zipper[] = { variable
241 // Zipper test
274 const size_t numVertices = sizeof(zipper) / sizeof(SkPoint);
275 bool success = SkConcaveToTriangles(numVertices, zipper, &triangles);
276 PrintTriangles(triangles, numVertices, zipper, reporter);
279 reporter->report("Triangulate Zipper", success ? reporter->kPassed
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 299 OutputStream zipper = new GZIPOutputStream(arr); local
300 zipper.write(data);
301 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...]
  /development/scripts/
divide_and_compress.py 358 zipper = DirectoryZipper(options.destination,
362 zipper.StartCompress()
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 146 // TODO: Implement anti-zipper filter

Completed in 178 milliseconds