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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/t/reference/filter/
Chop.miff 4 colorspace=sRGB
  /external/ImageMagick/utilities/
animate.1 18 \-colorspace type alternate image colorspace
44 \-quantize colorspace reduce colors in this colorspace
animate.1.in 18 \-colorspace type alternate image colorspace
44 \-quantize colorspace reduce colors in this colorspace
composite.1 18 \-colorspace type alternate image colorspace
84 \-quantize colorspace reduce colors in this colorspace
composite.1.in 18 \-colorspace type alternate image colorspace
84 \-quantize colorspace reduce colors in this colorspace
import.1 15 \-colorspace type alternate image colorspace
77 \-quantize colorspace reduce colors in this colorspace
import.1.in 15 \-colorspace type alternate image colorspace
77 \-quantize colorspace reduce colors in this colorspace
  /external/libjpeg-turbo/release/
ReadMe.txt 3 libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 191 * depending on the colorspace.
196 * Colorspace transformation.
198 enum util_format_colorspace colorspace; member in struct:util_format_description
474 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
480 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
487 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
532 switch (desc->colorspace) {
741 enum util_format_colorspace colorspace,
755 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
756 colorspace = UTIL_FORMAT_COLORSPACE_RGB
    [all...]
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
115 self.colorspace = colorspace
254 colorspace = fields[9]
258 if colorspace in (RGB, SRGB):
263 elif colorspace == ZS:
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser_embeddertest.cpp 17 // Test colorspace object with malformed dictionary.
  /external/skia/src/codec/
SkCodecImageGenerator.h 30 SkYUVColorSpace* colorSpace) override;
  /external/skia/src/pdf/
SkPDFFormXObject.h 50 void init(const char* colorSpace,
SkPDFResourceDict.h 29 // currently used by Skia: ColorSpace, Shading, Properties
  /external/v8/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/
Main_iPhone.storyboard 16 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  /external/v8/tools/gyp/test/ios/extension/ExtensionContainer/Base.lproj/
Main.storyboard 18 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  /external/v8/tools/gyp/test/ios/watch/WatchContainer/Base.lproj/
Main.storyboard 18 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  /external/v8/tools/gyp/test/ios/xctests/App/Base.lproj/
Main.storyboard 18 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 34 colorspace.cpp \
  /external/skia/src/core/
SkImageGenerator.cpp 56 SkYUVColorSpace* colorSpace) {
88 return this->onGetYUV8Planes(sizes, planes, rowBytes, colorSpace);
96 SkYUVColorSpace* colorSpace) {
101 if (colorSpace) {
102 *colorSpace = kJPEG_SkYUVColorSpace;
  /external/ImageMagick/MagickCore/
color.c 50 #include "MagickCore/colorspace-private.h"
2349 colorspace[MagickPathExtent]; local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 49 * Matrix to convert from CIE XYZ colorspace to sRGB, Bradford-adapted to D65.
58 * Matrix to convert from the ProPhoto RGB colorspace to CIE XYZ colorspace.
67 * Matrix to convert from CIE XYZ colorspace to ProPhoto RGB colorspace.
84 * The D50 whitepoint coordinates in CIE XYZ colorspace.
139 * Colorspace transform to wide-gamut RGB - each pixel is mapped into a
140 * wide-gamut colorspace (in this case ProPhoto RGB is used) from the sensor
141 * colorspace.
148 * Colorspace transform to final RGB - each pixel is mapped into linear sRGB colorspace
    [all...]
  /external/libpng/
png.c 1033 #ifdef PNG_GAMMA_SUPPORTED /* always set if COLORSPACE */
1036 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)
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jccolor.c 8 * This file contains input colorspace conversion routines.
53 * colorspace anyway.
82 * Initialize for RGB->YCC colorspace conversion.
118 * Convert some rows of samples to the JPEG colorspace.
179 * Convert some rows of samples to the JPEG colorspace.
217 * Convert some rows of samples to the JPEG colorspace.
274 * Convert some rows of samples to the JPEG colorspace.
303 * Convert some rows of samples to the JPEG colorspace.
348 * Module initialization routine for input colorspace conversion.
  /external/pdfium/third_party/lpng_v163/
png.c 968 #ifdef PNG_GAMMA_SUPPORTED /* always set if COLORSPACE */
971 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
984 if ((colorspace->flags & PNG_COLORSPACE_HAVE_GAMMA) != 0 &&
985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
994 if ((colorspace->flags & PNG_COLORSPACE_FROM_sRGB) != 0 || from == 2)
    [all...]

Completed in 1067 milliseconds

1 2 34 5 6 7 8 91011>>