/external/libexif/po/ |
zh_CN.po | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiFeatureInfo.cpp | [all...] |
/external/libpng/ |
pngwrite.c | 311 /* If we want a compressed text chunk */ 315 /* Write compressed chunk */ 321 png_warning(png_ptr, "Unable to write compressed text"); 411 /* Write compressed chunk */ 417 png_warning(png_ptr, "Unable to write compressed text"); [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jchuff.c | 1012 * Encode and output one MCU's worth of Huffman-compressed coefficients. 1069 * Finish up at the end of a Huffman-compressed scan. [all...] |
jdhuff.c | 515 /* Oops, it's actually a marker indicating end of compressed data. 535 /* We get here if we've read the marker that terminates the compressed 674 * Huffman-compressed coefficients. [all...] |
jcarith.c | 129 * Finish up at the end of an arithmetic-compressed scan. 688 * Encode and output one MCU's worth of arithmetic-compressed coefficients. 836 * Initialize for an arithmetic-compressed scan.
|
/external/pdfium/third_party/lpng_v163/ |
pngwrite.c | 301 /* If we want a compressed text chunk */
305 /* Write compressed chunk */
310 png_warning(png_ptr, "Unable to write compressed text");
399 /* Write compressed chunk */
404 png_warning(png_ptr, "Unable to write compressed text");
[all...] |
pngpread.c | 751 png_error(png_ptr, "Not enough compressed data");
885 png_warning(png_ptr, "Truncated compressed data in IDAT");
905 png_warning(png_ptr, "Extra compressed data in IDAT");
[all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-alpha.c | 454 (_("%B: Cannot handle compressed Alpha binaries.\n" [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageSamplingInstance.cpp | 201 // else: All supported compressed formats are fine with no normalization. 386 TCU_THROW(NotSupportedError, "3D compressed format not supported"); 390 TCU_THROW(NotSupportedError, "3D compressed format not supported"); [all...] |
/external/freetype/include/internal/ |
tttypes.h | 186 /* CompLength :: Compressed table length (in bytes). */ 200 FT_ULong CompLength; /* compressed table length */ [all...] |
/external/giflib/ |
egif_lib.c | 695 Put the image code in compressed form. This routine can be called if the 725 Continue to put the image code in compressed form. This routine should be [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
tttypes.h | 186 /* CompLength :: Compressed table length (in bytes). */ 200 FT_ULong CompLength; /* compressed table length */ [all...] |
/external/libjpeg-turbo/ |
jcarith.c | 131 * Finish up at the end of an arithmetic-compressed scan. 678 * Encode and output one MCU's worth of arithmetic-compressed coefficients. 820 * Initialize for an arithmetic-compressed scan.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource_texture.c | 81 * For compressed level 2 292 * Cube layout used on i915 and for non-compressed textures on i945. 563 assert(util_format_is_s3tc(pt->format)); /* compressed only */
|
/external/opencv3/3rdparty/libpng/ |
pngpread.c | 779 png_error(png_ptr, "Not enough compressed data"); 911 png_warning(png_ptr, "Truncated compressed data in IDAT"); 931 png_warning(png_ptr, "Extra compressed data in IDAT"); [all...] |
/external/opencv3/3rdparty/openexr/ |
ChangeLog.openexr | 175 compressed with a fixed ratio of 2.28:1. UINT and FLOAT 293 * Bug fix: Reading a PIZ-compressed file with an invalid 413 * Bug fix: Reading a particular broken PIZ-compressed file
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
tttypes.h | 186 /* CompLength :: Compressed table length (in bytes). */ 200 FT_ULong CompLength; /* compressed table length */ [all...] |
/external/valgrind/callgrind/docs/ |
cl-format.xml | 513 digit, it's a string in compressed format. Otherwise it's the real 516 The compressed format is either "(" <emphasis>number</emphasis> ")" 522 <emphasis>position</emphasis>. Compressed format is always
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 702 return -1; // No type for compressed data. 898 * @param out an ETC1 compressed version of the data. 924 * @param in an ETC1 compressed version of the data. [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 104 void *buf; // compressed data buffer 105 size_t size; // length of compressed data 903 // save compressed data [all...] |
/hardware/libhardware/include/hardware/ |
camera2.h | 131 * Transport header for compressed JPEG buffers in output streams. 135 * used as the buffer size. Since compressed JPEG images are of variable size, 136 * the HAL needs to include the final size of the compressed image using this [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 414 * Return resized (compressed) image (else null) 567 // First get the image data (compressed) 614 // Target 1 bits per pixel in final compressed image [all...] |
/art/compiler/debug/ |
elf_debug_frame_writer.h | 181 // compressed it reduces the size since similar opcodes sequences are grouped.
|
/art/compiler/ |
image_test.cc | 260 // Compressed, file should be smaller than image.
|