HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 276 - 300 of 1229) sorted by null

<<11121314151617181920>>

  /external/webp/src/dec/
idec.c 662 idec->output_.colorspace = mode;
676 WEBP_CSP_MODE colorspace; local
682 colorspace = MODE_YUVA;
690 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA;
696 idec->output_.colorspace = colorspace;
809 if (src->colorspace >= MODE_YUV) {
827 if (src->colorspace < MODE_YUV) {
  /external/webp/src/enc/
picture_psnr.c 120 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT);
121 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) ||
  /hardware/qcom/display/msmcobalt/libqdutils/
qdMetaData.cpp 75 data->colorSpace = *((ColorSpace_t *)param);
176 *((ColorSpace_t *)param) = data->colorSpace;
  /external/ImageMagick/MagickWand/
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/opencv3/3rdparty/libwebp/webp/
decode.h 195 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
246 // buffer.colorspace = mode;
283 // colorspace 'csp' is taken into account for allocating this buffer. All other
333 // are not initialized yet. The RGB/A output type corresponds to the colorspace
382 config.output.colorspace = MODE_BGRA;
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 34 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
37 pBitmap->GetPitch(), colorSpace, bmpInfo);
38 CGColorSpaceRelease(colorSpace);
131 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
134 pBitmap->GetPitch(), colorSpace, bitmapInfo);
135 CGColorSpaceRelease(colorSpace);
    [all...]
  /external/webp/include/webp/
decode.h 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
249 // buffer.colorspace = mode;
286 // colorspace 'csp' is taken into account for allocating this buffer. All other
336 // are not initialized yet. The RGB/A output type corresponds to the colorspace
385 config.output.colorspace = MODE_BGRA;
  /external/webp/src/webp/
decode.h 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
249 // buffer.colorspace = mode;
286 // colorspace 'csp' is taken into account for allocating this buffer. All other
336 // are not initialized yet. The RGB/A output type corresponds to the colorspace
385 config.output.colorspace = MODE_BGRA;
  /external/ImageMagick/coders/
ps3.c 267 *length=(image->colorspace == CMYKColorspace ? 4 : 3)*(size_t)
278 if (image->colorspace != CMYKColorspace)
650 " colorspace "PS3_RGBColorspace" eq",
787 " % Colorspace (RGB/CMYK).",
789 " token pop /colorspace exch def pop",
    [all...]
mpc.c 414 if (LocaleCompare(keyword,"colorspace") == 0)
417 colorspace;
419 colorspace=ParseCommandOption(MagickColorspaceOptions,
421 if (colorspace < 0)
423 image->colorspace=(ColorspaceType) colorspace;
413 colorspace; local
    [all...]
raw.c 47 #include "MagickCore/colorspace.h"
499 if (image->colorspace == CMYKColorspace)
519 if (image->colorspace == CMYKColorspace)
527 if (image->colorspace == CMYKColorspace)
547 if (image->colorspace == CMYKColorspace)
  /external/ImageMagick/MagickCore/
pixel.c 48 #include "MagickCore/colorspace-private.h"
199 % ConformPixelInfo() ensures the pixel conforms with the colorspace and alpha
225 if (image->colorspace == CMYKColorspace)
227 if (IssRGBCompatibleColorspace(destination->colorspace))
231 if (destination->colorspace == CMYKColorspace)
233 if (IssRGBCompatibleColorspace(image->colorspace))
237 (IsGrayColorspace(image->colorspace) != MagickFalse))
706 if (image->colorspace == CMYKColorspace)
912 if (image->colorspace == CMYKColorspace)
    [all...]
  /external/libpng/
pngwrite.c 120 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and
122 * information * is available in the COLORSPACE. (See
125 * Under certain circumstances the colorspace can be invalidated without
133 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 &&
134 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) != 0 &&
136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma);
145 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 &&
163 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 &&
165 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent);
167 #endif /* COLORSPACE */
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwrite.c 118 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and
120 * is available in the COLORSPACE. (See png_colorspace_sync_info in png.c
123 * Under certain circumstances the colorspace can be invalidated without
131 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
132 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) &&
134 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma);
143 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
161 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
163 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent);
165 #endif /* COLORSPACE */
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 405 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
413 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
423 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local
432 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
438 static int EmitRows(WEBP_CSP_MODE colorspace,
446 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
662 if (output->colorspace < MODE_YUV) { // convert to RGBA
668 EmitRows(output->colorspace, rows_data, in_stride,
    [all...]
  /external/ImageMagick/ImageMagick/script/
animate.html 154 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
155 <td>set image colorspace</td>
364 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
365 <td>reduce image colors in this colorspace</td>
composite.html 153 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
154 <td>set image colorspace</td>
333 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
334 <td>reduce image colors in this colorspace</td>
display.html 166 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
167 <td>set image colorspace</td>
391 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
392 <td>reduce image colors in this colorspace</td>
identify.html 79 Colorspace: sRGB
143 jpeg:colorspace: 2
234 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
235 <td>set image colorspace</td>
import.html 113 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
114 <td>set image colorspace</td>
283 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
284 <td>reduce image colors in this colorspace</td>
  /external/ImageMagick/www/
animate.html 158 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
159 <td>set image colorspace</td>
368 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
369 <td>reduce image colors in this colorspace</td>
compare.html 146 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
147 <td>set image colorspace</td>
251 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
252 <td>reduce image colors in this colorspace</td>
composite.html 157 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
158 <td>set image colorspace</td>
337 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
338 <td>reduce image colors in this colorspace</td>
display.html 170 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
171 <td>set image colorspace</td>
395 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
396 <td>reduce image colors in this colorspace</td>

Completed in 4133 milliseconds

<<11121314151617181920>>