Searched defs:colorspace (Results 51 - 75 of 77) sorted by relevance

1234

/external/ImageMagick/MagickCore/
H A Daccelerate.c114 /* check if the image's colorspace is supported */
115 if (image->colorspace != RGBColorspace &&
116 image->colorspace != sRGBColorspace &&
117 image->colorspace != GRAYColorspace)
187 if (image->colorspace == RGBColorspace)
194 if (image->colorspace == sRGBColorspace)
319 colorspace, local
331 colorspace = image->colorspace;
346 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_uint),&colorspace);
2954 colorspace, local
3415 ComputeModulateImage(Image *image,MagickCLEnv clEnv, const double percent_brightness,const double percent_hue, const double percent_saturation,const ColorspaceType colorspace, ExceptionInfo *exception) argument
3585 AccelerateModulateImage(Image *image, const double percent_brightness,const double percent_hue, const double percent_saturation,const ColorspaceType colorspace, ExceptionInfo *exception) argument
[all...]
H A Denhance.c53 #include "MagickCore/colorspace.h"
54 #include "MagickCore/colorspace-private.h"
335 if( (IsGrayColorspace(image->colorspace) != MagickFalse) &&
336 (IsGrayColorspace(clut_image->colorspace) == MagickFalse))
2074 if (image->colorspace == RGBColorspace)
2085 if (image->colorspace == sRGBColorspace)
2097 if (image->colorspace == RGBColorspace)
2108 if (image->colorspace == sRGBColorspace)
2311 (image->colorspace == CMYKColorspace))
2725 if ((IsGrayColorspace(image->colorspace) !
3153 colorspace; local
[all...]
H A Dimage.h135 #include "MagickCore/colorspace.h"
160 colorspace; /* colorspace of image data */ member in struct:_Image
427 colorspace; member in struct:_ImageInfo
H A Dproperty.c50 #include "MagickCore/colorspace-private.h"
2301 % %r image class and colorspace
2503 case 'r': /* Image storage class, colorspace, and alpha enabled. */
2506 colorspace;
2509 colorspace=image->colorspace;
2511 colorspace=GRAYColorspace; /* FUTURE: this is IMv6 not IMv7 */
2515 (ssize_t) colorspace),image->alpha_trait != UndefinedPixelTrait ?
2792 image->colorspace));
2798 if (LocaleCompare("colorspace",propert
2498 colorspace; local
4010 colorspace; local
[all...]
/external/ImageMagick/MagickWand/
H A Dmogrify.c506 (image->colorspace == CMYKColorspace))
609 (image->colorspace == CMYKColorspace))
643 (image->colorspace == CMYKColorspace))
1199 if (LocaleCompare("colorspace",option+1) == 0)
1202 colorspace;
1211 colorspace=(ColorspaceType) ParseCommandOption(
1213 (void) TransformImageColorspace(*image,colorspace,exception);
2521 quantize_info->colorspace=UndefinedColorspace;
2524 quantize_info->colorspace=(ColorspaceType) ParseCommandOption(
2799 (void) SegmentImage(*image,(*image)->colorspace,
1197 colorspace; local
4405 colorspace; local
4422 colorspace; local
5748 colorspace; local
7846 colorspace; local
[all...]
H A Dmagick-image.c1597 if (target.colorspace != CMYKColorspace)
1694 % const ColorspaceType colorspace)
1700 % o colorspace: the colorspace.
1704 const ColorspaceType colorspace)
1715 combine_image=CombineImages(wand->images,colorspace,wand->exception);
4432 % MagickGetImageColorspace() gets the image colorspace.
4455 return(wand->images->colorspace);
8042 % const size_t number_colors,const ColorspaceType colorspace,
8052 % o colorspace
1670 MagickCombineImages(MagickWand *wand, const ColorspaceType colorspace) argument
7912 MagickQuantizeImage(MagickWand *wand, const size_t number_colors,const ColorspaceType colorspace, const size_t treedepth,const DitherMethod dither_method, const MagickBooleanType measure_error) argument
7990 MagickQuantizeImages(MagickWand *wand, const size_t number_colors,const ColorspaceType colorspace, const size_t treedepth,const DitherMethod dither_method, const MagickBooleanType measure_error) argument
8783 MagickSegmentImage(MagickWand *wand, const ColorspaceType colorspace,const MagickBooleanType verbose, const double cluster_threshold,const double smooth_threshold) argument
9385 MagickSetImageColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
11875 MagickTransformImageColorspace(MagickWand *wand, const ColorspaceType colorspace) argument
[all...]
/external/ImageMagick/coders/
H A Dmsl.c4498 if (LocaleCompare(keyword,"colorspace") == 0)
4505 quantize_info.colorspace=(ColorspaceType) option;
5911 colorspace;
5927 colorspace=sRGBColorspace;
5948 if (LocaleCompare(keyword,"colorspace") == 0)
5955 colorspace=(ColorspaceType) option;
5997 (void) SegmentImage(msl_info->image[n],colorspace,verbose,
6057 if (LocaleCompare(keyword,"colorspace") == 0)
6060 colorspace;
6062 colorspace
5905 colorspace; local
6054 colorspace; local
[all...]
/external/libcups/cups/
H A Dppd.h101 PPD_CS_CMYK = -4, /* CMYK colorspace */
102 PPD_CS_CMY, /* CMY colorspace */
103 PPD_CS_GRAY = 1, /* Grayscale colorspace */
104 PPD_CS_RGB = 3, /* RGB colorspace */
105 PPD_CS_RGBK, /* RGBK (K = gray) colorspace */
106 PPD_CS_N /* DeviceN colorspace */
303 ppd_cs_t colorspace; /* Default colorspace */ member in struct:ppd_file_s
/external/libpng/
H A Dpngstruct.h75 * colorspace corrections, otherwise all the colorspace information can be
77 * out the colorspace support.
103 /* A colorspace is all the above plus, potentially, profile information;
479 png_colorspace colorspace; member in struct:png_struct_def
H A Dpng.c1077 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1090 if ((colorspace->flags & PNG_COLORSPACE_HAVE_GAMMA) != 0 &&
1091 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1100 if ((colorspace->flags & PNG_COLORSPACE_FROM_sRGB) != 0 || from == 2)
1121 png_colorspacerp colorspace, png_fixed_point gAMA)
1142 (colorspace->flags & PNG_COLORSPACE_FROM_gAMA) != 0)
1146 /* Do nothing if the colorspace is already invalid */
1147 else if ((colorspace->flags & PNG_COLORSPACE_INVALID) != 0)
1152 if (png_colorspace_check_gamma(png_ptr, colorspace, gAMA,
1156 colorspace
1076 png_colorspace_check_gamma(png_const_structrp png_ptr, png_colorspacerp colorspace, png_fixed_point gAMA, int from) argument
1120 png_colorspace_set_gamma(png_const_structrp png_ptr, png_colorspacerp colorspace, png_fixed_point gAMA) argument
1678 png_colorspace_set_xy_and_XYZ(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy, const png_XYZ *XYZ, int preferred) argument
1726 png_colorspace_set_chromaticities(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy, int preferred) argument
1763 png_colorspace_set_endpoints(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ_in, int preferred) argument
1829 png_icc_profile_error(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_alloc_size_t value, png_const_charp reason) argument
1878 png_colorspace_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, int intent) argument
1976 icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1987 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
2020 png_icc_check_header(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile , int color_type) argument
2203 png_icc_check_tag_table(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile ) argument
2434 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
2448 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) argument
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c136 EGLenum colorspace)
138 const bool srgb = colorspace == EGL_GL_COLORSPACE_SRGB_KHR;
135 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type, EGLenum colorspace) argument
/external/pdfium/third_party/libpng16/
H A Dpngstruct.h75 * colorspace corrections, otherwise all the colorspace information can be
77 * out the colorspace support.
103 /* A colorspace is all the above plus, potentially, profile information;
479 png_colorspace colorspace; member in struct:png_struct_def
H A Dpng.c1036 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1049 if ((colorspace->flags & PNG_COLORSPACE_HAVE_GAMMA) != 0 &&
1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1059 if ((colorspace->flags & PNG_COLORSPACE_FROM_sRGB) != 0 || from == 2)
1080 png_colorspacerp colorspace, png_fixed_point gAMA)
1101 (colorspace->flags & PNG_COLORSPACE_FROM_gAMA) != 0)
1105 /* Do nothing if the colorspace is already invalid */
1106 else if ((colorspace->flags & PNG_COLORSPACE_INVALID) != 0)
1111 if (png_colorspace_check_gamma(png_ptr, colorspace, gAMA,
1115 colorspace
1035 png_colorspace_check_gamma(png_const_structrp png_ptr, png_colorspacerp colorspace, png_fixed_point gAMA, int from) argument
1079 png_colorspace_set_gamma(png_const_structrp png_ptr, png_colorspacerp colorspace, png_fixed_point gAMA) argument
1637 png_colorspace_set_xy_and_XYZ(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy, const png_XYZ *XYZ, int preferred) argument
1685 png_colorspace_set_chromaticities(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy, int preferred) argument
1722 png_colorspace_set_endpoints(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ_in, int preferred) argument
1788 png_icc_profile_error(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_alloc_size_t value, png_const_charp reason) argument
1837 png_colorspace_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, int intent) argument
1935 icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1947 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1980 png_icc_check_header(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile , int color_type) argument
2163 png_icc_check_tag_table(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile ) argument
2394 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
2409 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c290 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) argument
292 return CALLVJPEG(sp, jpeg_set_colorspace(&sp->cinfo.c, colorspace));
1152 /* Suppress colorspace handling */
/external/webp/src/dec/
H A Dvp8l_dec.c528 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace, argument
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, argument
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,
1647 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) {
[all...]
/external/webp/src/enc/
H A Dpicture_csp_enc.c10 // WebPPicture utils for colorspace conversion
846 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420;
984 static int PictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace, argument
989 } else if ((colorspace & WEBP_CSP_UV_MASK) != WEBP_YUV420) {
998 picture->colorspace = WEBP_YUV420;
1004 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace, argument
1006 return PictureARGBToYUVA(picture, colorspace, dithering, 0);
1009 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) { argument
1010 return PictureARGBToYUVA(picture, colorspace, 0.f, 0);
1029 if ((picture->colorspace
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfb.h277 __u32 colorspace; /* colorspace for FOURCC-based modes */ member in struct:fb_var_screeninfo
H A Dvideodev2.h186 * 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::__anon10099
2079 __u32 colorspace; member in struct:v4l2_pix_format_mplane
[all...]
/external/mesa3d/src/intel/isl/
H A Disl.h736 enum isl_colorspace colorspace; member in struct:isl_format_layout
1121 return fmtl->colorspace == ISL_COLORSPACE_YUV;
/external/v4l2_codec2/vda/
H A Dvideodev2.h194 * 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::__anon27380
2014 __u32 colorspace; member in struct:v4l2_pix_format_mplane
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h3763 __vki_u32 colorspace; /* enum vki_v4l2_colorspace */ member in struct:vki_v4l2_pix_format
3913 __vki_u32 colorspace; /* enum vki_v4l2_colorspace */ member in struct:vki_v4l2_framebuffer::__anon29463
4289 __vki_u32 colorspace; member in struct:vki_v4l2_pix_format_mplane
4523 __vki_u32 colorspace; member in struct:vki_v4l2_mbus_framefmt
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 815 milliseconds

1234