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

1 2

  /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 78 float AdaptiveDynamicRangeCompression::Compress(float x) {
105 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 23 Dicttool.addCommand("compress", Compress.Compressor.class);
24 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();
  /art/runtime/mirror/
object_reference.h 41 reference_ = Compress(other);
55 : reference_(Compress(mirror_ptr)) {
58 // Compress reference to its bit representation.
59 static uint32_t Compress(MirrorType* mirror_ptr) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /external/chromium_org/components/metrics/
persisted_logs_unittest.cc 27 std::string Compress(const std::string& log_data) {
39 while (Compress(rand_bytes).size() < min_compressed_size)
72 EXPECT_EQ(staged_log(), Compress(expected_log));
150 Compress(first_kept).length() + Compress(last_kept).length() +
151 (log_count - 4) * Compress(blank_log).length();
240 EXPECT_EQ(persisted_logs.staged_log(), Compress("two"));
242 EXPECT_EQ(persisted_logs.staged_log(), Compress("two"));
248 EXPECT_EQ(persisted_logs.staged_log(), Compress("three"));
251 EXPECT_EQ(persisted_logs.staged_log(), Compress("one"))
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 65 try (final OutputStream out = Compress.getCompressedStream(
66 Compress.getCompressedStream(
67 Compress.getCompressedStream(
111 try (final OutputStream gzOut = Compress.getCompressedStream(
  /external/chromium_org/courgette/
disassembler_elf_32_arm.h 55 static CheckBool Compress(ARM_RVA type, uint32 arm_op, RVA rva,
disassembler_elf_32_arm.cc 20 CheckBool DisassemblerElf32ARM::Compress(ARM_RVA type, uint32 arm_op, RVA rva,
136 // Reverses the process in the compress() method. Takes the
230 CheckBool ret = Compress(type_, Read16LittleEndian(op_pointer), rva(),
237 CheckBool ret = Compress(type_, Read32LittleEndian(op_pointer), rva(),
249 CheckBool ret = Compress(type_, pval, rva(), &c_op_, &relative_target);
typedrva_unittest.cc 61 EXPECT_TRUE(courgette::DisassemblerElf32ARM::Compress(arm_rva, op, rva,
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.h 68 Compress = 2,
81 bool compress; member in struct:WebCore::WebSocketFrame
WebSocketPerMessageDeflateTest.cpp 56 EXPECT_TRUE(f1.compress);
63 EXPECT_TRUE(f2.compress);
78 EXPECT_TRUE(f1.compress);
85 EXPECT_TRUE(f2.compress);
109 ASSERT_TRUE(frame.compress);
119 ASSERT_EQ(!i, frame.compress);
129 frame.compress = !i;
133 ASSERT_FALSE(frame.compress);
150 EXPECT_TRUE(f1.compress);
164 EXPECT_TRUE(f1.compress);
    [all...]
WebSocketFrame.cpp 66 bool compress = firstByte & compressBit; local
118 frame.compress = compress;
151 frameData.at(0) = (final ? finalBit : 0) | (compress ? compressBit : 0) | opCode;
179 , compress(false)
191 , compress(flags & Compress)
  /external/chromium_org/media/cast/logging/
log_serializer.cc 35 // Use 30MB of temp buffer to hold uncompressed data if |compress| is true.
112 bool Compress(char* uncompressed_buffer,
154 bool compress,
162 if (compress) {
174 return Compress(uncompressed_buffer.get(),
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 131 static std::string Compress(const std::string& input);
137 // algorithm. See Compress() and Uncompress() functions above.
unique_position.cc 59 return UniquePosition(Compress(proto.value()));
80 return UniquePosition(Compress(un_gzipped));
379 : compressed_(Compress(uncompressed)),
522 std::string UniquePosition::Compress(const std::string& str) {
582 // Uncompresses strings that were compresed with UniquePosition::Compress.
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 72 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 119 string Compress(const string& data, const GzipOutputStream::Options& options);
376 string IoTest::Compress(const string& data,
410 string gzip_compressed = Compress(golden, options);
413 string not_compressed = Compress(golden, options);
418 string zlib_compressed = Compress(golden, options);
  /external/chromium_org/v8/src/
mksnapshot.cc 29 virtual bool Compress(i::Vector<char> input) = 0;
108 } else if (compressor_->Compress(source_data.ToVector())) {
211 virtual bool Compress(i::Vector<char> input) {
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 126 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
  /external/lzma/CPP/7zip/UI/Console/
makefile 119 $O\CopyCoder.obj: ../../Compress/$(*B).cpp
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 120 string Compress(const string& data, const GzipOutputStream::Options& options);
534 string IoTest::Compress(const string& data,
568 string gzip_compressed = Compress(golden, options);
571 string not_compressed = Compress(golden, options);
576 string zlib_compressed = Compress(golden, options);
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.cc 134 // There may be nothing to compress/write if there is no RTP packet since
149 // Helper for CompressAndWriteToFileOnFileThread to compress and write one
159 if (!Compress(buffer, &compressed_buffer)) {
190 bool Compress(std::vector<uint8>* input, std::vector<uint8>* output) {
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 148 parser.add_option('-z', '--compress', help='Compress the resulting trace '
244 compress=options.compress, variable

Completed in 3453 milliseconds

1 2