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

1 2 3 45 6 7 8 91011>>

  /external/pdfium/third_party/zlib_v128/
uncompr.c 16 been saved previously by the compressor and transmitted to the decompressor
  /external/zlib/src/
uncompr.c 16 been saved previously by the compressor and transmitted to the decompressor
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DeflateUncompressorTest.java 78 // changed in the compressor without also changing it in the *un*compressor.
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
README.rst 24 The minifier is based on the semantics of the `YUI compressor`_\, which itself
64 .. _YUI compressor: https://github.com/yui/yuicompressor/
  /external/libjpeg-turbo/
jdatadst-tj.c 72 * In this situation, the compressor will return to its caller (possibly with
78 * When suspending, the compressor will back up to a convenient restart point
jdatadst.c 100 * In this situation, the compressor will return to its caller (possibly with
106 * When suspending, the compressor will back up to a convenient restart point
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 153 System.out.println("invalid compressor name displayable data: " + compressornameDisplayAbleData);
162 //assert Arrays.equals(zeros, new byte[zeros.length]) : "The compressor name length was not filled up with zeros";
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledOutputFile.cpp 195 Compressor * compressor; member in struct:Imf::__anon20514::TileBuffer
200 TileBuffer (Compressor *comp);
212 TileBuffer::TileBuffer (Compressor *comp):
215 compressor (comp),
226 delete compressor;
254 Compressor::Format format; // compressor's data format
586 // by writeTile(), below, if the compressor wanted its input pixel data
785 if (_tileBuffer->compressor)
    [all...]
ImfB44Compressor.h 52 class B44Compressor: public Compressor
ImfPizCompressor.h 52 class PizCompressor: public Compressor
ImfRleCompressor.h 51 class RleCompressor: public Compressor
ImfZipCompressor.h 51 class ZipCompressor: public Compressor
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct_unittest.cc 109 // Compressor default; no residual error.
114 // Inside the compressor's window; no change of volume.
119 // Above the compressor's window; volume should be increased.
130 // Inside the compressor's window; no change of volume.
138 // Below the compressor's window; volume should be decreased.
221 // Compressor default; no call to set_compression_gain_db.
369 // Change outside of compressor's range, which would normally trigger a call
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 548 Deflater compressor = new Deflater(); local
549 compressor.setLevel(Deflater.BEST_SPEED);
550 compressor.setInput(input);
551 compressor.finish();
555 while (!compressor.finished()) {
556 int count = compressor.deflate(buf);
561 compressor.end();
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/archive/
zip.a 143 type @"".Compressor func(? @"io".Writer) (? @"io".WriteCloser, ? error)
147 func @"".RegisterCompressor (@"".method·1 uint16, @"".comp·2 @"".Compressor)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/archive/
zip.a 143 type @"".Compressor func(? @"io".Writer) (? @"io".WriteCloser, ? error)
147 func @"".RegisterCompressor (@"".method·1 uint16, @"".comp·2 @"".Compressor)
    [all...]
  /external/libopus/silk/
decode_frame.c 41 ec_dec *psRangeDec, /* I/O Compressor data structure */
decode_pulses.c 38 ec_dec *psRangeDec, /* I/O Compressor data structure */
  /external/lz4/
README.md 29 <th>Compressor</th><th>Ratio</th><th>Compression</th><th>Decompression</th>
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 76 * Creates a new XZ compressor using one filter and CRC64 as
98 * Creates a new XZ compressor using one filter and the specified
123 * Creates a new XZ compressor using 1-4 filters and CRC64 as
144 * Creates a new XZ compressor using 1-4 filters and the specified
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 154 extern struct compressor *comp;
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskChainedCompressImageToJpeg.java 33 * Android compressor.
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2-sources.jar 
  /system/update_engine/payload_consumer/
xz_extent_writer.cc 28 // control the required memory from the compressor side, the decompressor allows
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateCompressor.java 24 * Implementation of {@link Compressor} based on Java's built-in {@link Deflater}. Uses default
28 public class DeflateCompressor implements Compressor {

Completed in 2538 milliseconds

1 2 3 45 6 7 8 91011>>