/external/jpeg/ |
jctrans.c | 81 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB. 82 * Fix it to get the right header markers for the image colorspace.
|
jerror.h | 51 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace") 52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
|
structure.doc | 75 decompression. They include colorspace conversion, downsampling/upsampling, 124 data is in the colorspace to be used for compression, and it is downsampled 319 |-- Colorspace conversion 340 buffer, which lies between colorspace conversion and downsampling. Note 344 * Colorspace conversion: converts application image data into the desired 426 |-- Postprocessing controller --| |-- Colorspace conversion 477 * Colorspace conversion: convert from JPEG color space to output color space, 493 colorspace conversion??? [all...] |
jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace.
|
wrrle.c | 92 * - Colorspace is expected to be grayscale or RGB.
|
jpeglib.h | 286 J_COLOR_SPACE in_color_space; /* colorspace of input image */ 301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 437 J_COLOR_SPACE out_color_space; /* colorspace for output */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
jctrans.c | 81 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB. 82 * Fix it to get the right header markers for the image colorspace.
|
jerror.h | 51 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace") 52 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
|
structure.doc | 75 decompression. They include colorspace conversion, downsampling/upsampling, 124 data is in the colorspace to be used for compression, and it is downsampled 319 |-- Colorspace conversion 340 buffer, which lies between colorspace conversion and downsampling. Note 344 * Colorspace conversion: converts application image data into the desired 426 |-- Postprocessing controller --| |-- Colorspace conversion 477 * Colorspace conversion: convert from JPEG color space to output color space, 493 colorspace conversion??? [all...] |
jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace.
|
wrrle.c | 92 * - Colorspace is expected to be grayscale or RGB.
|
jpeglib.h | 286 J_COLOR_SPACE in_color_space; /* colorspace of input image */ 301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 437 J_COLOR_SPACE out_color_space; /* colorspace for output */ [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextSkia.cpp | 340 const Color& backgroundColor, ColorSpace colorSpace, int from,
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 146 ColorSpace shadowColorSpace; 361 ColorSpace shadowColorSpace;
|
/external/webp/src/enc/ |
syntax.c | 279 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK; 313 VP8PutBitUniform(bw, 0); // colorspace
|
/device/samsung/manta/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysyuv.cc | 137 /* find the appropriate BeOS colorspace descriptor */
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.h | 206 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
|
/external/webkit/Source/WebCore/svg/graphics/ |
SVGImage.cpp | 178 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp)
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 179 fprintf( stderr, "unsupported jpeg colorspace %d with %d components\n",
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureHelper.java | 34 import java.awt.color.ColorSpace;
307 ColorConvertOp gscale = new ColorConvertOp(ColorSpace.getInstance(ColorSpace.CS_GRAY), null);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
SharedBitmap.cpp | 239 void SharedBitmap::draw(GraphicsContext* ctxt, const IntRect& dstRect, const IntRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp) 403 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize) 411 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize)
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumSkia.cpp | 296 cancelButtonObject->style()->colorSpace(), paintingRect); 337 paintInfo.context->drawImage(magnifierImage, magnifierObject->style()->colorSpace(), paintingRect); 370 paintInfo.context->drawImage(magnifierImage, magnifierObject->style()->colorSpace(), paintingRect);
|
RenderThemeWin.cpp | 890 paintInfo.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds); [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.h | 34 #include "ColorSpace.h" 662 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); } [all...] |