Searched
full:compressed (Results
376 -
400 of
1811) sorted by null
<<11121314151617181920>>
/external/libvpx/libvpx/examples/ |
simple_decoder.c | 16 // containing the compressed data (in IVF format), passes it through the 26 // the raw compressed data.
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
video_common.h | 84 // 1 Primary Compressed YUV format. 114 // 1 Auxiliary compressed YUV format set aside for capturer.
|
/external/lldb/utils/test/ |
ras.py | 132 # gzip'd or compressed files. 135 # No guess could be made, or the file is encoded (compressed), so
|
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.c | 25 * Code to convert compressed/paletted texture images to ordinary images. 163 * compressed palette format into a regular GLubyte/RGBA glTexImage2D() call.
|
/external/okhttp/okio/okio/src/main/java/okio/ |
GzipSink.java | 47 * compressed sink buffers. 53 /** Checksum calculated for the compressed body. */
|
/external/skia/gm/ |
etc1bitmap.cpp | 76 * from compressed ETC1 data. 163 * from non-power-of-two compressed ETC1 data. First slice
|
/external/skia/src/utils/ |
SkParseColor.cpp | 193 int compressed = 0; local 196 compressed <<= 5; 197 compressed |= *name ? *name++ - 'a' + 1 : 0 ; 200 compressed <<= 1; 201 compressed |= 1; 203 compressed |= 0x80000000; 207 compressed &= ~1; 211 SkDebugf("0x%08x, ", compressed);
|
/external/squashfs-tools/kernel/fs/squashfs/ |
squashfs_fs.h | 100 /* Flag whether block is compressed or uncompressed, bit is set if block is 117 * Inode number ops. Inodes consist of a compressed block number, and an
|
/external/squashfs-tools/kernel/include/linux/ |
squashfs_fs.h | 99 /* Flag whether block is compressed or uncompressed, bit is set if block is 116 * Inode number ops. Inodes consist of a compressed block number, and an
|
/external/vboot_reference/tests/ |
vboot_region_tests.c | 95 /* Second image is compressed */ 155 TEST_STR_EQ(buffer, "decompressed", " compressed image");
|
/external/vboot_reference/utility/ |
efidecompress.c | 64 UINT8 *mSrcBase; // Starting address of compressed data 691 Source - The source buffer containing the compressed data. 734 Source - The source buffer containing the compressed data. 777 // If compressed file size is 0, return 859 Source - The source buffer containing the compressed data. 898 Source - The source buffer containing the compressed data. 943 Source - The source buffer containing the compressed data. 982 Source - The source buffer containing the compressed data.
|
/external/zlib/src/examples/ |
gzappend.c | 62 bit and the number of unused bits in the last byte of the compressed data. 67 the byte that contains it. Seeking forward, the last byte of the compressed 75 append is simply compressed using deflate, and written to the gzip file. 257 descriptor pointing to where to write the compressed data -- the deflate 314 bye("invalid compressed data--format violated in", name); 339 /* save the location of the end of the compressed data */ 344 bye("invalid compressed data--crc mismatch in ", name); 347 bye("invalid compressed data--length mismatch in", name);
|
/external/zlib/src/old/ |
visual-basic.txt | 8 A: Make sure that the length of the compressed buffer is passed by 11 the compressed buffer and not zero.
|
/external/zlib/src/ |
zlib.3 | 32 The decoder checks the consistency of the compressed data, 100 http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format)
|
/frameworks/base/graphics/java/android/graphics/ |
Picture.java | 144 * raw or compressed pixels. 163 * Bitmap from which you can persist it as raw or compressed pixels.
|
/frameworks/base/media/java/android/media/ |
EncoderCapabilities.java | 38 * <li>Bit rate: the compressed output bit rate in bits per second; 74 * <li>Bit rate: the compressed output bit rate in bits per second;
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1.java | 65 * ETC1 compressed version of the data. 74 * ETC1 compressed version of the data.
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceInfo.java | 182 * | Encoded and Compressed dns name (variable) | 202 * @return compressed dns name
|
/frameworks/native/include/android/ |
asset_manager.h | 148 * compressed). 159 * compressed).
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
simple_decoder.c | 16 // containing the compressed data (in IVF format), passes it through the 26 // the raw compressed data.
|
/libcore/luni/src/main/java/java/util/zip/ |
DeflaterOutputStream.java | 123 * Writes any unwritten compressed data to the underlying stream, the closes 184 * compressed at the highest level.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
jffs2.h | 155 jint32_t csize; /* (Compressed) data size */ 160 jint32_t data_crc; /* CRC for the (compressed) data. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
jffs2.h | 156 jint32_t csize; /* (Compressed) data size */ 161 jint32_t data_crc; /* CRC for the (compressed) data. */
|
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/ |
asset_manager.h | 150 * compressed). 161 * compressed).
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/ |
asset_manager.h | 150 * compressed). 161 * compressed).
|
Completed in 115 milliseconds
<<11121314151617181920>>