HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 401 - 425 of 1208) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 87 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 78 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /external/ImageMagick/ImageMagick/script/
montage.html 199 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
200 <td>set image colorspace</td>
434 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
435 <td>reduce image colors in this colorspace</td>
magick-core.html 66 <li><a href="../api/colorspace.php">Colorspace Methods</a></li>
  /external/ImageMagick/www/
montage.html 203 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
204 <td>set image colorspace</td>
438 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
439 <td>reduce image colors in this colorspace</td>
  /external/opencv3/3rdparty/libwebp/dec/
webp.c 484 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
497 buf.colorspace = colorspace;
543 output.colorspace = MODE_YUV;
571 output.colorspace = mode;
  /external/webp/src/dec/
webp.c 525 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
538 buf.colorspace = colorspace;
584 output.colorspace = MODE_YUV;
612 output.colorspace = mode;
  /external/libjpeg-turbo/
turbojpeg.h 48 * Technically, the JPEG format uses the YCbCr colorspace (which is technically
49 * not a colorspace but a color transform), but per the convention of the
296 * RGB colorspace. When compressing the JPEG image, the R, G, and B
298 * colorspace conversion or subsampling is performed. RGB JPEG images can be
304 * YCbCr colorspace. YCbCr is not an absolute colorspace but rather a
307 * actually be displayed. In the YCbCr colorspace, the Y (luminance)
314 * space. YCbCr is the most common JPEG colorspace, and YCbCr JPEG images
320 * Grayscale colorspace. The JPEG image retains only the luminance data (Y
328 * CMYK colorspace. When compressing the JPEG image, the C, M, Y, and
    [all...]
libjpeg.txt 77 decompression. They include colorspace conversion, downsampling/upsampling,
118 Set parameters for compression, including image size & colorspace
154 about the image's size, colorspace, etc is available when the application
192 channels). You must specify how many components there are and the colorspace
200 or full grayscale (or sometimes another colorspace such as CMYK). You can
318 3. Set parameters for compression, including image size & colorspace.
343 because the defaults depend on the source image colorspace. However the
353 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
460 dimensions freely between cycles, but if you change the input colorspace, you
461 should call jpeg_set_defaults() to adjust for the new colorspace; and the
    [all...]
jpeglib.h 233 whatever value it wishes. Use the following colorspace constants to
310 J_COLOR_SPACE in_color_space; /* colorspace of input image */
338 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
483 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
490 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/ImageMagick/MagickCore/
property.c 50 #include "MagickCore/colorspace-private.h"
2498 colorspace; local
4010 colorspace; local
    [all...]
accelerate.c 114 /* check if the image's colorspace is supported */
115 if (image->colorspace != RGBColorspace &&
116 image->colorspace != sRGBColorspace &&
117 image->colorspace != GRAYColorspace)
187 if (image->colorspace == RGBColorspace)
194 if (image->colorspace == sRGBColorspace)
319 colorspace, local
331 colorspace = image->colorspace;
346 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_uint),&colorspace);
2954 colorspace, local
    [all...]
stream.c     [all...]
segment.c 90 #include "MagickCore/colorspace.h"
91 #include "MagickCore/colorspace-private.h"
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java     [all...]
  /external/libpng/
pngread.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngread.c     [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 506 (image->colorspace == CMYKColorspace))
609 (image->colorspace == CMYKColorspace))
643 (image->colorspace == CMYKColorspace))
1197 colorspace; local
4405 colorspace; local
4422 colorspace; local
5748 colorspace; local
7846 colorspace; local
    [all...]
  /external/ImageMagick/coders/
aai.c 47 #include "MagickCore/colorspace.h"
48 #include "MagickCore/colorspace-private.h"
art.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
avs.c 47 #include "MagickCore/colorspace.h"
48 #include "MagickCore/colorspace-private.h"
fax.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
gray.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
hrz.c 47 #include "MagickCore/colorspace.h"
48 #include "MagickCore/colorspace-private.h"
jnx.c 51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"

Completed in 792 milliseconds

<<11121314151617181920>>