HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 126 - 150 of 1229) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/codec/
SkJpegCodec.cpp 190 J_COLOR_SPACE colorSpace = fDecoderMgr->dinfo()->jpeg_color_space;
191 bool isCMYK = JCS_CMYK == colorSpace || JCS_YCCK == colorSpace;
313 J_COLOR_SPACE colorSpace = dinfo->out_color_space;
314 if (JCS_CMYK == colorSpace || JCS_RGB == colorSpace) {
474 J_COLOR_SPACE colorSpace = fDecoderMgr->dinfo()->out_color_space;
475 if (options.fSubset || JCS_CMYK == colorSpace || JCS_RGB == colorSpace) {
597 bool SkJpegCodec::onQueryYUV8(YUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const
    [all...]
  /external/ImageMagick/www/Magick++/
Color.html 143 <p>Representation of a color in the YUV <span lang="en-US">colorspace</span></p></td></tr></table>
169 <p>Representation of a grayscale color (in linear colorspace). <span lang="en-US">Grayscale</span> is simply RGB with equal parts of red, green, and blue. All double arguments have a valid range of 0.0 - 1.0.</p>
187 <p>Representation of a black/white pixel (in RGB colorspace). Color arguments are constrained to 'false' (black pixel) and 'true' (white pixel).</p>
205 <p>Representation of a color in Hue/Saturation/Luminosity (HSL) colorspace.</p>
229 <p>Representation of a color in YUV colorspace (used to encode color for television transmission).</p>
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 282 cmsColorSpaceSignature ColorSpace; // ColorSpace of profile
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
669 cmsColorSpaceSignature ColorSpace)
684 sc.ColorSpace = ColorSpace;
950 cmsColorSpaceSignature ColorSpace;
954 ColorSpace = cmsGetColorSpace(hProfile);
958 if (ColorSpace == cmsSigGrayData) {
965 if (ColorSpace == cmsSigRgbData)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 102 ColorSpace_t colorSpace = ITU_R_601;
107 colorSpace = ITU_R_601_FR;
118 colorSpace = ITU_R_709;
121 colorSpace = ITU_R_601_FR;
165 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 101 ColorSpace_t colorSpace = ITU_R_601;
106 colorSpace = ITU_R_601_FR;
117 colorSpace = ITU_R_709;
120 colorSpace = ITU_R_601_FR;
168 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 101 ColorSpace_t colorSpace = ITU_R_601;
106 colorSpace = ITU_R_601_FR;
117 colorSpace = ITU_R_709;
120 colorSpace = ITU_R_601_FR;
179 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 97 ColorSpace_t colorSpace = ITU_R_601;
102 colorSpace = ITU_R_601_FR;
113 colorSpace = ITU_R_709;
116 colorSpace = ITU_R_601_FR;
179 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /external/ImageMagick/MagickWand/
stream.c 109 "-colorspace type alternate image colorspace",
122 "-quantize colorspace reduce colors in this colorspace",
350 if (LocaleCompare("colorspace",option+1) == 0)
353 colorspace;
360 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
362 if (colorspace < 0)
601 colorspace;
608 colorspace=ParseCommandOption(MagickColorspaceOptions
351 colorspace; local
599 colorspace; local
    [all...]
compare.c 106 "-colorspace type alternate image colorspace",
132 "-quantize colorspace reduce colors in this colorspace",
400 if (LocaleCompare("colorspace",option+1) == 0)
403 colorspace;
410 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
412 if (colorspace < 0)
759 colorspace;
766 colorspace=ParseCommandOption(MagickColorspaceOptions
401 colorspace; local
757 colorspace; local
    [all...]
import.c 123 "-quantize colorspace reduce colors in this colorspace",
138 "-colorspace type alternate image colorspace",
555 if (LocaleCompare("colorspace",option+1) == 0)
558 colorspace;
565 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
567 if (colorspace < 0)
556 colorspace; local
1048 colorspace; local
    [all...]
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 302 * RGB colorspace. When compressing the JPEG image, the R, G, and B
304 * colorspace conversion or subsampling is performed. RGB JPEG images can be
310 * YCbCr colorspace. YCbCr is not an absolute colorspace but rather a
313 * actually be displayed. In the YCbCr colorspace, the Y (luminance)
320 * space. YCbCr is the most common JPEG colorspace, and YCbCr JPEG images
326 * Grayscale colorspace. The JPEG image retains only the luminance data (Y
334 * CMYK colorspace. When compressing the JPEG image, the C, M, Y, and K
336 * colorspace conversion or subsampling is performed. CMYK JPEG images can
341 * YCCK colorspace. YCCK (AKA "YCbCrK") is not an absolute colorspace bu
    [all...]
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 276 // since these are the respective native colorspace for these formats.
280 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
344 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
353 // Allocate y/u/v buffers as per colorspace/width/height specification.
386 // picture uses the YUV420 colorspace, the top and left coordinates will be
394 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
415 // Colorspace conversion function to import RGB samples.
438 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
440 // non-opaque transparent values is detected, and 'colorspace' will b
    [all...]
  /external/libjpeg-turbo/
jccolor.c 12 * This file contains input colorspace conversion routines.
59 * colorspace anyway.
87 /* Include inline routines for colorspace extensions */
193 * Initialize for RGB->YCC colorspace conversion.
229 * Convert some rows of samples to the JPEG colorspace.
278 * Convert some rows of samples to the JPEG colorspace.
370 * Convert some rows of samples to the JPEG colorspace.
427 * Convert some rows of samples to the JPEG colorspace.
456 * Convert some rows of samples to the JPEG colorspace.
531 * Module initialization routine for input colorspace conversion
    [all...]
  /external/ImageMagick/MagickCore/
attribute.c 58 #include "MagickCore/colorspace.h"
59 #include "MagickCore/colorspace-private.h"
595 if (image->colorspace == CMYKColorspace)
672 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
754 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
821 if (image->colorspace == CMYKColorspace)
    [all...]
identify.c 451 colorspace;
495 colorspace=image->colorspace;
499 colorspace=GRAYColorspace;
525 switch (colorspace)
600 if (image->colorspace != UndefinedColorspace)
602 MagickColorspaceOptions,(ssize_t) image->colorspace));
696 (void) FormatLocaleFile(file," Colorspace: %s\n",CommandOptionToMnemonic(
697 MagickColorspaceOptions,(ssize_t) image->colorspace));
731 switch (colorspace)
449 colorspace; local
    [all...]
feature.c 56 #include "MagickCore/colorspace.h"
57 #include "MagickCore/colorspace-private.h"
737 if (image->colorspace == CMYKColorspace)
763 if (image->colorspace == CMYKColorspace)
778 if (image->colorspace == CMYKColorspace)
971 if (image->colorspace == CMYKColorspace)
    [all...]
Android.mk 64 colorspace.c\
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
raw_converter.rs 32 rs_matrix3x3 sensorToIntermediate; // Color transform from sensor to a wide-gamut colorspace
33 rs_matrix3x3 intermediateToSRGB; // Color transform from wide-gamut colorspace to sRGB
181 // Apply a colorspace transform to the intermediate colorspace, apply
182 // a tonemapping curve, apply a colorspace transform to a final colorspace,
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdcolor.c 8 * This file contains output colorspace conversion routines.
54 * colorspace anyway.
66 * Initialize tables for YCC->RGB colorspace conversion.
109 * Convert some rows of samples to the output colorspace.
164 * Color conversion for no colorspace change: just copy the data,
300 * Module initialization routine for output colorspace conversion.
  /external/skia/src/pdf/
SkPDFBitmap.cpp 356 pdfDict.insertName("ColorSpace", "DeviceGray");
359 pdfDict.insertObject("ColorSpace",
362 pdfDict.insertName("ColorSpace", "DeviceGray");
364 pdfDict.insertName("ColorSpace", "DeviceRGB");
454 pdfDict.insertName("ColorSpace", "DeviceRGB");
456 pdfDict.insertName("ColorSpace", "DeviceGray");
  /external/ImageMagick/utilities/
montage.1 22 \-colorspace type alternate image colorsapce
59 \-quantize colorspace reduce colors in this colorspace
montage.1.in 22 \-colorspace type alternate image colorsapce
59 \-quantize colorspace reduce colors in this colorspace
  /external/ImageMagick/www/api/
segment.html 69 const ColorspaceType colorspace,const MagickBooleanType verbose,
79 <dt>colorspace</dt>
80 <p>Indicate the colorspace.</p>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 27 import androidx.media.filterfw.ColorSpace;
240 ColorSpace.convertArgb8888ToRgba8888(input, output, width, height);
243 ColorSpace.convertYuv420pToRgba8888(input, output, width, height);
  /developers/samples/android/media/Camera2Raw/
template-params.xml 65 colorspace typically used for displaying and storing images viewed by humans. The

Completed in 740 milliseconds

1 2 3 4 56 7 8 91011>>