/external/webp/src/dec/ |
vp8l.c | 403 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace, 411 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); 421 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local 430 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); 436 static int EmitRows(WEBP_CSP_MODE colorspace, 444 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); 646 if (output->colorspace < MODE_YUV) { // convert to RGBA 652 EmitRows(output->colorspace, rows_data, in_stride, [all...] |
webp.c | 465 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, 478 buf.colorspace = colorspace; 524 output.colorspace = MODE_YUV; 552 output.colorspace = mode;
|
/external/jpeg/ |
cjpeg.c | 345 * colorspace-determining switches, since jpeg_set_colorspace sets 381 * colorspace-determining switches, since jpeg_set_colorspace sets 567 /* Read the input file header to obtain file size & colorspace. */ 570 /* Now that we know input colorspace, fix colorspace-dependent defaults */
|
jpegint.h | 82 /* Colorspace conversion */ 275 /* Colorspace conversion */
|
libjpeg.doc | 75 decompression. They include colorspace conversion, downsampling/upsampling, 117 Set parameters for compression, including image size & colorspace 153 about the image's size, colorspace, etc is available when the application 191 channels). You must specify how many components there are and the colorspace 199 or full grayscale (or sometimes another colorspace such as CMYK). You can 317 3. Set parameters for compression, including image size & colorspace. 342 because the defaults depend on the source image colorspace. However the 352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */ 459 dimensions freely between cycles, but if you change the input colorspace, you 460 should call jpeg_set_defaults() to adjust for the new colorspace; and the [all...] |
/external/qemu/distrib/jpeg-6b/ |
cjpeg.c | 345 * colorspace-determining switches, since jpeg_set_colorspace sets 381 * colorspace-determining switches, since jpeg_set_colorspace sets 567 /* Read the input file header to obtain file size & colorspace. */ 570 /* Now that we know input colorspace, fix colorspace-dependent defaults */
|
jpegint.h | 82 /* Colorspace conversion */ 275 /* Colorspace conversion */
|
libjpeg.doc | 75 decompression. They include colorspace conversion, downsampling/upsampling, 117 Set parameters for compression, including image size & colorspace 153 about the image's size, colorspace, etc is available when the application 191 channels). You must specify how many components there are and the colorspace 199 or full grayscale (or sometimes another colorspace such as CMYK). You can 317 3. Set parameters for compression, including image size & colorspace. 342 because the defaults depend on the source image colorspace. However the 352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */ 459 dimensions freely between cycles, but if you change the input colorspace, you 460 should call jpeg_set_defaults() to adjust for the new colorspace; and the [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderImage.cpp | 262 context->setStrokeColor(Color::lightGray, style()->colorSpace()); 263 context->setFillColor(Color::transparent, style()->colorSpace()); 289 context->drawImage(image.get(), style()->colorSpace(), IntPoint(tx + imageX, ty + imageY)); 295 context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSpace()); 397 context->drawImage(m_imageResource->image(rect.width(), rect.height()).get(), style()->colorSpace(), rect, compositeOperator, useLowQualityScaling);
|
RenderWidget.cpp | 292 paintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect()); 327 paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace());
|
InlineTextBox.h | 39 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
|
RenderInputSpeech.cpp | 97 paintInfo.context->drawImage(image, object->style()->colorSpace(), buttonRect);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 98 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 135 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, 147 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 65 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 117 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, 141 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageAndroid.cpp | 175 const FloatRect& srcRect, ColorSpace, 232 const FloatPoint& phase, ColorSpace,
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContext3DCG.cpp | 126 CGColorSpaceRef colorSpace = CGImageGetColorSpace(cgImage); 127 CGColorSpaceModel model = CGColorSpaceGetModel(colorSpace);
|
PDFDocumentImage.cpp | 156 void PDFDocumentImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator op)
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.h | 19 * CIE 1931 colorspace to represent light in physical units (lux).
|
/device/generic/goldfish/camera/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/device/samsung/tuna/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/device/ti/panda/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 131 CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
|
/external/webkit/Source/WebCore/svg/ |
SVGFEImageElement.cpp | 30 #include "ColorSpace.h"
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_backing_store.h | 81 const Evas_Colorspace cspace; /**< colorspace */
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 78 static const char TAG_COLOR_SPACE[] = "ColorSpace";
|