/external/pdfium/third_party/libjpeg/ |
jpegint.h | 82 /* Colorspace conversion */ 245 /* Colorspace conversion */
|
/external/skia/gm/ |
image_pict.cpp | 266 as_IB(image)->getROPixels(&bitmap, canvas->imageInfo().colorSpace()); 275 canvas->imageInfo().colorSpace(), &texColorSpace,
|
/external/skia/src/core/ |
SkColorSpaceXformCanvas.cpp | 312 return (!bitmap.colorSpace() && fTargetCS->isSRGB()) || 313 (SkColorSpace::Equals(bitmap.colorSpace(), fTargetCS.get())) ||
|
/external/skia/tests/ |
ICCTest.cpp | 112 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeICC(profile->data(), profile->size()); 113 REPORTER_ASSERT(r, SkColorSpace::Equals(reference, colorSpace.get()));
|
PDFJpegEmbedTest.cpp | 45 * Test that for Jpeg files that use the JFIF colorspace, they are 77 // This JPEG uses a nonstandard colorspace - it can not be
|
/external/webp/src/enc/ |
picture_enc.c | 92 (WebPEncCSP)((int)picture->colorspace & WEBP_CSP_UV_MASK); 93 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT;
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 184 * is not {@link ColorSpace.Model#RGB RGB}, or if the specified color space's transfer 185 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
|
/frameworks/base/libs/hwui/hwui/ |
Bitmap.cpp | 149 void Bitmap::setColorSpace(sk_sp<SkColorSpace> colorSpace) { 150 mInfo = mInfo.makeColorSpace(std::move(colorSpace));
|
/hardware/qcom/display/msm8996/libgralloc/ |
gpu.cpp | 170 ColorSpace_t colorSpace = ITU_R_601; 171 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
|
/hardware/qcom/display/sdm845/libgralloc/ |
gpu.cpp | 170 ColorSpace_t colorSpace = ITU_R_601; 171 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
|
/external/ImageMagick/coders/ |
psd.c | 55 #include "MagickCore/colorspace.h" 56 #include "MagickCore/colorspace-private.h" 294 if (image->alpha_trait != BlendPixelTrait || image->colorspace != sRGBColorspace) 819 if (image->colorspace == CMYKColorspace) 828 if ((IssRGBCompatibleColorspace(image->colorspace) != MagickFalse) && [all...] |
/external/kernel-headers/original/uapi/linux/ |
videodev2.h | 184 * Default colorspace, i.e. let the driver figure it out. 205 * NTSC 1953 colorspace. This only makes sense when dealing with 211 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when 226 /* AdobeRGB colorspace */ 229 /* BT.2020 colorspace, used for UHDTV. */ 232 /* Raw colorspace: for RAW unprocessed images */ 235 /* DCI-P3 colorspace, used by cinema projectors */ 240 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace. 279 * This depends on the colorspace. 352 * This depends on the colorspace 475 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 995 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon21986 2064 __u32 colorspace; member in struct:v4l2_pix_format_mplane [all...] |
/external/v4l2_codec2/vda/ |
videodev2.h | 194 * Default colorspace, i.e. let the driver figure it out. 215 * NTSC 1953 colorspace. This only makes sense when dealing with 221 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when 236 /* AdobeRGB colorspace */ 239 /* BT.2020 colorspace, used for UHDTV. */ 242 /* Raw colorspace: for RAW unprocessed images */ 245 /* DCI-P3 colorspace, used by cinema projectors */ 250 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace. 289 * This depends on the colorspace. 345 * This depends on the colorspace 465 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 971 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon35680 2014 __u32 colorspace; member in struct:v4l2_pix_format_mplane [all...] |
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
videodev2.h | 186 * Default colorspace, i.e. let the driver figure it out. 207 * NTSC 1953 colorspace. This only makes sense when dealing with 213 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when 228 /* AdobeRGB colorspace */ 231 /* BT.2020 colorspace, used for UHDTV. */ 234 /* Raw colorspace: for RAW unprocessed images */ 237 /* DCI-P3 colorspace, used by cinema projectors */ 242 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace. 281 * This depends on the colorspace. 337 * This depends on the colorspace 457 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 1059 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon46817 2094 __u32 colorspace; member in struct:v4l2_pix_format_mplane [all...] |
/external/ImageMagick/MagickCore/ |
enhance.c | 53 #include "MagickCore/colorspace.h" 54 #include "MagickCore/colorspace-private.h" 335 if( (IsGrayColorspace(image->colorspace) != MagickFalse) && 336 (IsGrayColorspace(clut_image->colorspace) == MagickFalse)) 3153 colorspace; local [all...] |
quantize.c | 183 #include "MagickCore/colorspace.h" 184 #include "MagickCore/colorspace-private.h" 512 if ((cube_info->quantize_info->colorspace != UndefinedColorspace) && 513 (cube_info->quantize_info->colorspace != CMYKColorspace)) 514 (void) TransformImageColorspace(image,cube_info->quantize_info->colorspace, 517 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse) 653 (cube_info->quantize_info->colorspace == GRAYColorspace)) 677 if ((cube_info->quantize_info->colorspace != UndefinedColorspace) && 678 (cube_info->quantize_info->colorspace != CMYKColorspace)) 753 (cube_info->quantize_info->colorspace == GRAYColorspace) [all...] |
accelerate-kernels-private.h | 75 RGBColorspace, /* Linear RGB colorspace */ 87 sRGBColorspace, /* Default: non-lienar sRGB colorspace */ 96 CMYColorspace, /* negated linear RGB colorspace */ 495 inline float GetPixelIntensity(const unsigned int colorspace, 500 if (colorspace == GRAYColorspace) 530 if (image->colorspace == RGBColorspace) 543 if (image->colorspace == sRGBColorspace) 557 if (image->colorspace == RGBColorspace) 570 if (image->colorspace == sRGBColorspace) [all...] |
/external/libjpeg-turbo/ |
ChangeLog.md | 502 8. Added a new output colorspace (`JCS_RGB565`) to the libjpeg API that allows 526 features (such as the colorspace extensions), but in general, it performs no [all...] |
/external/webp/src/dec/ |
vp8l_dec.c | 524 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace, 533 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); 543 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local 559 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); 565 static int EmitRows(WEBP_CSP_MODE colorspace, 572 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); 746 if (WebPIsRGBMode(output->colorspace)) { // convert to RGBA 752 EmitRows(output->colorspace, rows_data, in_stride, [all...] |
/external/ImageMagick/ImageMagick/script/ |
formats.html | 55 <p class="text-center"><a href="formats.php#colorspace">A Word about Colorspaces</a> ? <a href="formats.php#supported">Supported Formats</a> ? <a href="formats.php#pseudo">Pseudo Formats</a> ? <a href="formats.php#builtin-images">Built-in Images</a> ? <a href="formats.php#builtin-patterns">Built-in Patterns</a> ? <a href="formats.php#embedded">Embedded Profiles</a></p> 67 <h2 class="magick-header"><a id="colorspace"></a>A Word about Colorspaces</h2> 69 colorspace (e.g. JPEG, PNG, etc.). A few support only linear RGB (e.g. EXR, 72 (e.g. TIFF, PSD, JPG, JP2). To determine the colorspace of your image, use 80 Colorspace: sRGB 85 -> convert image.jpg -print "%[colorspace]\n" null: 90 <p>When processing an image, be aware of the colorspace. Many image 91 processing algorithms assume a linear RGB colorspace. Although you may get 92 satisfactory results processing in the sRGB colorspace, you may get improved 97 convert image.jpg -colorspace RGB -resize 50% -colorspace sRGB resize.jp [all...] |
/external/ImageMagick/www/ |
formats.html | 59 <p class="text-center"><a href="formats.html#colorspace">A Word about Colorspaces</a> ? <a href="formats.html#supported">Supported Formats</a> ? <a href="formats.html#pseudo">Pseudo Formats</a> ? <a href="formats.html#builtin-images">Built-in Images</a> ? <a href="formats.html#builtin-patterns">Built-in Patterns</a> ? <a href="formats.html#embedded">Embedded Profiles</a></p> 71 <h2 class="magick-header"><a id="colorspace"></a>A Word about Colorspaces</h2> 73 colorspace (e.g. JPEG, PNG, etc.). A few support only linear RGB (e.g. EXR, 76 (e.g. TIFF, PSD, JPG, JP2). To determine the colorspace of your image, use 84 Colorspace: sRGB 89 -> convert image.jpg -print "%[colorspace]\n" null: 94 <p>When processing an image, be aware of the colorspace. Many image 95 processing algorithms assume a linear RGB colorspace. Although you may get 96 satisfactory results processing in the sRGB colorspace, you may get improved 101 convert image.jpg -colorspace RGB -resize 50% -colorspace sRGB resize.jp [all...] |
/external/libpng/ |
pngpriv.h | [all...] |
pngrutil.c | [all...] |
/external/pdfium/third_party/libpng16/ |
pngpriv.h | [all...] |
/external/skia/third_party/libpng/ |
pngpriv.h | [all...] |