Searched
full:compressed (Results
876 -
900 of
2537) sorted by null
<<31323334353637383940>>
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
Reporter.py | 86 # gzip'd or compressed files. 89 # No guess could be made, or the file is encoded (compressed), so
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
Reporter.py | 86 # gzip'd or compressed files. 89 # No guess could be made, or the file is encoded (compressed), so
|
/prebuilts/sdk/tools/linux/bin/ |
zipalign | |
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJCompressor.html | 477 be compressed or encoded. This buffer is not modified.</dd><dd><code>x</code> - x offset (in pixels) of the region in the source image from which 478 the JPEG or YUV image should be compressed/encoded</dd><dd><code>y</code> - y offset (in pixels) of the region in the source image from which 479 the JPEG or YUV image should be compressed/encoded</dd><dd><code>width</code> - width (in pixels) of the region in the source image from 480 which the JPEG or YUV image should be compressed/encoded</dd><dd><code>pitch</code> - bytes per line of the source image. Normally, this should be 488 which the JPEG or YUV image should be compressed/encoded</dd><dd><code>pixelFormat</code> - pixel format of the source image (one of 528 grayscale pixels to be compressed or encoded. This image is not modified.</dd><dd><code>x</code> - x offset (in pixels) of the region in the source image from which 529 the JPEG or YUV image should be compressed/encoded</dd><dd><code>y</code> - y offset (in pixels) of the region in the source image from which 530 the JPEG or YUV image should be compressed/encoded</dd><dd><code>width</code> - width (in pixels) of the region in the source image from 531 which the JPEG or YUV image should be compressed/encoded (0 = use the 533 which the JPEG or YUV image should be compressed/encoded (0 = use th [all...] |
/external/mesa3d/src/mesa/main/ |
formats.c | 68 * To describe compressed formats. If not compressed, Width=Height=1. [all...] |
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 2 * Squashfs - a compressed read only filesystem for Linux 166 unsigned int compressed; local 171 compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte); 172 c_buffer = compressed ? msblk->read_data : buffer; 175 TRACE("Block @ 0x%llx, %scompressed size %d\n", index, compressed 193 compressed = SQUASHFS_COMPRESSED(c_byte); 194 c_buffer = compressed ? msblk->read_data : buffer; 197 TRACE("Block @ 0x%llx, %scompressed size %d\n", index, compressed 208 if (compressed) 227 if (compressed) { [all...] |
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
videodev2.h | 404 /* 10bit raw bayer a-law compressed to 8 bits */ 409 /* 10bit raw bayer DPCM compressed to 8 bits */ 414 /* 10bit raw bayer DPCM compressed to 6 bits */ 426 /* compressed formats */ 459 #define V4L2_PIX_FMT_SPCA561 v4l2_fourcc('S', '5', '6', '1') /* compressed GBRG bayer */ 460 #define V4L2_PIX_FMT_PAC207 v4l2_fourcc('P', '2', '0', '7') /* compressed BGGR bayer */ 461 #define V4L2_PIX_FMT_MR97310A v4l2_fourcc('M', '3', '1', '0') /* compressed BGGR bayer */ 462 #define V4L2_PIX_FMT_JL2005BCD v4l2_fourcc('J', 'L', '2', '0') /* compressed RGGB bayer */ 463 #define V4L2_PIX_FMT_SN9C2028 v4l2_fourcc('S', 'O', 'N', 'X') /* compressed GBRG bayer */ 464 #define V4L2_PIX_FMT_SQ905C v4l2_fourcc('9', '0', '5', 'C') /* compressed RGGB bayer * [all...] |