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

1 2 3 45 6 7 8 91011>>

  /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/libjpeg-turbo/
jdcolext.c 10 * This file contains output colorspace conversion routines.
18 * Convert some rows of samples to the output colorspace.
  /external/libpng/
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/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/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 181 int colorspace; local
185 colorspace = JAS_CLRSPC_SRGB;
190 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY? (GENGRAY fails on Win.)
193 // convert to the desired colorspace
196 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
207 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
211 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
270 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
  /external/opencv3/modules/videoio/src/
cap_ios_video_camera.mm 440 CGColorSpaceRef colorSpace;
487 colorSpace = CGColorSpaceCreateDeviceGray();
490 colorSpace = CGColorSpaceCreateDeviceRGB();
498 colorSpace = CGColorSpaceCreateDeviceRGB();
508 context = CGBitmapContextCreate(bufferAddress, width, height, 8, bytesPerRow, colorSpace, bitmapInfo);
522 colorSpace, // colorspace
568 CGColorSpaceRelease(colorSpace);
  /external/pdfium/third_party/lpng_v163/
pngstruct.h 72 /* Colorspace support; structures used in png_struct, png_info and in internal
76 * colorspace corrections, otherwise all the colorspace information can be
78 * out the colorspace support.
101 #endif /* COLORSPACE */
104 /* A colorspace is all the above plus, potentially, profile information,
142 #endif /* COLORSPACE || GAMMA */
485 png_colorspace colorspace; member in struct:png_struct_def
  /external/piex/src/
piex_types.h 57 enum ColorSpace {
88 ColorSpace color_space = kSrgb;
  /external/skia/src/images/
SkImageDecoder.cpp 199 size_t rowBytes[3], SkYUVColorSpace* colorSpace) {
203 return this->onDecodeYUV8Planes(stream, componentSizes, planes, rowBytes, colorSpace);
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 10 // WebPPicture utils: colorspace conversion, crop, ...
43 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK;
44 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT;
212 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422);
213 if (IS_YUV_CSP(pic->colorspace, WEBP_YUV420) || is_yuv422) {
253 if (IS_YUV_CSP(dst->colorspace, WEBP_YUV422)) {
304 IS_YUV_CSP(dst->colorspace, WEBP_YUV422) ? (left >> 1) : left;
351 if (IS_YUV_CSP(tmp.colorspace, WEBP_YUV422)) {
446 const int s = IS_YUV_CSP(tmp.colorspace, WEBP_YUV422) ? 2 : 1;
598 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK
    [all...]
  /external/ImageMagick/MagickCore/
image.h 135 #include "MagickCore/colorspace.h"
160 colorspace; /* colorspace of image data */ member in struct:_Image
427 colorspace; member in struct:_ImageInfo
  /external/ImageMagick/coders/
fpx.c 52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
124 colorspace;
228 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
243 if (colorspace.numberOfComponents == 0)
342 if ((colorspace.numberOfComponents % 2) == 0)
344 if (colorspace.numberOfComponents == 1)
368 1UL)*colorspace.numberOfComponents*sizeof(*pixels));
378 fpx_info.numberOfComponents=colorspace.numberOfComponents;
760 colorspace
121 colorspace; local
754 colorspace = local
    [all...]
miff.c 52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
288 if (IsGrayColorspace(image->colorspace) == MagickFalse)
295 if (image->colorspace == CMYKColorspace)
316 if (IsGrayColorspace(image->colorspace) == MagickFalse)
323 if (image->colorspace == CMYKColorspace)
344 if (IsGrayColorspace(image->colorspace) == MagickFalse)
351 if (image->colorspace == CMYKColorspace)
700 if (LocaleCompare(keyword,"colorspace") == 0)
703 colorspace;
698 colorspace; local
    [all...]
  /external/ImageMagick/utilities/
display.1 19 \-colorspace type alternate image colorspace
52 \-quantize colorspace reduce colors in this colorspace
display.1.in 19 \-colorspace type alternate image colorspace
52 \-quantize colorspace reduce colors in this colorspace
  /external/libgdx/tests/gdx-tests-ios-intel/src/main/resources/
LaunchScreen.xib 22 <color key="backgroundColor" red="0.0" green="0.23529411764705882" blue="0.44313725490196076" alpha="1" colorSpace="calibratedRGB"/>
  /external/libjpeg-turbo/release/
deb-control.tmpl 22 colorspace extensions that allow it to compress from/decompress to 32-bit and
  /external/pdfium/testing/resources/
bug_557223.in 36 /ColorSpace /DeviceRGB
  /external/skia/src/gpu/
GrYUVProvider.h 59 * On success, return true, and set sizes, rowbytes and colorspace to the appropriate values.
  /external/ImageMagick/ImageMagick/api/
segment.html 65 const ColorspaceType colorspace,const MagickBooleanType verbose,
75 <dt>colorspace</dt>
76 <p>Indicate the colorspace.</p>
  /external/ImageMagick/www/api/
segment.php 65 const ColorspaceType colorspace,const MagickBooleanType verbose,
75 <dt>colorspace</dt>
76 <p>Indicate the colorspace.</p>
  /external/skia/src/codec/
SkJpegCodec.cpp 190 J_COLOR_SPACE colorSpace = fDecoderMgr->dinfo()->jpeg_color_space;
191 bool isCMYK = JCS_CMYK == colorSpace || JCS_YCCK == colorSpace;
313 J_COLOR_SPACE colorSpace = dinfo->out_color_space;
314 if (JCS_CMYK == colorSpace || JCS_RGB == colorSpace) {
474 J_COLOR_SPACE colorSpace = fDecoderMgr->dinfo()->out_color_space;
475 if (options.fSubset || JCS_CMYK == colorSpace || JCS_RGB == colorSpace) {
597 bool SkJpegCodec::onQueryYUV8(YUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const
    [all...]
  /external/ImageMagick/www/Magick++/
Color.html 143 <p>Representation of a color in the YUV <span lang="en-US">colorspace</span></p></td></tr></table>
169 <p>Representation of a grayscale color (in linear colorspace). <span lang="en-US">Grayscale</span> is simply RGB with equal parts of red, green, and blue. All double arguments have a valid range of 0.0 - 1.0.</p>
187 <p>Representation of a black/white pixel (in RGB colorspace). Color arguments are constrained to 'false' (black pixel) and 'true' (white pixel).</p>
205 <p>Representation of a color in Hue/Saturation/Luminosity (HSL) colorspace.</p>
229 <p>Representation of a color in YUV colorspace (used to encode color for television transmission).</p>
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 282 cmsColorSpaceSignature ColorSpace; // ColorSpace of profile
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
669 cmsColorSpaceSignature ColorSpace)
684 sc.ColorSpace = ColorSpace;
950 cmsColorSpaceSignature ColorSpace;
954 ColorSpace = cmsGetColorSpace(hProfile);
958 if (ColorSpace == cmsSigGrayData) {
965 if (ColorSpace == cmsSigRgbData)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 102 ColorSpace_t colorSpace = ITU_R_601;
107 colorSpace = ITU_R_601_FR;
118 colorSpace = ITU_R_709;
121 colorSpace = ITU_R_601_FR;
165 setMetaData(hnd, UPDATE_COLOR_SPACE, (void*) &colorSpace);

Completed in 847 milliseconds

1 2 3 45 6 7 8 91011>>