Searched defs:colorspace (Results 26 - 50 of 77) sorted by relevance

1234

/external/ImageMagick/MagickCore/
H A Didentify.c451 colorspace;
495 colorspace=image->colorspace;
499 colorspace=GRAYColorspace;
525 switch (colorspace)
600 if (image->colorspace != UndefinedColorspace)
602 MagickColorspaceOptions,(ssize_t) image->colorspace));
697 MagickColorspaceOptions,(ssize_t) image->colorspace));
731 switch (colorspace)
776 switch (colorspace)
449 colorspace; local
[all...]
H A Dcolor.c50 #include "MagickCore/colorspace-private.h"
1179 if (pixel->colorspace == LabColorspace)
1219 if ((pixel->colorspace == HCLColorspace) ||
1220 (pixel->colorspace == HCLpColorspace) ||
1221 (pixel->colorspace == HSBColorspace) ||
1222 (pixel->colorspace == HSIColorspace) ||
1223 (pixel->colorspace == HSLColorspace) ||
1224 (pixel->colorspace == HSVColorspace) ||
1225 (pixel->colorspace == HWBColorspace))
1238 if (pixel->colorspace
2349 colorspace[MagickPathExtent]; local
[all...]
H A Dcolorspace.c51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"
104 % colorspace. The transformation matrices are not the standard ones: the
111 % const ColorspaceType colorspace,EsceptionInfo *exception)
117 % o colorspace: the colorspace to transform the image to.
228 const ColorspaceType colorspace,ExceptionInfo *exception)
259 assert(colorspace != sRGBColorspace);
260 assert(colorspace != TransparentColorspace);
261 assert(colorspace !
223 sRGBTransformImage(Image *image, const ColorspaceType colorspace,ExceptionInfo *exception) argument
1075 SetImageColorspace(Image *image, const ColorspaceType colorspace,ExceptionInfo *exception) argument
1261 TransformImageColorspace(Image *image, const ColorspaceType colorspace,ExceptionInfo *exception) argument
[all...]
H A Ddelegate.c646 case 'r': /* Image storage class, colorspace, and alpha enabled. */
649 colorspace;
652 colorspace=image->colorspace;
654 colorspace=GRAYColorspace; /* FUTURE: this is IMv6 not IMv7 */
658 (ssize_t) colorspace),image->alpha_trait != UndefinedPixelTrait ?
639 colorspace; local
H A Dsegment.c90 #include "MagickCore/colorspace.h"
91 #include "MagickCore/colorspace-private.h"
1768 % const ColorspaceType colorspace,const MagickBooleanType verbose,
1776 % o colorspace: Indicate the colorspace.
1793 const ColorspaceType colorspace,const MagickBooleanType verbose,
1837 previous_colorspace=image->colorspace;
1838 (void) TransformImageColorspace(image,colorspace,exception);
1777 SegmentImage(Image *image, const ColorspaceType colorspace,const MagickBooleanType verbose, const double cluster_threshold,const double smooth_threshold, ExceptionInfo *exception) argument
H A Dpixel.h21 #include "MagickCore/colorspace.h"
173 colorspace; member in struct:_PixelInfo
/external/ImageMagick/MagickWand/
H A Dcomposite.c265 "-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)
1250 colorspace;
1257 colorspace
1247 colorspace; local
[all...]
H A Dconvert.c274 "-quantize colorspace reduce colors in this colorspace",
384 "-colorspace type alternate image colorspace",
1073 if (LocaleCompare("colorspace",option+1) == 0)
1076 colorspace;
1083 colorspace=ParseCommandOption(MagickColorspaceOptions,
1085 if (colorspace < 0)
2466 colorspace;
2473 colorspace
1074 colorspace; local
2464 colorspace; local
[all...]
H A Dmagick-property.c263 % MagickGetColorspace() gets the wand colorspace type.
281 return(wand->image_info->colorspace);
1951 % MagickSetColorspace() sets the wand colorspace type.
1956 % const ColorspaceType colorspace)
1962 % o colorspace: the wand colorspace.
1966 const ColorspaceType colorspace)
1973 wand->image_info->colorspace=colorspace;
1920 MagickSetColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
/external/ImageMagick/coders/
H A Dfpx.c52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
124 colorspace;
228 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
243 if (colorspace.numberOfComponents == 0)
342 if ((colorspace.numberOfComponents % 2) == 0)
344 if (colorspace.numberOfComponents == 1)
368 1UL)*colorspace.numberOfComponents*sizeof(*pixels));
378 fpx_info.numberOfComponents=colorspace.numberOfComponents;
760 colorspace
121 colorspace; local
754 colorspace = local
[all...]
H A Dicon.c49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
142 colorspace;
139 colorspace; member in struct:_IconInfo
H A Djson.c49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
688 colorspace;
785 colorspace=image->colorspace;
789 colorspace=GRAYColorspace;
830 switch (colorspace)
869 JsonFormatLocaleFile(file," \"colorspace\": %s,\n",
871 image->colorspace));
904 switch (colorspace)
683 colorspace; local
[all...]
H A Dmiff.c52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
288 if (IsGrayColorspace(image->colorspace) == MagickFalse)
295 if (image->colorspace == CMYKColorspace)
316 if (IsGrayColorspace(image->colorspace) == MagickFalse)
323 if (image->colorspace == CMYKColorspace)
344 if (IsGrayColorspace(image->colorspace) == MagickFalse)
351 if (image->colorspace == CMYKColorspace)
700 if (LocaleCompare(keyword,"colorspace") == 0)
703 colorspace;
698 colorspace; local
[all...]
H A Dbmp.c51 #include "MagickCore/colorspace.h"
52 #include "MagickCore/colorspace-private.h"
144 colorspace;
719 bmp_info.colorspace=ReadBlobLSBSignedLong(image);
141 colorspace; member in struct:_BMPInfo
H A Djpeg.c57 #include "MagickCore/colorspace.h"
58 #include "MagickCore/colorspace-private.h"
1107 if ((image_info->colorspace == YCbCrColorspace) ||
1108 (image_info->colorspace == Rec601YCbCrColorspace) ||
1109 (image_info->colorspace == Rec709YCbCrColorspace))
1295 (void) SetImageProperty(image,"jpeg:colorspace",value,exception);
1400 if (image->colorspace != CMYKColorspace)
1439 if (image->colorspace != CMYKColorspace)
2115 colorspace,
2196 switch (image->colorspace)
2107 colorspace, local
[all...]
/external/deqp/modules/egl/
H A DteglQuerySurfaceTests.cpp235 const EGLint colorspace = eglu::querySurfaceInt(egl, display, surface, EGL_COLORSPACE); local
237 if (colorspace != EGL_VG_COLORSPACE_sRGB && colorspace != EGL_VG_COLORSPACE_LINEAR)
239 log << TestLog::Message << " Fail, invalid color space value " << colorspace << TestLog::EndMessage;
243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
/external/mesa3d/src/amd/vulkan/
H A Dvk_format.h137 enum vk_format_colorspace colorspace; member in struct:vk_format_description
333 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS &&
340 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS &&
409 enum vk_format_colorspace colorspace,
423 if (colorspace == VK_FORMAT_COLORSPACE_SRGB) {
424 colorspace = VK_FORMAT_COLORSPACE_RGB;
426 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) {
429 desc_colorspace = desc->colorspace;
432 if (desc_colorspace != colorspace) {
408 vk_format_get_component_bits(VkFormat format, enum vk_format_colorspace colorspace, unsigned component) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h216 * depending on the colorspace.
223 enum util_format_colorspace colorspace; member in struct:util_format_description
502 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
508 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
515 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
555 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
614 switch (desc->colorspace) {
835 enum util_format_colorspace colorspace,
849 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
850 colorspace
834 util_format_get_component_bits(enum pipe_format format, enum util_format_colorspace colorspace, uint component) argument
[all...]
/external/webp/include/webp/
H A Ddecode.h198 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
389 config.output.colorspace = MODE_BGRA;
H A Dencode.h299 // 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,
476 // Converts picture->argb data to the YUV420A format. The 'colorspace'
479 // non-opaque transparent values is detected, and 'colorspace' will be
483 WebPEncCSP /*colorspace
[all...]
/external/webp/src/dec/
H A Dio_dec.c54 WebPSamplers[output->colorspace]);
66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
184 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
186 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
197 if (has_alpha && WebPIsPremultipliedMode(colorspace)) {
210 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
234 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
407 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
441 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
552 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
[all...]
H A Dwebp_dec.c526 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, argument
539 buf.colorspace = colorspace;
585 output.colorspace = MODE_YUV;
613 output.colorspace = mode;
769 in_mem_buffer.colorspace = config->output.colorspace;
H A Didec_dec.c609 idec->params_.output->colorspace = output_buffer->colorspace;
692 idec->output_.colorspace = csp;
706 WEBP_CSP_MODE colorspace; local
712 colorspace = MODE_YUVA;
720 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA;
726 idec->output_.colorspace = colorspace;
842 if (src->colorspace >= MODE_YUV) {
860 if (src->colorspace < MODE_YU
[all...]
/external/webp/src/webp/
H A Ddecode.h198 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
389 config.output.colorspace = MODE_BGRA;
H A Dencode.h299 // 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,
476 // Converts picture->argb data to the YUV420A format. The 'colorspace'
479 // non-opaque transparent values is detected, and 'colorspace' will be
483 WebPEncCSP /*colorspace
[all...]

Completed in 515 milliseconds

1234