HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 451 - 475 of 1811) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPInputStreamTest.java 132 "the checkSum value of the compressed and decompressed data does not equal",
150 // Create compressed data which is exactly 512 bytes (after the
244 assertEquals("the checkSum value of the compressed and decompressed data does not equal",
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactPhotoEditorView.java 261 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaledBitmap);
262 if (compressed != null) {
263 mValuesDelta.setPhoto(compressed);
  /bootable/recovery/applypatch/
bsdiff.c 367 /* Compute size of compressed ctrl data */
372 /* Write compressed diff data */
382 /* Compute size of compressed diff data */
387 /* Write compressed extra data */
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java 85 if (ext.contains("compression") || ext.contains("compressed")) {
  /developers/build/prebuilts/gradle/PdfRendererBasic/
README.md 18 This sample loads the PDF from assets. Contents of assets are compressed by
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 124 * compressed).
  /device/asus/fugu/libaudio/
AudioStreamOut.h 127 // Is the stream compressed audio in SPDIF data bursts?
  /external/bsdiff/
bsdiff.c 358 /* Compute size of compressed ctrl data */
363 /* Write compressed diff data */
373 /* Compute size of compressed diff data */
378 /* Write compressed extra data */
  /external/ceres-solver/internal/ceres/
visibility.h 52 // Given a compressed row block structure, computes the set of
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/
DESCRIPTION 29 faster the more compressed the input already is). Compared to the
  /external/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 37 + Compressed texture formats
  /external/fio/
server.h 178 uint32_t compressed; member in struct:cmd_iolog_pdu
  /external/jpeg/
jdinput.c 265 * Initialize the input modules to read a scan of compressed data.
285 * Finish up after inputting a compressed-data scan.
306 * Read JPEG markers before, between, or after compressed-data scans.
312 * we are reading a compressed data segment or inter-segment markers.
  /external/libvncserver/webclients/novnc/
vnc_auto.html 17 src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
  /external/libvpx/libvpx/
ivfdec.c 95 warn("Failed to allocate compressed data buffer\n");
usage_dx.dox 4 processes packets of compressed data passed by the application, producing
  /external/libvpx/libvpx/test/
test_vector_test.cc 77 // Open compressed video file.
  /external/llvm/test/MC/ELF/
compression.s 30 // sections, so make sure we handle symbols inside compressed sections
  /external/llvm/unittests/ADT/
IntEqClassesTest.cpp 78 // compressed map.
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 40 11 COMPRESSED
  /external/mesa3d/docs/
relnotes-7.6.1.html 60 it returns the actual compressed format chosen.
  /external/mesa3d/src/gallium/drivers/r600/
r600_resource.h 55 unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 71 * non-compressed cube texture map on GM945.
215 if (mt->compressed)
253 * Compressed cube texture map layout for GM945 and later.
461 if (mt->compressed)
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
RequestBodyCompression.java 89 return -1; // We don't know the compressed length in advance!
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_compress.c 16 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.

Completed in 92 milliseconds

<<11121314151617181920>>