HomeSort by relevance Sort by last modified time
    Searched full:compress (Results 176 - 200 of 1230) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/build/
product_sdk.mk 35 commons-compress-1.0 \
  /external/chromium/net/http/
http_network_layer.h 54 // "no-compress" : disables compression.
  /external/chromium/net/tools/flip_server/
sm_interface.h 58 uint32 flags, bool compress) = 0;
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
BookmarkUtils.java 50 faviconBitmap.compress(CompressFormat.PNG, 0, bos);
  /external/chromium_org/net/tools/flip_server/
sm_interface.h 58 uint32 flags, bool compress) = 0;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
CompressedMessage.java 41 * compress others.
GZIPCompressedMessage.java 40 * compress a message using Gzip.
  /external/llvm/include/llvm/Support/
Compression.h 45 Status compress(StringRef InputBuffer,
  /external/oprofile/m4/
binutils.m4 14 [AC_CHECK_LIB(z, compress,
  /external/zlib/src/examples/
README.examples 10 compress just enough input to nearly fill a requested output size
zpipe.c 30 /* Compress from file source to file dest until EOF on source.
52 /* compress until end of file */
175 /* compress or decompress from stdin to stdout */
fitblk.c 17 data in order to determine how much of that input will compress to
70 /* compress from file to def until provided buffer is full or end of
112 /* compress what was decompresed until done or no room */
126 /* compress from stdin to fixed-size block on stdout */
155 /* compress from stdin until output full, or no more input */
  /frameworks/base/docs/html/tools/help/
etc1tool.jd 24 <td>The input file to compress</td>
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 27 * To compress a rectangle region in the YUV data, users have to specify the
109 * Compress a rectangle region in the YuvImage to a jpeg.
116 * @param quality Hint to the compressor, 0-100. 0 meaning compress for
117 * small size, 100 meaning compress for max quality.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageEncoder.java 61 bitmap.compress(CompressFormat.JPEG, mQuality, mOutputStream);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.h 61 * the compress structure, and frees allocations in libjpeg's pools.
jpeg_writer.cpp 36 LOGE("Failed to destroy compress object, may leak memory.");
97 // Set compress quality
213 // Wipe compress struct, free memory pools
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileReader.java 29 * Currently, we assume that the maximum is for a 1080p display. Since the buffers compress
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 88 res = compress();
108 res = compress();
117 status_t JpegCompressor::compress() { function in class:android::JpegCompressor
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
build.xml 61 <antcall target="-compress" inheritall="true" />
68 <!-- Compress JavaScript using Closure Compiler -->
69 <target name="-compress">
  /external/chromium_org/net/spdy/
buffered_spdy_framer_unittest.cc 222 true, // compress
245 true, // compress
268 true, // compress
  /external/chromium_org/third_party/sqlite/src/tool/
vdbe-compress.tcl 16 # tclsh vdbe-compress.tcl <vdbe.c.template >vdbe.c
116 puts " ** vdbe-compress.tcl script. The purpose of this union is to"
118 puts " ** See comments in the vdbe-compress.tcl script for details."
  /external/zlib/src/msdos/
Makefile.msc 40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
52 compress.obj: compress.c zlib.h zconf.h
  /external/bzip2/
Makefile 34 compress.o \
125 compress.o: compress.c
126 $(CC) $(CFLAGS) -c compress.c
149 $(DISTNAME)/compress.c \
  /development/ide/xcode/zlib.xcodeproj/
project.pbxproj 11 FE08AA0E0944F1E40057213F /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA030944F1E40057213F /* compress.c */; };
62 FE08AA030944F1E40057213F /* compress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = compress.c; path = "../../extlibs/zlib-1.2.3/compress.c"; sourceTree = SOURCE_ROOT; };
111 FE08AA030944F1E40057213F /* compress.c */,
236 FE08AA0E0944F1E40057213F /* compress.c in Sources */,

Completed in 832 milliseconds

1 2 3 4 5 6 78 91011>>