Searched
full:compressed (Results
351 -
375 of
1811) sorted by null
<<11121314151617181920>>
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifReader.java | 76 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifReader.java | 77 Log.w(TAG, "Failed to read the compressed thumbnail");
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 76 + "Uncompresses a file compressed with gzip compression";
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoProcessor.java | 254 final boolean compressed = b.compress(Bitmap.CompressFormat.JPEG, quality, baos); 259 if (!compressed) { 280 * Retrieves the compressed display photo as a byte array. 287 * Retrieves the compressed thumbnail photo as a byte array.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
zlib.h | 59 The compressed data format used by default by the in-memory functions is 76 the consistency of the compressed data, so the library should never 113 int text; /* true if compressed data believed to be text */ 271 compressed output when it wants, for example when the output buffer is full 308 restart from this point if previous compressed data has been damaged or if 483 or more output produced), Z_STREAM_END if the end of the compressed data has 542 compressed data instead of a zlib wrapper. The gzip header will have no 564 correctness of the compressed output even if it is not set appropriately. 579 without producing any compressed output. This function must be called 585 to be encountered later in the data to be compressed, with the most commonl [all...] |
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
cramfs_fs.h | 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 81 # check if the compressed tarball was created 131 # check if the compressed tarball was created 217 # check if the compressed tarball was created 271 # check if the compressed tarball was created
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 81 # check if the compressed tarball was created 131 # check if the compressed tarball was created 217 # check if the compressed tarball was created 271 # check if the compressed tarball was created
|
/system/extras/perfprofd/ |
perf_profile.proto | 72 // A compressed representation of a perf profile, which contains samples from
|
/external/squashfs-tools/ |
RELEASE-README | 10 Squashfs is a highly compressed read-only filesystem for Linux. 24 1. Data, inodes and directories are compressed. 32 boundaries. Each compressed inode is on average 8 bytes in length 42 7. Filesystems can be compressed with gzip, xz (lzma2), lzo or lz4 51 1. Layout can store up to 2^48 bytes of compressed xattr data. 53 3. Total size of xattr data per inode 2^48 bytes of compressed data. 720 The -info option displays the files/directories as they are compressed and [all...] |
/development/ndk/platforms/android-13/include/android/ |
asset_manager.h | 150 * compressed). 161 * compressed).
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.format.txt | 33 + Following compressed texture formats: 61 the maximum value range allowed by the format. For compressed formats
|
/external/deqp/modules/gles2/ |
tes2CapabilityTests.cpp | 173 // Compressed formats. 174 ExtGroup(this, "compressed_texture_formats", "Compressed texture formats")
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 379 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed. 426 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed. 471 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed. 518 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_Structs.h | 27 * (xlsub,lsub): lsub[*] contains the compressed subscript of 82 IndexVector lsub; // Compressed row indices of L rectangular supernodes.
|
/external/kernel-headers/original/uapi/linux/ |
jffs2.h | 156 jint32_t csize; /* (Compressed) data size */ 161 jint32_t data_crc; /* CRC for the (compressed) data. */
|
/external/libpng/ |
ANNOUNCE | 11 libpng-1.6.10.tar.xz (LZMA-compressed, recommended) 17 lpng1610.7z (LZMA-compressed, recommended)
|
/external/libvncserver/libvncclient/ |
ultra.c | 71 /* allocate enough space to store the incoming compressed packet */ 156 /* allocate enough space to store the incoming compressed packet */
|
/external/libvorbis/doc/vorbisfile/ |
seeking.html | 51 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes.</td>
73 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes. The boundary between the old and new playback positions is crosslapped to eliminate discontinuities. </td>
|
Completed in 96 milliseconds
<<11121314151617181920>>