HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 26 - 50 of 575) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/testing/resources/
bug_551460.in 43 /ColorSpace /DeviceCMYK
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 286 // This is a devicelink operating in the target colorspace with as many transfer functions as components
289 cmsColorSpaceSignature ColorSpace,
303 cmsSetColorSpace(hICC, ColorSpace);
304 cmsSetPCS(hICC, ColorSpace);
309 nChannels = cmsChannelsOf(ColorSpace);
340 cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLink(cmsColorSpaceSignature ColorSpace,
343 return cmsCreateLinearizationDeviceLinkTHR(NULL, ColorSpace, TransferFunctions);
394 cmsColorSpaceSignature ColorSpace,
402 if (ColorSpace != cmsSigCmykData) {
422 cmsSetColorSpace(hICC, ColorSpace);
    [all...]
  /external/skia/src/codec/
SkCodecImageGenerator.cpp 55 SkYUVColorSpace* colorSpace) {
63 bool result = fCodec->queryYUV8(&sizeInfo, colorSpace);
92 if ((result == SkCodec::kSuccess || result == SkCodec::kIncompleteInput) && colorSpace) {
93 *colorSpace = kJPEG_SkYUVColorSpace;
SkCodecImageGenerator.h 30 SkYUVColorSpace* colorSpace) override;
  /external/opencv3/3rdparty/libwebp/dec/
io.c 57 const WebPSampleLinePairFunc sample = WebPSamplers[output->colorspace];
86 const WebPYUV444Converter convert = WebPYUV444Converters[output->colorspace];
109 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
219 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
221 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
240 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
252 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
411 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
444 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
540 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
    [all...]
  /external/webp/src/dec/
io.c 54 WebPSamplers[output->colorspace]);
66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
179 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
181 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
192 if (has_alpha && WebPIsPremultipliedMode(colorspace)) {
205 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
229 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
386 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
420 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
518 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 95 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
96 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
110 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
111 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
167 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
199 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
200 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
217 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
218 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
431 src_desc->colorspace != dst_desc->colorspace)
    [all...]
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/opencv3/3rdparty/libjpeg/
jccolor.c 9 * This file contains input colorspace conversion routines.
54 * colorspace anyway.
83 * Initialize for RGB->YCC colorspace conversion.
119 * Convert some rows of samples to the JPEG colorspace.
180 * 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.
313 * Convert some rows of samples to the JPEG colorspace.
341 * Convert some rows of samples to the JPEG colorspace.
342 * No colorspace conversion, but change from interleave
    [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 124 CGColorSpaceRef colorSpace) {
145 if (nullptr == colorSpace) {
146 colorSpace = CGColorSpaceCreateDeviceRGB();
152 bitmap->rowBytes(), colorSpace, info, dataRef,
156 CGColorSpaceRelease(colorSpace);
  /external/libjpeg-turbo/
jcstest.c 29 /* This program demonstrates how to check for the colorspace extension
69 printf("libjpeg-turbo colorspace extensions:\n");
100 printf("libjpeg-turbo alpha colorspace extensions:\n");
  /external/skia/tests/
PDFJpegEmbedTest.cpp 53 * Test that for Jpeg files that use the JFIF colorspace, they are
86 // This JPEG uses a nonstandard colorspace - it can not be
110 // This JPEG uses a nonstandard colorspace - it can not be
YUVTest.cpp 47 SkYUVColorSpace colorSpace;
48 success = codec->queryYUV8(&info, &colorSpace);
54 REPORTER_ASSERT(reporter, kJPEG_SkYUVColorSpace == colorSpace);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-mediabus.h 103 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
110 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /external/skia/src/utils/
SkRGBAToYUV.cpp 16 const size_t rowBytes[3], SkYUVColorSpace colorSpace) {
50 const SkScalar* row = kYUVColorSpaceInvMatrices[colorSpace] + rowStartIdx;
  /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/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser_embeddertest.cpp 17 // Test colorspace object with malformed dictionary.
  /external/skia/src/pdf/
SkPDFFormXObject.h 50 void init(const char* colorSpace,
SkPDFResourceDict.h 29 // currently used by Skia: ColorSpace, Shading, Properties
  /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;
  /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/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 565 milliseconds

12 3 4 5 6 7 8 91011>>