HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 151 - 175 of 1616) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcups/filter/
api-raster.shtml 44 structure contains the colorspace, bits per color, media size, media type,
49 <p>Do not confuse the colorspace in the page header with the PPD
52 select a particular colorspace for the page header along with the associate
53 color profile. The page header colorspace (<tt>cupsColorSpace</tt>) describes
81 colorspace. You read uncompressed raster data using the
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 43 def colorspace_map(colorspace):
44 return 'UTIL_FORMAT_COLORSPACE_' + str(colorspace).upper()
120 comment = colorspace_channels_map[format.colorspace][i]
140 print " %s," % (colorspace_map(format.colorspace),)
146 if format.colorspace != ZS and not format.is_pure_color() and access:
u_format.c 71 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
72 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
83 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
84 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
100 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
101 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
197 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
198 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
215 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
216 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &
    [all...]
  /external/ImageMagick/MagickCore/
color.c 50 #include "MagickCore/colorspace-private.h"
2349 colorspace[MagickPathExtent]; local
    [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...]
pngstruct.h 71 /* Colorspace support; structures used in png_struct, png_info and in internal
75 * colorspace corrections, otherwise all the colorspace information can be
77 * out the colorspace support.
100 #endif /* COLORSPACE */
103 /* A colorspace is all the above plus, potentially, profile information;
141 #endif /* COLORSPACE || GAMMA */
479 png_colorspace colorspace; member in struct:png_struct_def
  /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...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 79 private ColorSpace mColorSpace;
    [all...]
  /external/deqp/modules/egl/
teglWideColorTests.cpp 538 EGLint colorSpace,
571 WideColorSurfaceTest::WideColorSurfaceTest (EglTestContext& eglTestCtx, const char* name, const char* description, const EGLint* attribList, EGLint colorSpace, const std::vector<struct Iteration>& iterations)
573 , m_colorSpace (colorSpace)
824 // Apply sRGB transfer function when colorspace is sRGB and pixel component
    [all...]
  /external/pdfium/third_party/libpng16/
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...]
pngstruct.h 71 /* Colorspace support; structures used in png_struct, png_info and in internal
75 * colorspace corrections, otherwise all the colorspace information can be
77 * out the colorspace support.
100 #endif /* COLORSPACE */
103 /* A colorspace is all the above plus, potentially, profile information;
141 #endif /* COLORSPACE || GAMMA */
479 png_colorspace colorspace; member in struct:png_struct_def
  /external/skia/third_party/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/webp/src/dec/
buffer_dec.c 43 const WEBP_CSP_MODE mode = buffer->colorspace;
89 const WEBP_CSP_MODE mode = buffer->colorspace;
151 if (WebPIsRGBMode(buffer->colorspace)) {
262 assert(src_buf->colorspace == dst_buf->colorspace);
269 if (WebPIsRGBMode(src_buf->colorspace)) {
273 src_buf->width * kModeBpp[src_buf->colorspace],
284 if (WebPIsAlphaMode(src_buf->colorspace)) {
296 WebPIsPremultipliedMode(output->colorspace) &&
  /external/deqp/scripts/egl/
str_util.py 128 "COLORSPACE"
160 ("Colorspace", ["COLORSPACE_sRGB", "COLORSPACE_LINEAR"])
  /external/dng_sdk/source/
dng_color_spec.h 95 /// Setter for white point. Value is as XY colorspace coordinate.
100 /// Getter for white point. Value is as XY colorspace coordinate.
  /external/libcups/cups/
ppd.h 101 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/libjpeg-turbo/
jdcolext.c 11 * This file contains output colorspace conversion routines.
19 * Convert some rows of samples to the output colorspace.
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
  /external/pdfium/third_party/libopenjpeg20/
README.pdfium 12 0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr().
19 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace.
  /external/piex/src/
piex_types.h 57 enum ColorSpace {
88 ColorSpace color_space = kSrgb;
  /external/skia/gm/
color4f.cpp 81 for (auto colorSpace : colorSpaces) {
83 colorSpace);
  /external/skia/src/codec/
SkJpegCodec.h 49 bool onQueryYUV8(SkYUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const override;
103 JpegDecoderMgr* decoderMgr, sk_sp<SkColorSpace> colorSpace, Origin origin);
  /external/skia/src/core/
SkICC.cpp 21 SkICC::SkICC(sk_sp<SkColorSpace> colorSpace)
22 : fColorSpace(std::move(colorSpace))
26 sk_sp<SkColorSpace> colorSpace = SkColorSpace::MakeICC(ptr, len);
27 if (!colorSpace) {
31 return sk_sp<SkICC>(new SkICC(std::move(colorSpace)));
74 SkColorSpace_XYZ* colorSpace = (SkColorSpace_XYZ*) fColorSpace.get();
85 const SkGammas* gammas = colorSpace->gammas();
323 // different encodings of what is clearly the same colorspace. Some
SkImageGenerator.cpp 40 bool SkImageGenerator::queryYUV8(SkYUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const {
43 return this->onQueryYUV8(sizeInfo, colorSpace);

Completed in 579 milliseconds

1 2 3 4 5 67 8 91011>>