Searched refs:Compress (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtilsTests.java | 21 import com.android.inputmethod.latin.dicttool.Compress; 101 try (final OutputStream out = Compress.getCompressedStream( in testGetRawDictWorks() 142 try (final OutputStream gzOut = Compress.getCompressedStream( in testGetRawDictFails() 185 final Compress.Compressor compressCommand = new Compress.Compressor(); in runTestHeaderReaderProcessorWithOneSpec()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | CommandList.java | 25 Dicttool.addCommand("compress", Compress.Compressor.class); in populate() 26 Dicttool.addCommand("uncompress", Compress.Uncompressor.class); in populate()
|
D | Compress.java | 25 public class Compress { class 26 private Compress() { in Compress() method in Compress
|
D | Package.java | 53 final Compress.Compressor compressCommand = new Compress.Compressor(); in run()
|
D | BinaryDictOffdeviceUtils.java | 113 input = Compress.getUncompressedStream(input); in getStream()
|
/packages/apps/Camera2/jni/ |
D | jpegutil.cpp | 140 int jpegutil::Compress(int img_width, int img_height, in Compress() function in jpegutil 305 int jpegutil::Compress( in Compress() function in jpegutil 361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, in Compress()
|
D | jpegutil.h | 144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator, 153 int Compress(
|
D | jpegutilnative.cpp | 93 return Compress(width, height, // in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
|