HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 326 - 350 of 1208) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 162 ColorSpace_t colorSpace = ITU_R_601_FR;
163 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);
  /external/ImageMagick/MagickCore/
enhance.c 53 #include "MagickCore/colorspace.h"
54 #include "MagickCore/colorspace-private.h"
335 if( (IsGrayColorspace(image->colorspace) != MagickFalse) &&
336 (IsGrayColorspace(clut_image->colorspace) == MagickFalse))
3153 colorspace; local
    [all...]
quantize.c 183 #include "MagickCore/colorspace.h"
184 #include "MagickCore/colorspace-private.h"
512 if ((cube_info->quantize_info->colorspace != UndefinedColorspace) &&
513 (cube_info->quantize_info->colorspace != CMYKColorspace))
514 (void) TransformImageColorspace(image,cube_info->quantize_info->colorspace,
517 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
653 (cube_info->quantize_info->colorspace == GRAYColorspace))
677 if ((cube_info->quantize_info->colorspace != UndefinedColorspace) &&
678 (cube_info->quantize_info->colorspace != CMYKColorspace))
753 (cube_info->quantize_info->colorspace == GRAYColorspace)
    [all...]
accelerate-kernels-private.h 75 RGBColorspace, /* Linear RGB colorspace */
87 sRGBColorspace, /* Default: non-lienar sRGB colorspace */
96 CMYColorspace, /* negated linear RGB colorspace */
495 inline float GetPixelIntensity(const unsigned int colorspace,
500 if (colorspace == GRAYColorspace)
530 if (image->colorspace == RGBColorspace)
543 if (image->colorspace == sRGBColorspace)
557 if (image->colorspace == RGBColorspace)
570 if (image->colorspace == sRGBColorspace)
    [all...]
MagickCore.h 90 #include "MagickCore/colorspace.h"
gem-private.h 133 Convert RGB to XYZ colorspace.
prepress.c 107 if (image->colorspace != CMYKColorspace)
  /external/webp/src/dec/
vp8l.c 523 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
532 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
542 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local
555 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
561 static int EmitRows(WEBP_CSP_MODE colorspace,
568 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
749 if (WebPIsRGBMode(output->colorspace)) { // convert to RGBA
755 EmitRows(output->colorspace, rows_data, in_stride,
    [all...]
  /external/ImageMagick/ImageMagick/script/
formats.html 55 <p class="text-center"><a href="formats.php#colorspace">A Word about Colorspaces</a> ? <a href="formats.php#supported">Supported Formats</a> ? <a href="formats.php#pseudo">Pseudo Formats</a> ? <a href="formats.php#builtin-images">Built-in Images</a> ? <a href="formats.php#builtin-patterns">Built-in Patterns</a> ? <a href="formats.php#embedded">Embedded Profiles</a></p>
67 <h2 class="magick-header"><a id="colorspace"></a>A Word about Colorspaces</h2>
69 colorspace (e.g. JPEG, PNG, etc.). A few support only linear RGB (e.g. EXR,
72 (e.g. TIFF, PSD, JPG, JP2). To determine the colorspace of your image, use
80 Colorspace: sRGB
85 -> convert image.jpg -print "%[colorspace]\n" null:
90 <p>When processing an image, be aware of the colorspace. Many image
91 processing algorithms assume a linear RGB colorspace. Although you may get
92 satisfactory results processing in the sRGB colorspace, you may get improved
97 convert image.jpg -colorspace RGB -resize 50% -colorspace sRGB resize.jp
    [all...]
miff.html 89 <td>colorspace = { RGB, CMYK, ... }</td>
90 <td>the colorspace of the pixel data. The default is RGB.</td>
197 colorspace=RGB
214 <p>DirectClass images are continuous-tone, images stored as RGB (red, green, blue), RGBA (red, green, blue, alpha), CMYK (cyan, yellow, magenta, black), or CMYKA (cyan, yellow, magenta, black, alpha) intensity values as defined by the colorspace key. Each intensity value is one byte in length for images of depth 8 (0..255), two bytes for a depth of 16 (0..65535), and images of depth 32 (0..4294967295) require four bytes in most significant byte first order.</p>
  /external/ImageMagick/www/
formats.html 59 <p class="text-center"><a href="formats.html#colorspace">A Word about Colorspaces</a> ? <a href="formats.html#supported">Supported Formats</a> ? <a href="formats.html#pseudo">Pseudo Formats</a> ? <a href="formats.html#builtin-images">Built-in Images</a> ? <a href="formats.html#builtin-patterns">Built-in Patterns</a> ? <a href="formats.html#embedded">Embedded Profiles</a></p>
71 <h2 class="magick-header"><a id="colorspace"></a>A Word about Colorspaces</h2>
73 colorspace (e.g. JPEG, PNG, etc.). A few support only linear RGB (e.g. EXR,
76 (e.g. TIFF, PSD, JPG, JP2). To determine the colorspace of your image, use
84 Colorspace: sRGB
89 -> convert image.jpg -print "%[colorspace]\n" null:
94 <p>When processing an image, be aware of the colorspace. Many image
95 processing algorithms assume a linear RGB colorspace. Although you may get
96 satisfactory results processing in the sRGB colorspace, you may get improved
101 convert image.jpg -colorspace RGB -resize 50% -colorspace sRGB resize.jp
    [all...]
  /external/libpng/
pngpriv.h     [all...]
pngrutil.c     [all...]
pngrtran.c 358 if (png_ptr->colorspace.gamma == 0)
360 png_ptr->colorspace.gamma = file_gamma;
361 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
374 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
837 png_ptr->colorspace.gamma = file_gamma;
838 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c     [all...]
pngrtran.c 353 if (png_ptr->colorspace.gamma == 0)
355 png_ptr->colorspace.gamma = file_gamma;
356 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
369 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
832 png_ptr->colorspace.gamma = file_gamma;
833 png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 19 * CIE 1931 colorspace to represent light in physical units (lux).
  /device/linaro/hikey/etc/
media_codecs.xml 66 the official OMX colorspace constants.
  /external/ImageMagick/Magick++/lib/
Options.cpp 135 _imageInfo->colorspace=colorspace_;
140 return(static_cast<Magick::ColorspaceType>(_imageInfo->colorspace));
459 _quantizeInfo->colorspace=colorSpace_;
464 return(static_cast<Magick::ColorspaceType>(_quantizeInfo->colorspace));
  /external/ImageMagick/PerlMagick/t/reference/composite/
Clear.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/filter/
Edge.miff 4 colorspace=sRGB
Minify.miff 4 colorspace=sRGB
Quantize.miff 4 colorspace=sRGB
QuantizeMono.miff 4 colorspace=sRGB
  /external/ImageMagick/PerlMagick/t/reference/read/
input_bmp.miff 4 colorspace=sRGB

Completed in 1349 milliseconds

<<11121314151617181920>>