/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/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...] |
/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/libjpeg-turbo/ |
ChangeLog.txt | 267 [8] Added a new output colorspace (JCS_RGB565) to the libjpeg API that allows 291 features (such as the colorspace extensions), but in general, it performs no 422 [8] cjpeg can now be used to generate JPEG files with the RGB colorspace 432 [10] JPEG files using the RGB colorspace can now be decompressed into grayscale 466 [1] Creating or decoding a JPEG file that uses the RGB colorspace should now 467 properly work when the input or output colorspace is one of the libjpeg-turbo 468 colorspace extensions. 471 upsampling was used along with an alpha-enabled colorspace during 474 correct behavior of the colorspace extensions when merged upsampling is used. 526 [4] Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants (libjpeg API [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/lpng_v163/ |
pngset.c | 60 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy,
62 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
92 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, &XYZ, 2))
93 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
145 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma);
583 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent);
596 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent))
599 info_ptr->colorspace.flags |=
626 /* Set the colorspace first because this validates the profile; do not
633 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name, [all...] |
/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/mesa3d/src/gallium/drivers/softpipe/ |
sp_screen.c | 297 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) 311 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|
/external/opencv3/3rdparty/libwebp/dec/ |
idec.c | 638 idec->output_.colorspace = mode; 652 WEBP_CSP_MODE colorspace; local 658 colorspace = MODE_YUVA; 666 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; 672 idec->output_.colorspace = colorspace; 786 if (src->colorspace >= MODE_YUV) { 804 if (src->colorspace < MODE_YUV) {
|
/external/opencv3/doc/tutorials/ios/video_processing/ |
video_processing.markdown | 112 The property grayscale=YES results in a different colorspace, namely "YUV (YpCbCr 4:2:0)", while 202 When you are working on grayscale data, turn set grayscale = YES as the YUV colorspace gives you
|