/external/webp/src/dec/ |
webp.c | 484 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, 497 buf.colorspace = colorspace; 543 output.colorspace = MODE_YUV; 571 output.colorspace = mode;
|
/external/jpeg/ |
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...] |
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.
|
/external/qemu/distrib/jpeg-6b/ |
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...] |
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.
|
/external/chromium_org/third_party/libwebp/enc/ |
syntax.c | 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK; 315 VP8PutBitUniform(bw, 0); // colorspace
|
/external/webp/src/enc/ |
syntax.c | 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK; 315 VP8PutBitUniform(bw, 0); // colorspace
|
/device/samsung/manta/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineTextBox.h | 41 void updateGraphicsContext(GraphicsContext*, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEDisplacementMap.cpp | 91 void FEDisplacementMap::setResultColorSpace(ColorSpace)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
|
lp_bld_depth.c | 311 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS); 363 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS); 599 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
|
/external/chromium_org/ui/gfx/image/ |
image.h | 185 // colorspace ancillary chunks. (sRGB, iCCP).
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysyuv.cc | 137 /* find the appropriate BeOS colorspace descriptor */
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 179 fprintf( stderr, "unsupported jpeg colorspace %d with %d components\n",
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 680 // Image masks must be in the DeviceGray colorspace. Create a context and 682 base::ScopedCFTypeRef<CGColorSpaceRef> colorspace( 686 8, tabWidth * scale, colorspace, 0));
|