/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/external/ImageMagick/ImageMagick/script/ |
porting.html | 110 (image->colorspace == CMYKColorspace)) 195 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead they are now a first class pixel channel and accessed as a member of the pixel array (e.g. <code>pixel[4]</code>) or with the convenience pixel accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p> 286 <h2 class="magick-header"><a id="colorspace"></a>Colorspace</h2> 287 <p>The <code>Rec601Luma</code> and <code>Rec709Luma</code> colorspaces are no longer supported. Instead, specify the <code>gray</code> colorspace and choose from these intensity options:</p> 296 convert myImage.png -intensity Rec709Luminance -colorspace gray myImage.jpg 384 that image is to then accept color the <code>-colorspace</code> setting needs to 425 <dd>This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd> 599 <li>The black channel for the CMYK colorspace is no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead it is now a pixel channel and accessed with the convenience pixel macros GetPixelBlack() and SetPixelBlack().</li> [all...] |
/external/ImageMagick/MagickWand/ |
composite.c | 265 "-quantize colorspace reduce colors in this colorspace", 290 "-colorspace type alternate image colorspace", 693 if (LocaleCompare("colorspace",option+1) == 0) local 696 colorspace; 703 colorspace=ParseCommandOption(MagickColorspaceOptions, 705 if (colorspace < 0) 1247 colorspace; local [all...] |
identify.c | 127 "-colorspace type alternate image colorspace", 439 if (LocaleCompare("colorspace",option+1) == 0) 442 colorspace; 449 colorspace=ParseCommandOption(MagickColorspaceOptions, 451 if (colorspace < 0) 440 colorspace; local [all...] |
montage.c | 144 "-colorspace type alternate image colorsapce", 180 "-quantize colorspace reduce colors in this colorspace", 674 if (LocaleCompare("colorspace",option+1) == 0) 677 colorspace; 684 colorspace=ParseCommandOption(MagickColorspaceOptions, 686 if (colorspace < 0) 675 colorspace; local 1327 colorspace; local [all...] |
/external/ImageMagick/www/ |
porting.html | 114 (image->colorspace == CMYKColorspace)) 199 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(). Instead they are now a first class pixel channel and accessed as a member of the pixel array (e.g. <code>pixel[4]</code>) or with the convenience pixel accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p> 290 <h2 class="magick-header"><a id="colorspace"></a>Colorspace</h2> 291 <p>The <code>Rec601Luma</code> and <code>Rec709Luma</code> colorspaces are no longer supported. Instead, specify the <code>gray</code> colorspace and choose from these intensity options:</p> 300 convert myImage.png -intensity Rec709Luminance -colorspace gray myImage.jpg 388 that image is to then accept color the <code>-colorspace</code> setting needs to 430 <dd>This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd> [all...] |
/external/libpng/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 147 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 599 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 612 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 616 info_ptr->colorspace.flags |= 643 /* Set the colorspace first because this validates the profile; do not 650 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
/external/pdfium/third_party/libpng16/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 147 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 611 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 624 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 628 info_ptr->colorspace.flags |= 655 /* Set the colorspace first because this validates the profile; do not 662 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
/external/skia/third_party/libpng/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 147 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 599 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 612 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 616 info_ptr->colorspace.flags |= 643 /* Set the colorspace first because this validates the profile; do not 650 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
/cts/hostsidetests/security/securityPatch/Bug-35139833/ |
poc.c | 171 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_pix_format 187 __u32 colorspace; member in struct:v4l2_pix_format_mplane
|
/external/ImageMagick/MagickCore/ |
Make.com | 40 $call Make colorspace.c 149 channel, cipher, client, coder, color, colormap, colorspace, compare, -
|
channel.c | 46 #include "MagickCore/colorspace-private.h" 384 (IsGrayColorspace(destination_image->colorspace) != MagickFalse)) 457 % Image *CombineImages(const Image *images,const ColorspaceType colorspace, 464 % o colorspace: the image colorspace. 470 const ColorspaceType colorspace,ExceptionInfo *exception) 506 if ((colorspace == UndefinedColorspace) || (image->number_channels == 1)) 509 (void) SetImageColorspace(combine_image,colorspace,exception); [all...] |
/external/skia/src/images/ |
SkJpegEncoder.cpp | 122 if (!srcInfo.colorSpace() || !srcInfo.colorSpace()->gammaIsLinear() ||
|
/external/walt/ios/WALT/Base.lproj/ |
Main.storyboard | 212 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 217 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 264 <color key="backgroundColor" red="0.050980392156862744" green="0.37254901960784315" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 280 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 337 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB" (…) [all...] |
/frameworks/base/core/jni/android/graphics/ |
GraphicsJNI.h | 115 static bool isColorSpaceSRGB(SkColorSpace* colorSpace); 119 static sk_sp<SkColorSpace> getNativeColorSpace(JNIEnv* env, jobject colorSpace);
|
/hardware/qcom/display/sdm845/libqdutils/ |
qdMetaData.cpp | 100 data->colorSpace = *((ColorSpace_t *)param); 196 *((ColorSpace_t *)param) = data->colorSpace;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 78 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { 112 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB || 531 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && 607 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || 608 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) && 695 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) {
|
/external/skia/src/effects/ |
SkDisplacementMapEffect.cpp | 234 // Creation of the displacement map should happen in a non-colorspace aware context. This 287 SkColorSpace* colorSpace = ctx.outputProperties().colorSpace(); 289 colorSpace); 307 GrRenderableConfigForColorSpace(colorSpace), 308 sk_ref_sp(colorSpace)));
|
SkMorphologyImageFilter.cpp | 480 sk_sp<SkColorSpace> colorSpace = sk_ref_sp(outputProperties.colorSpace()); 481 GrPixelConfig config = GrRenderableConfigForColorSpace(colorSpace.get()); 493 SkBackingFit::kApprox, rect.width(), rect.height(), config, colorSpace)); 513 SkBackingFit::kApprox, rect.width(), rect.height(), config, colorSpace)); 528 std::move(srcTexture), std::move(colorSpace),
|
/external/webp/include/webp/ |
decode.h | 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer 252 // output_buffer.colorspace = mode; 289 // colorspace 'csp' is taken into account for allocating this buffer. All other 339 // are not initialized yet. The RGB/A output type corresponds to the colorspace 388 config.output.colorspace = MODE_BGRA;
|
/external/webp/src/webp/ |
decode.h | 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer 252 // output_buffer.colorspace = mode; 289 // colorspace 'csp' is taken into account for allocating this buffer. All other 339 // are not initialized yet. The RGB/A output type corresponds to the colorspace 388 config.output.colorspace = MODE_BGRA;
|
/frameworks/base/libs/hwui/ |
VectorDrawable.cpp | 578 sk_sp<SkColorSpace> colorSpace = nullptr; 580 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeSRGB(); 583 colorSpace); 615 sk_sp<SkColorSpace> colorSpace = nullptr; 617 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeSRGB(); 619 SkImageInfo info = SkImageInfo::MakeN32(width, height, kPremul_SkAlphaType, colorSpace);
|