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

1 2 3 4 5 6 7 891011>>

  /external/ceres-solver/include/ceres/
crs_matrix.h 40 // A compressed row sparse matrix used primarily for communicating the
48 // A compressed row matrix stores its contents in three arrays,
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.h 31 // A jacobian writer that directly writes to compressed row sparse matrices.
87 // Since the compressed row matrix has different layout than that
  /external/fio/
iolog.h 74 * Max size of log entries before a chunk is compressed
79 * Don't deflate for storing, just store the compressed bits
  /external/libgsm/man/
gsm.3 78 play() { /* read compressed data from standard input, write to soundfd */
90 record() { /* read from soundfd, write compressed to standard output */
  /external/libopus/include/
opus_custom.h 195 * @param [out] compressed <tt>char *</tt>: The compressed data is written here. This may not alias pcm and must be at least maxCompressedBytes long.
198 * @return Number of bytes written to "compressed".
207 unsigned char *compressed,
216 * @param [out] compressed <tt>char *</tt>: The compressed data is written here. This may not alias pcm and must be at least maxCompressedBytes long.
219 * @return Number of bytes written to "compressed".
228 unsigned char *compressed,
  /external/libvorbis/doc/vorbisfile/
ov_raw_seek_lap.html 20 <p>Seeks to the offset specified (in compressed raw bytes) within the
65 <dd>Position in compressed bytes to seek to in the bitstream.</dd>
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 36 /* The size of a compressed tile. Each compressed tile takes 2 bits
  /external/skia/third_party/etc1/
etc1.h 50 // pOut is an ETC1 compressed version of the data.
56 // pIn is an ETC1 compressed version of the data.
  /external/skia/third_party/ktx/
ktx.h 28 // texture in an OpenGL application, including the use of compressed data.
115 // the rest of the data is stored, this may be compressed, a cubemap, etc.
  /external/squashfs-tools/kernel/fs/squashfs/
export.c 2 * Squashfs - a compressed read only filesystem for Linux
28 * filehandles to an inode location on disk. This table is stored compressed
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 131 /* offset of data in compressed metadata blocks (allowing room for
132 * compressed size */
  /external/vboot_reference/firmware/lib/include/
bmpblk_font.h 55 * The image to use follows immediately, NOT compressed. It's
58 * whole font blob to the bmpblk, it will be compressed as a single
  /external/zlib/src/contrib/ada/
buffer_demo.adb 18 -- compressed text into a buffer of the same size as the original text.
59 ("Compressed size : "
  /external/zlib/src/contrib/blast/
blast.h 26 * blast() decompresses the PKWare Data Compression Library (DCL) compressed
33 * compressed data is not corrupted when read or written. For example:
  /external/zlib/src/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
100 Compressed data comes from a separate source stream. TDecompressionStream
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 77 public void setCompressedLayoutHierarchy(boolean compressed) {
79 if (compressed)
  /frameworks/native/opengl/include/ETC1/
etc1.h 42 // pOut is an ETC1 compressed version of the data.
48 // pIn is an ETC1 compressed version of the data.
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 110 * Gets the compressed size of this {@code ZipEntry}.
112 * @return the compressed size, or -1 if the compressed size has not been
215 * Sets the compressed size for this {@code ZipEntry}.
218 * the compressed size (in bytes).
254 * The default is {@code DEFLATED}, which will cause the size, compressed size, and CRC to be
255 * set automatically, and the entry's data to be compressed. If you switch to {@code STORED}
256 * note that you'll have to set the size (or compressed size; they must be the same, but it's
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h 83 #define MODE_C 3 /* compressed */
85 char *modenames[] = {"0", "Stream", "Block", "Compressed" };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 83 #define MODE_C 3 /* compressed */
85 char *modenames[] = {"0", "Stream", "Block", "Compressed" };
  /build/tools/zipalign/
README.txt 25 Compressed data isn't very useful until it's uncompressed, so there's no
ZipFile.h 70 * library to try to store it compressed.
94 * Add a file that is already compressed with gzip.
131 * Zopfli if already compressed.
155 * Returns "false" if an error was encountered in the compressed data.
  /device/generic/goldfish/camera/
JpegStub.cpp 49 ALOGV("%s: Compressed JPEG: %d[%dx%d] -> %zu bytes",
  /external/giflib/
gif_lib_private.h 49 GifByteType Buf[256]; /* Compressed input is buffered here. */
  /external/harfbuzz_ng/src/hb-ucdn/
README 40 fetches the appropriate files and dumps the compressed database into

Completed in 679 milliseconds

1 2 3 4 5 6 7 891011>>