/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/skia/src/core/ |
SkGpuBlurUtils.cpp | 192 sk_sp<SkColorSpace> colorSpace, 227 if (GrPixelConfigIsSRGB(config) && !colorSpace) { 254 config, colorSpace); 279 config, colorSpace); 332 config, colorSpace); 367 config, colorSpace); 400 config, colorSpace);
|
/external/skqp/src/core/ |
SkGpuBlurUtils.cpp | 192 sk_sp<SkColorSpace> colorSpace, 227 if (GrPixelConfigIsSRGB(config) && !colorSpace) { 253 config, colorSpace); 278 config, colorSpace); 331 config, colorSpace); 366 config, colorSpace); 399 config, colorSpace);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
GLES20RenderEngine.cpp | 25 #include <ui/ColorSpace.h> 137 ColorSpace srgb(ColorSpace::sRGB()); 138 ColorSpace displayP3(ColorSpace::DisplayP3()); 139 ColorSpace bt2020(ColorSpace::BT2020());
|
/external/webp/include/webp/ |
encode.h | 299 // since these are the respective native colorspace for these formats. 303 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture 365 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420. 374 // Allocate y/u/v buffers as per colorspace/width/height specification. 422 // picture uses the YUV420 colorspace, the top and left coordinates will be 430 // the 'src' source picture. If the source picture uses the YUV420 colorspace, 453 // Colorspace conversion function to import RGB samples. 476 // Converts picture->argb data to the YUV420A format. The 'colorspace' 479 // non-opaque transparent values is detected, and 'colorspace' will b [all...] |
/external/webp/src/webp/ |
encode.h | 299 // since these are the respective native colorspace for these formats. 303 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture 365 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420. 374 // Allocate y/u/v buffers as per colorspace/width/height specification. 422 // picture uses the YUV420 colorspace, the top and left coordinates will be 430 // the 'src' source picture. If the source picture uses the YUV420 colorspace, 453 // Colorspace conversion function to import RGB samples. 476 // Converts picture->argb data to the YUV420A format. The 'colorspace' 479 // non-opaque transparent values is detected, and 'colorspace' will b [all...] |
/external/skia/docs/ |
SkImage_Reference.bmh | 359 sk_sp<SkColorSpace> colorSpace) 369 sk_sp<SkColorSpace> colorSpace, 383 sk_sp<SkColorSpace> colorSpace) 403 #Param colorSpace range of colors; may be nullptr ## 439 sk_sp<SkColorSpace> colorSpace, 461 #Param colorSpace range of colors; may be nullptr ## 560 dstColorSpace. Color_Space of Image is determined by pixmap.colorSpace(). 597 sk_sp<SkColorSpace> colorSpace = nullptr) 608 sk_sp<SkColorSpace> colorSpace = nullptr) 628 #Param colorSpace range of colors; may be nullptr # [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/skia/src/codec/ |
SkWebpCodec.cpp | 90 sk_sp<SkColorSpace> colorSpace = nullptr; 95 colorSpace = SkColorSpace::MakeICC(chunkIterator.chunk.bytes, chunkIterator.chunk.size); 97 if (!colorSpace || colorSpace->type() != SkColorSpace::kRGB_Type) { 98 colorSpace = SkColorSpace::MakeSRGB(); 173 return std::unique_ptr<SkCodec>(new SkWebpCodec(width, height, info, std::move(colorSpace), 524 const auto* cs = dstInfo.colorSpace(); 586 config.output.colorspace = webp_decode_mode(webpInfo.colorType(), premulStep == kLibwebp); 667 sk_sp<SkColorSpace> colorSpace, std::unique_ptr<SkStream> stream, 670 std::move(colorSpace), origin [all...] |
/external/skqp/src/codec/ |
SkWebpCodec.cpp | 90 sk_sp<SkColorSpace> colorSpace = nullptr; 95 colorSpace = SkColorSpace::MakeICC(chunkIterator.chunk.bytes, chunkIterator.chunk.size); 97 if (!colorSpace || colorSpace->type() != SkColorSpace::kRGB_Type) { 98 colorSpace = SkColorSpace::MakeSRGB(); 173 return std::unique_ptr<SkCodec>(new SkWebpCodec(width, height, info, std::move(colorSpace), 524 const auto* cs = dstInfo.colorSpace(); 586 config.output.colorspace = webp_decode_mode(webpInfo.colorType(), premulStep == kLibwebp); 667 sk_sp<SkColorSpace> colorSpace, std::unique_ptr<SkStream> stream, 670 std::move(colorSpace), origin [all...] |
/frameworks/native/opengl/libs/EGL/ |
eglApi.cpp | 457 static android_dataspace dataSpaceFromEGLColorSpace(EGLint colorspace) { 458 if (colorspace == EGL_GL_COLORSPACE_LINEAR_KHR) { 460 } else if (colorspace == EGL_GL_COLORSPACE_SRGB_KHR) { 462 } else if (colorspace == EGL_GL_COLORSPACE_DISPLAY_P3_EXT) { 464 } else if (colorspace == EGL_GL_COLORSPACE_DISPLAY_P3_LINEAR_EXT) { 466 } else if (colorspace == EGL_GL_COLORSPACE_SCRGB_EXT) { 468 } else if (colorspace == EGL_GL_COLORSPACE_SCRGB_LINEAR_EXT) { 470 } else if (colorspace == EGL_GL_COLORSPACE_BT2020_LINEAR_EXT) { 472 } else if (colorspace == EGL_GL_COLORSPACE_BT2020_PQ_EXT) { 478 // Get the colorspace value that should be reported from queries. When the colorspac [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/skqp/include/core/ |
SkSurface.h | 99 sk_sp<SkColorSpace> colorSpace, 118 sk_sp<SkColorSpace> colorSpace, 124 sk_sp<SkColorSpace> colorSpace, 138 sk_sp<SkColorSpace> colorSpace, 152 sk_sp<SkColorSpace> colorSpace, 173 sk_sp<SkColorSpace> colorSpace,
|
/external/skqp/src/gpu/ |
SkGr.cpp | 255 if (colorSpaceInfo.colorSpace()) { 307 return SkImageInfo2GrPixelConfig(info.colorType(), info.colorSpace(), caps); 353 GrPixelConfig GrRenderableConfigForColorSpace(const SkColorSpace* colorSpace) { 354 if (!colorSpace) { 356 } else if (colorSpace->gammaIsLinear()) { 358 } else if (colorSpace->gammaCloseToSRGB()) {
|
/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/pdfium/fpdfsdk/ |
fpdfeditimg.cpp | 22 // These checks ensure the consistency of colorspace values across core/ and 286 metadata->colorspace = FPDF_COLORSPACE_UNKNOWN; 301 metadata->colorspace = pSource->GetColorSpace()->GetFamily();
|