HomeSort by relevance Sort by last modified time
    Searched full:compressor (Results 326 - 350 of 409) sorted by null

<<11121314151617

  /external/pdfium/third_party/libjpeg/
fpdfapi_jcparam.c 8 * This file contains optional default-setting code for the JPEG compressor.
  /external/pdfium/third_party/libopenjpeg20/
j2k.h 613 * @return Returns a handle to a J2K compressor if successful, returns NULL otherwise
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gzip.py 382 # Ensure the compressor's buffer is flushed
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zlib.py 349 # Create compressor and decompressor objects
  /prebuilts/gdb/linux-x86/lib/python2.7/
gzip.py 382 # Ensure the compressor's buffer is flushed
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zlib.py 349 # Create compressor and decompressor objects
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 553 checkErr(err, "compressor close")
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 553 checkErr(err, "compressor close")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 382 # Ensure the compressor's buffer is flushed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zlib.py 349 # Create compressor and decompressor objects
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 382 # Ensure the compressor's buffer is flushed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zlib.py 349 # Create compressor and decompressor objects
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc     [all...]
  /system/update_engine/payload_generator/
generate_delta_main.cc 371 // Initialize the Xz compressor.
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 725 compressor = zlib.compressobj(self.compression)
727 compressor = zlib.compressobj()
801 compressed = compressor.compress(tostring(data))
811 compressed = compressor.compress(tostring(data))
814 flushed = compressor.flush()
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/libpng/
pngwutil.c 291 /* Initialize the compressor for the appropriate type of compression. */
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 339 /* envelope_rate is the rate we slew from current compressor level to
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcmaster.c 9 * This file contains master control logic for the JPEG compressor.
  /external/opencv3/3rdparty/openexr/
ChangeLog.openexr 444 passing pixel data to a compressor. The lossless compressors
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 166 * making the pack stream highly compressible by a compressor such as
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 88 * @param quality Value between 0 and 100 that the compressor uses to discern what quality the
    [all...]

Completed in 2002 milliseconds

<<11121314151617