/external/skia/src/image/ |
SkImage_Raster.cpp | 185 fBitmap.colorSpace()); 349 if (!src.colorSpace()) {
|
/external/skia/tests/ |
ICCTest.cpp | 119 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeICC(profile->data(), profile->size()); 121 REPORTER_ASSERT(r, SkColorSpace::Equals(reference.get(), colorSpace.get()));
|
PDFJpegEmbedTest.cpp | 44 * Test that for Jpeg files that use the JFIF colorspace, they are 76 // This JPEG uses a nonstandard colorspace - it can not be
|
/external/skqp/gm/ |
image_pict.cpp | 271 as_IB(image)->getROPixels(&bitmap, canvas->imageInfo().colorSpace()); 280 canvas->imageInfo().colorSpace(), &texColorSpace, nullptr));
|
/external/skqp/tests/ |
ICCTest.cpp | 119 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeICC(profile->data(), profile->size()); 121 REPORTER_ASSERT(r, SkColorSpace::Equals(reference.get(), colorSpace.get()));
|
PDFJpegEmbedTest.cpp | 44 * Test that for Jpeg files that use the JFIF colorspace, they are 76 // This JPEG uses a nonstandard colorspace - it can not be
|
/external/webp/src/enc/ |
picture_enc.c | 91 (WebPEncCSP)((int)picture->colorspace & WEBP_CSP_UV_MASK); 92 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}
|
/hardware/qcom/display/msm8909/libgralloc/ |
gpu.cpp | 170 ColorSpace_t colorSpace = ITU_R_601; 171 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
gpu.cpp | 170 ColorSpace_t colorSpace = ITU_R_601; 171 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
|
/hardware/qcom/display/msm8996/libgralloc/ |
gpu.cpp | 170 ColorSpace_t colorSpace = ITU_R_601; 171 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libjpeg.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libjpeg.so | |
/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 | 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. 354 * This depends on the colorspace 476 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 1009 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon23450 2079 __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::__anon40701 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::__anon51919 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/webp/src/dec/ |
vp8l_dec.c | 528 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace, 537 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); 547 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local 563 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); 571 static int EmitRows(WEBP_CSP_MODE colorspace, 578 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); 752 if (WebPIsRGBMode(output->colorspace)) { // convert to RGBA 761 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...] |
/external/pdfium/third_party/libpng16/ |
pngpriv.h | [all...] |