| /external/ImageMagick/ImageMagick/script/ |
| compare.html | 142 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 143 <td>set image colorspace</td> 247 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 248 <td>reduce image colors in this colorspace</td>
|
| stream.html | 103 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> 104 <td>set image colorspace</td> 173 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> 174 <td>reduce image colors in this colorspace</td>
|
| /external/ImageMagick/MagickCore/ |
| Makefile.am | 101 MagickCore/colorspace.c \ 102 MagickCore/colorspace.h \ 103 MagickCore/colorspace-private.h \ 329 MagickCore/colorspace.h \ 422 MagickCore/colorspace-private.h \
|
| gem.c | 103 Convert HCL to RGB colorspace. 168 % blue) triple. Since HCL colorspace is wider than RGB, we instead choose a 198 Convert HCLp to RGB colorspace. 301 Convert HSB to RGB colorspace. 404 Convert HSI to RGB colorspace. 478 Convert HSL to RGB colorspace. 583 Convert HSV to RGB colorspace. 690 Convert HWB to RGB colorspace. 769 Convert LCHab to RGB colorspace. 823 Convert LCHuv to RGB colorspace [all...] |
| /external/ImageMagick/www/ |
| stream.html | 107 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td> 108 <td>set image colorspace</td> 177 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td> 178 <td>reduce image colors in this colorspace</td>
|
| /external/opencv3/modules/videoio/src/ |
| cap_mjpeg_encoder.cpp | 575 int colorspace = -1; local 580 colorspace = COLORSPACE_GRAY; 585 colorspace = COLORSPACE_RGBA; 590 colorspace = COLORSPACE_BGR; 595 colorspace = COLORSPACE_YUV444P; 598 CV_Error(CV_StsBadArg, "Invalid combination of specified video colorspace and the input image colorspace"); 603 writeFrameData(img.data, (int)img.step, colorspace, input_channels); 632 void writeFrameData( const uchar* data, int step, int colorspace, int input_channels ); [all...] |
| /external/ImageMagick/coders/ |
| jpeg.c | 57 #include "MagickCore/colorspace.h" 58 #include "MagickCore/colorspace-private.h" 944 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"Colorspace: CMYK"); 959 "Colorspace: GRAYSCALE"); 967 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"Colorspace: RGB"); 979 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"Colorspace: %d", 2107 colorspace, local [all...] |
| ps2.c | 246 " colorspace 0 eq", 349 " %% colorspace: 0-RGB or 1-CMYK.", 378 " token pop /colorspace exch def pop", 617 if (image->colorspace == CMYKColorspace) 742 (image->colorspace == CMYKColorspace)); 858 (image->colorspace == CMYKColorspace)); [all...] |
| tile.c | 127 image->colorspace=tile_image->colorspace; 139 if (image->colorspace == GRAYColorspace)
|
| /external/kernel-headers/original/uapi/linux/ |
| videodev2.h | 187 * Default colorspace, i.e. let the driver figure it out. 208 * NTSC 1953 colorspace. This only makes sense when dealing with 214 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when 229 /* AdobeRGB colorspace */ 232 /* BT.2020 colorspace, used for UHDTV. */ 235 /* Raw colorspace: for RAW unprocessed images */ 238 /* DCI-P3 colorspace, used by cinema projectors */ 243 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace. 282 * This depends on the colorspace. 338 * This depends on the colorspace 458 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 951 __u32 colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon15103 1970 __u32 colorspace; member in struct:v4l2_pix_format_mplane [all...] |
| /external/libjpeg-turbo/ |
| jcparam.c | 269 /* Choose JPEG colorspace based on input space, set defaults accordingly */ 276 * Select an appropriate JPEG colorspace for in_color_space. 318 * Set the JPEG colorspace, and choose colorspace-dependent default values. 322 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) 344 cinfo->jpeg_color_space = colorspace; 349 switch (colorspace) {
|
| jdapimin.c | 128 /* Guess the input colorspace, and set output colorspace accordingly. */ 168 /* Always guess RGB is proper output colorspace. */
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_tile_soa.py | 70 if format.colorspace not in ('rgb', 'srgb'): 93 if format.colorspace in ('rgb', 'srgb'): 98 elif format.colorspace == 'zs': 152 if format.colorspace in ('rgb', 'srgb'): 162 elif format.colorspace == 'zs': 182 assert format.colorspace in ('rgb', 'srgb') 307 and format.colorspace == 'rgb' \
|
| /external/opencv3/3rdparty/libjpeg/ |
| jcparam.c | 373 /* Choose JPEG colorspace based on input space, set defaults accordingly */ 380 * Select an appropriate JPEG colorspace for in_color_space. 412 * Set the JPEG colorspace, and choose colorspace-dependent default values. 416 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) 438 cinfo->jpeg_color_space = colorspace; 443 switch (colorspace) {
|
| jdapimin.c | 117 /* Guess the input colorspace, and set output colorspace accordingly. */ 157 /* Always guess RGB is proper output colorspace. */
|
| /external/pdfium/third_party/libjpeg/ |
| fpdfapi_jcparam.c | 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */ 355 * Select an appropriate JPEG colorspace for in_color_space. 387 * Set the JPEG colorspace, and choose colorspace-dependent default values. 391 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) 413 cinfo->jpeg_color_space = colorspace; 418 switch (colorspace) {
|
| fpdfapi_jdapimin.c | 116 /* Guess the input colorspace, and set output colorspace accordingly. */ 156 /* Always guess RGB is proper output colorspace. */
|
| /external/ImageMagick/ImageMagick/api/ |
| channel.html | 108 Image *CombineImages(const Image *images,const ColorspaceType colorspace, 123 <dt>colorspace</dt> 124 <dd>the image colorspace. </dd>
|
| /external/ImageMagick/MagickWand/ |
| animate.c | 139 "-colorspace type alternate image colorspace", 165 "-quantize colorspace reduce colors in this colorspace", 623 if (LocaleCompare("colorspace",option+1) == 0) 626 colorspace; 633 colorspace=ParseCommandOption(MagickColorspaceOptions, 635 if (colorspace < 0) 624 colorspace; local 1132 colorspace; local [all...] |
| /external/ImageMagick/www/api/ |
| channel.html | 112 Image *CombineImages(const Image *images,const ColorspaceType colorspace, 127 <dt>colorspace</dt> 128 <dd>the image colorspace. </dd>
|
| channel.php | 108 Image *CombineImages(const Image *images,const ColorspaceType colorspace, 123 <dt>colorspace</dt> 124 <dd>the image colorspace. </dd>
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| vkTypeUtil.inl | 371 inline VkSurfaceFormatKHR makeSurfaceFormatKHR (VkFormat format, VkColorSpaceKHR colorSpace) 375 res.colorSpace = colorSpace;
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_soa.c | 53 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { 321 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || 322 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
|
| /external/opencv3/3rdparty/include/ffmpeg_/libswscale/ |
| swscale.h | 112 * Return a pointer to yuv<->rgb coefficients for the given colorspace 115 * @param colorspace One of the SWS_CS_* macros. If invalid, 118 const int *sws_getCoefficients(int colorspace);
|
| /external/opencv3/3rdparty/libjasper/ |
| jp2_enc.c | 87 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype); 412 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype) 425 switch (jas_clrspc_fam(colorspace)) {
|