/external/pdfium/third_party/lcms2-2.6/src/ |
cmspcs.c | 650 int _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags) 660 nChannels = cmsChannelsOf(Colorspace); 753 // Translate from our colorspace to ICC representation 868 cmsUInt32Number CMSEXPORT cmsChannelsOf(cmsColorSpaceSignature ColorSpace) 870 switch (ColorSpace) {
|
cmssamp.c | 370 cmsColorSpaceSignature ColorSpace; 418 ColorSpace = cmsGetColorSpace(hProfile); 420 (ColorSpace != cmsSigGrayData && 421 ColorSpace != cmsSigRgbData && 422 ColorSpace != cmsSigCmykData)) {
|
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 92 SkYUVColorSpace* colorSpace) override; 490 return return_failure(cinfo, *bm, "jpeg colorspace"); 672 SkYUVColorSpace* colorSpace) { 745 if (nullptr != colorSpace) { 746 *colorSpace = kJPEG_SkYUVColorSpace; [all...] |
/external/opencv3/3rdparty/libjasper/ |
jp2_dec.c | 90 static int jp2_getct(int colorspace, int type, int assoc); 523 static int jp2_getct(int colorspace, int type, int assoc) 529 switch (colorspace) {
|
/external/opencv3/3rdparty/libwebp/dsp/ |
yuv.h | 44 // This flag is for comparison purpose against JPEG's "YUVj" natural colorspace. 45 // This colorspace is close to Rec.601's Y'CbCr model with the notable 259 // This JPEG-YUV colorspace, only for comparison!
|
/external/webp/src/enc/ |
picture_csp.c | 10 // WebPPicture utils for colorspace conversion 848 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420; [all...] |
picture.c | 91 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK; 92 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_dx_iface.c | 113 int colorspace; local 124 colorspace = vp9_rb_read_literal(&rb, 3); 125 if (colorspace != sRGB) {
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_texture.c | 862 /* Colorspace (return non-RGB formats directly). */ 863 switch (desc->colorspace) { 1019 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && [all...] |
/external/autotest/client/deps/glbench/src/ |
yuv2rgb_1.glslf | 40 * by converting the colorspace to RGB on the fly. 174 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
/external/libjpeg-turbo/ |
jpegint.h | 95 /* Colorspace conversion */ 256 /* Colorspace conversion */
|
/external/libpng/scripts/ |
pnglibconf.dfa | 459 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE 570 # Colorspace support (enabled as required); just the support for colorant 576 # As of 1.6.0 COLORSPACE is only useful if the application processes the 577 # information; this is because the library does not do any colorspace 581 option COLORSPACE enables GAMMA disabled 715 chunk cHRM enables COLORSPACE 718 chunk iCCP enables COLORSPACE, GAMMA 726 chunk sRGB enables COLORSPACE, GAMMA, SET_OPTION [all...] |
/external/mesa3d/src/gallium/tests/unit/ |
translate_test.c | 180 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB 206 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
|
/external/opencv3/3rdparty/libjpeg/ |
jpegint.h | 83 /* Colorspace conversion */ 244 /* Colorspace conversion */
|
/external/opencv3/3rdparty/libwebp/dec/ |
buffer.c | 42 const WEBP_CSP_MODE mode = buffer->colorspace; 80 const WEBP_CSP_MODE mode = buffer->colorspace;
|
/external/pdfium/third_party/libjpeg/ |
jpegint.h | 82 /* Colorspace conversion */ 245 /* Colorspace conversion */
|
/external/skia/include/core/ |
SkImageGenerator.h | 143 SkYUVColorSpace* colorSpace); 253 SkYUVColorSpace* colorSpace);
|
/external/skia/src/image/ |
SkImage_Gpu.cpp | 204 SkImage* SkImage::NewFromYUVTexturesCopy(GrContext* ctx , SkYUVColorSpace colorSpace, 267 colorSpace))->unref();
|
/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/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).
|