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

1 2 3 4 5 6 7 891011>>

  /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 105 ColorSpace_t colorSpace = ITU_R_601;
110 colorSpace = ITU_R_601_FR;
121 colorSpace = ITU_R_709;
124 colorSpace = ITU_R_601_FR;
187 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 297 * RGB colorspace. When compressing the JPEG image, the R, G, and B
299 * colorspace conversion or subsampling is performed. RGB JPEG images can be
305 * YCbCr colorspace. YCbCr is not an absolute colorspace but rather a
308 * actually be displayed. In the YCbCr colorspace, the Y (luminance)
315 * space. YCbCr is the most common JPEG colorspace, and YCbCr JPEG images
321 * Grayscale colorspace. The JPEG image retains only the luminance data (Y
329 * CMYK colorspace. When compressing the JPEG image, the C, M, Y, and K
331 * colorspace conversion or subsampling is performed. CMYK JPEG images can
336 * YCCK colorspace. YCCK (AKA "YCbCrK") is not an absolute colorspace bu
    [all...]
  /external/mesa3d/src/mesa/main/
format_parser.py 230 def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace):
247 colorspace -- one of 'rgb', 'srgb', 'yuv', or 'zs'
258 assert colorspace in (RGB, SRGB, YUV, ZS)
259 self.colorspace = colorspace
263 if self.colorspace in (RGB, SRGB):
267 elif colorspace == ZS:
516 def _parse_channels(fields, layout, colorspace, swizzle):
561 colorspace = fields[10]
567 channels = _parse_channels(fields[5:9], layout, colorspace, swizzle
    [all...]
  /external/webp/include/webp/
encode.h 296 // since these are the respective native colorspace for these formats.
300 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
362 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
371 // Allocate y/u/v buffers as per colorspace/width/height specification.
419 // picture uses the YUV420 colorspace, the top and left coordinates will be
427 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
450 // Colorspace conversion function to import RGB samples.
473 // Converts picture->argb data to the YUV420A format. The 'colorspace'
476 // non-opaque transparent values is detected, and 'colorspace' will b
    [all...]
  /external/webp/src/webp/
encode.h 296 // since these are the respective native colorspace for these formats.
300 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
362 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
371 // Allocate y/u/v buffers as per colorspace/width/height specification.
419 // picture uses the YUV420 colorspace, the top and left coordinates will be
427 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
450 // Colorspace conversion function to import RGB samples.
473 // Converts picture->argb data to the YUV420A format. The 'colorspace'
476 // non-opaque transparent values is detected, and 'colorspace' will b
    [all...]
  /external/libjpeg-turbo/
jccolor.c 13 * This file contains input colorspace conversion routines.
60 * colorspace anyway.
88 /* Include inline routines for colorspace extensions */
194 * Initialize for RGB->YCC colorspace conversion.
230 * Convert some rows of samples to the JPEG colorspace.
279 * Convert some rows of samples to the JPEG colorspace.
371 * Convert some rows of samples to the JPEG colorspace.
428 * Convert some rows of samples to the JPEG colorspace.
457 * Convert some rows of samples to the JPEG colorspace.
532 * 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...]
  /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/core/
SkGpuBlurUtils.cpp 191 sk_sp<SkColorSpace> colorSpace,
244 config, colorSpace);
269 config, colorSpace);
325 config, colorSpace);
361 config, colorSpace);
395 config, colorSpace);
  /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>
  /external/skia/include/core/
SkPixmap.h 41 // overrides the colorspace in the SkImageInfo of the pixmap
66 SkColorSpace* colorSpace() const { return fInfo.colorSpace(); }
  /external/skia/src/codec/
SkAndroidCodec.cpp 50 static bool is_wide_gamut(const SkColorSpace* colorSpace) {
53 const SkMatrix44* toXYZD50 = as_CSB(colorSpace)->toXYZD50();
159 SkColorSpace* encodedSpace = fCodec->getInfo().colorSpace();
SkJpegCodec.cpp 232 sk_sp<SkColorSpace> colorSpace = nullptr;
247 colorSpace = SkColorSpace_Base::MakeICC(iccData->data(), iccData->size(), iccType);
249 if (!colorSpace) {
250 colorSpace = defaultColorSpace;
256 std::move(colorSpace), orientation);
284 JpegDecoderMgr* decoderMgr, sk_sp<SkColorSpace> colorSpace, Origin origin)
286 std::move(colorSpace), origin)
431 if (!dstInfo.colorSpace()->gammaIsLinear()) {
557 bool hasCMYKColorSpace = as_CSB(srcInfo.colorSpace())->onIsCMYK();
827 bool SkJpegCodec::onQueryYUV8(SkYUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 135 sk_sp<SkColorSpace> colorSpace = nullptr;
142 colorSpace = GraphicsJNI::getNativeColorSpace(env, jcolorSpace);
162 decodeColorType, colorSpace);
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.cpp 250 sk_sp<SkColorSpace> colorSpace = nullptr;
252 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeSRGB();
254 SkImageInfo info = SkImageInfo::MakeN32(width, height, kPremul_SkAlphaType, colorSpace);

Completed in 568 milliseconds

1 2 3 4 5 6 7 891011>>