/external/libvpx/libvpx/test/ |
ivf_video_source.h | 48 // Allocate a buffer for read in the compressed video frame.
|
/external/libvpx/libvpx/vpx/ |
vpx_frame_buffer.h | 49 * decoder needs a frame buffer to decode a compressed image into. This
|
/external/libxml2/ |
xmlIO.c | 890 * input from FILE *, supports compressed input 1135 * I/O for compressed file accesses * 1142 * input from compressed file test 1155 * input from compressed file open 1232 * input from compressed file open 1287 * Read @len bytes to @buffer from the compressed I/O channel. 1307 * Write @len bytes from @buffer to the compressed I/O channel. 1325 * Close a compressed I/O channel 1340 * I/O for compressed file accesses * 1348 * input from compressed file tes [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-bcanalyzer.rst | 215 **# of VBR Compressed Bytes** 223 integers had they not been compressed with the Variable Bit Rage encoding 285 **Number of VBR Compressed Bytes** 293 the 32-bit and 64-bit integers had they not been compressed with the Variable
|
/external/lz4/programs/ |
frametest.c | 222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 273 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 280 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 320 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 327 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 333 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 340 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); 346 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
|
lz4.1 | 57 test compressed file integrity
|
/external/lzma/xz-embedded/ |
xz.h | 94 * @XZ_DATA_ERROR: Compressed data is corrupt. 103 * code is not buggy, you can get this error only when decoding a compressed 107 * is too small or the compressed input is corrupt in a way that makes the 109 * (relatively) clear that the compressed input is truncated, XZ_DATA_ERROR
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_uncompr.c | 18 Upon exit, destLen is the actual size of the compressed buffer.
|
/external/protobuf/src/google/protobuf/testing/ |
zcgzip.cc | 38 // Reads data on standard input and writes compressed gzip stream to standard
|
/external/squashfs-tools/kernel/fs/squashfs/ |
squashfs.h | 2 * Squashfs - a compressed read only filesystem for Linux
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
squashfs.h | 2 * Squashfs - a compressed read only filesystem for Linux
|
/external/squashfs-tools/squashfs-tools/ |
read_xattrs.c | 2 * Read a squashfs filesystem. This is a highly compressed read only 73 * store mapping from location of compressed block in fs -> 94 * map from location of compressed block in fs -> 232 /* store mapping from location of compressed block in fs ->
|
/external/toybox/toys/pending/ |
compress.c | 49 On successful decompression, compressed files are replaced with the 59 -t test compressed file(s) 104 On successful decompression, compressed files are replaced with the 110 -l list compressed/uncompressed/ratio/name for each input file. 113 -t test compressed file(s) 130 // Compressed data buffer 331 // Compressed block 347 // The literal and distance codes are themselves compressed, in 381 // Use huffman tables to decode block of compressed symbols
|
/external/zlib/src/ |
uncompr.c | 18 Upon exit, destLen is the actual size of the compressed buffer.
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3OutputStream.h | 47 * dimensions, such as compressed JPEG.
|
/frameworks/base/libs/androidfw/ |
Asset.cpp | 178 * Create a new Asset from a compressed file on disk. There is a fair chance 257 * Create a new Asset from compressed data in an open file. 296 * Create a new Asset from compressed data in a memory mapping. 699 * Open a chunk of compressed data inside a file. 733 * Open a chunk of compressed data in a mapped region. 756 * Read data from a chunk of compressed data. 799 * expensive, because it requires plowing through a bunch of compressed 843 * The first time this is called, we expand the compressed data into a 870 * Seek to the start of the compressed data.
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
ivf_video_source.h | 48 // Allocate a buffer for read in the compressed video frame.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_frame_buffer.h | 53 * decoder needs a frame buffer to decode a compressed image into. This
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 49 static int compressed = 0; variable 63 {"compressed", 0, 0, 'T'}, 206 if (compressed) { 378 if (compressed && start) { 515 if (compressed) { 581 "-T <MP3, AAC, AC3_PASS_THROUGH> -- Compressed\n" 618 compressed = 1; 619 printf("compressed codec type requested = %s\n", optarg); 633 "-T -- Compressed\n"
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.h | 58 #define M_SOS 0xDA /* nStart Of Scan (begins compressed data)*/
|
/libcore/luni/src/main/java/java/util/zip/ |
Inflater.java | 25 * This class decompresses data that was compressed using the <i>DEFLATE</i> 210 * if the underlying stream is corrupted or was not compressed 222 * if the underlying stream is corrupted or was not compressed 247 * Returns true if the input bytes were compressed with a preset
|
ZipInputStream.java | 33 * <p>A zip file (or "archive") is a collection of (possibly) compressed files. 40 * <p>Although {@code InflaterInputStream} can only read compressed zip 41 * entries, this class can read non-compressed entries as well. 191 // 8 additional bytes since the compressed / uncompressed size fields
|
/ndk/build/tools/ |
dev-platform-expand-all.sh | 27 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|