HomeSort by relevance Sort by last modified time
    Searched refs:Compress (Results 1 - 25 of 49) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.h 32 Compress (
UefiShellDebug1CommandsLib.inf 30 Compress.h
31 Compress.c
EfiCompress.c 17 #include "Compress.h"
20 Function for 'compress' command.
124 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
128 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 56 float Compress(float x);
59 void Compress(float *x1, float *x2);
61 // This version is slower than Compress(.) but faster than CompressSlow(.)
84 // compressor is actually starting to compress the value of the input samples
dynamic_range_compression.cpp 77 float AdaptiveDynamicRangeCompression::Compress(float x) {
104 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 25 Dicttool.addCommand("compress", Compress.Compressor.class);
26 Dicttool.addCommand("uncompress", Compress.Uncompressor.class);
Compress.java 25 public class Compress {
26 private Compress() {
39 public static final String COMMAND = "compress";
Package.java 53 final Compress.Compressor compressCommand = new Compress.Compressor();
BinaryDictOffdeviceUtils.java 113 input = Compress.getUncompressedStream(input);
  /art/runtime/mirror/
object_reference.h 42 reference_ = Compress(other);
64 : reference_(Compress(mirror_ptr)) {
67 // Compress reference to its bit representation.
68 static uint32_t Compress(MirrorType* mirror_ptr) REQUIRES_SHARED(Locks::mutator_lock_) {
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 21 import com.android.inputmethod.latin.dicttool.Compress;
101 try (final OutputStream out = Compress.getCompressedStream(
142 try (final OutputStream gzOut = Compress.getCompressedStream(
154 public void runTestHeaderReaderProcessorWithOneSpec(final boolean compress, final boolean crypt)
182 if (compress) {
184 file = File.createTempFile(dictName + ".compress", ".tmp");
185 final Compress.Compressor compressCommand = new Compress.Compressor();
202 assertEquals("raw" + (crypt ? " > encryption" : "") + (compress ? " > compression" : ""),
208 runTestHeaderReaderProcessorWithOneSpec(false /* compress */, false /* crypt */)
    [all...]
  /packages/apps/Camera2/jni/
jpegutil.h 144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator,
153 int Compress(
jpegutil.cpp 140 int jpegutil::Compress(int img_width, int img_height,
305 int jpegutil::Compress(
361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf,
jpegutilnative.cpp 48 * @param width the width of the image to compress
49 * @param height the height of the image to compress
93 return Compress(width, height, //
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compressapi.h 49 WINBOOL WINAPI Compress (COMPRESSOR_HANDLE CompressorHandle, PVOID UncompressedData, SIZE_T UncompressedDataSize, PVOID CompressedBuffer, SIZE_T CompressedBufferSize, PSIZE_T CompressedDataSize);
  /external/lzma/CPP/7zip/
7zip.mak 131 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
231 {../../Compress}.cpp{$O}.obj::
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 125 string Compress(const string& data, const GzipOutputStream::Options& options);
539 string IoTest::Compress(const string& data,
574 string gzip_compressed = Compress(golden, options);
577 string not_compressed = Compress(golden, options);
582 string zlib_compressed = Compress(golden, options);
667 string compressed = Compress(golden, GzipOutputStream::Options());
686 string compressed = Compress(golden1, GzipOutputStream::Options()) +
687 Compress(golden2, GzipOutputStream::Options());
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 352 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, bool Compress,
397 TruncateNames, Compress, ErrMsg)) {
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 421 /// name will be truncated at 15 characters. If \p Compress is specified,
430 bool Compress=false, ///< Compress files
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 105 // Compress once.
125 // Reset and compress again.
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 105 // Compress once.
125 // Reset and compress again.
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_properties.cpp 65 {XFA_Element::Compress, 1, 0},
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 293 pContext->mCompressor->Compress(&leftSample, &rightSample);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 328 raise Error, 'cannot compress more than 2 channels'
748 return self._comp.Compress(self._nframes, data)
814 raise Error, 'cannot compress more than 2 channels'
817 dummy = self._comp.Compress(0, '')
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 538 def GenerateOptionRom(Output, EfiInput, BinaryInput, Compress=False, ClassCode=None,
544 if Compress:

Completed in 1013 milliseconds

1 2