Home
last modified time | relevance | path

Searched defs:decompress (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java377 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() method in TJDecompressor
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress() method in TJDecompressor
696 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
735 public void decompress(BufferedImage dstImage, int flags) in decompress() method in TJDecompressor
843 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress() method in TJDecompressor
885 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() method in TJDecompressor
889 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() method in TJDecompressor
894 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() method in TJDecompressor
898 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() method in TJDecompressor
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java386 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
416 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress() method in TJDecompressor
447 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress() method in TJDecompressor
705 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress() method in TJDecompressor
744 public void decompress(BufferedImage dstImage, int flags) in decompress() method in TJDecompressor
852 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress() method in TJDecompressor
894 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, in decompress() method in TJDecompressor
898 private native void decompress(byte[] srcBuf, int size, byte[] dstBuf, int x, in decompress() method in TJDecompressor
903 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, in decompress() method in TJDecompressor
907 private native void decompress(byte[] srcBuf, int size, int[] dstBuf, int x, in decompress() method in TJDecompressor
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeDecompressor.java115 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
128 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
164 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java116 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor
130 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor
167 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
/third_party/node/test/parallel/
Dtest-zlib-close-after-error.js8 const decompress = zlib.createGunzip(15); constant
Dtest-zlib-destroy.js23 const decompress = zlib.createGunzip(15); constant
Dtest-zlib-brotli-from-brotli.js14 const decompress = new zlib.BrotliDecompress(); constant
Dtest-zlib-flush-write-sync-interleaved.js12 const decompress = createGunzip(); constant
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py53 decompress = _brotli.decompress variable
/third_party/jsoncpp/devtools/
Dtarball.py48 def decompress(tarball_path, base_dir): function
/third_party/lz4/ossfuzz/
Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() function
Dround_trip_frame_uncompressed_fuzzer.c18 static void decompress(LZ4F_dctx *dctx, void *src, void *dst, in decompress() function
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecodeTest.java32 private byte[] decompress(byte[] data, boolean byByte) throws IOException { in decompress() method in DecodeTest
DSynthTest.java34 private byte[] decompress(byte[] data) throws IOException { in decompress() method in SynthTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DDecompressor.cpp95 Error Decompressor::decompress(MutableArrayRef<char> Buffer) { in decompress() function in Decompressor
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoder.java138 public static byte[] decompress(byte[] data) throws IOException { in decompress() method in Decoder
/third_party/elfutils/libdwfl/
Dopen.c52 decompress (int fd __attribute__ ((unused)), Elf **elf) in decompress() function
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-overlay-blending.c91 GZlibDecompressor *decompress; in create_overlay_buffer() local
/third_party/gstreamer/gstplugins_good/tests/icles/
Dgdkpixbufoverlay-test.c92 GZlibDecompressor *decompress; in create_overlay_pixbuf() local
/third_party/python/Lib/
Dlzma.py331 def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): function
Dbz2.py324 def decompress(data): function
Dgzip.py552 def decompress(data): function
/third_party/ffmpeg/libavcodec/
Dprosumer.c48 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress() function
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/
Doverlaycomposition.c93 GZlibDecompressor *decompress; in create_overlay_buffer() local
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c85 unsigned int decompress:1; /* 0 = direct from file */ member

12