HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 76 - 100 of 346) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/image/
SkSurface_Raster.cpp 59 // TODO: examine colorspace
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.h 32 // currently used by Skia: ColorSpace, Shading, Properties
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 40 import java.awt.color.ColorSpace;
409 ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_sRGB);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 73 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
107 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
422 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
423 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
  /external/skia/src/image/
SkImage_Raster.cpp 38 // TODO: check colorspace
SkSurface_Raster.cpp 59 // TODO: examine colorspace
  /external/skia/src/pdf/
SkPDFResourceDict.h 32 // currently used by Skia: ColorSpace, Shading, Properties
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 68 // set if using video encoding colorspace
v4l2-mediabus.h 96 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /packages/apps/Camera2/tests/res/xml/
galaxy_nexus.xml 28 <tag ifd="ExifIFD" id="0xa001" name="ColorSpace">1</tag>
  /external/chromium_org/third_party/libwebp/dec/
idec.c 642 idec->output_.colorspace = mode;
656 WEBP_CSP_MODE colorspace; local
662 colorspace = MODE_YUVA;
670 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA;
676 idec->output_.colorspace = colorspace;
790 if (src->colorspace >= MODE_YUV) {
808 if (src->colorspace < MODE_YUV) {
vp8l.c 406 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
414 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
424 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local
433 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
439 static int EmitRows(WEBP_CSP_MODE colorspace,
447 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
663 if (output->colorspace < MODE_YUV) { // convert to RGBA
669 EmitRows(output->colorspace, rows_data, in_stride,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.c 297 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
311 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 297 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS)
311 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
  /external/webp/src/dec/
idec.c 642 idec->output_.colorspace = mode;
656 WEBP_CSP_MODE colorspace; local
662 colorspace = MODE_YUVA;
670 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA;
676 idec->output_.colorspace = colorspace;
790 if (src->colorspace >= MODE_YUV) {
808 if (src->colorspace < MODE_YUV) {
vp8l.c 405 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
413 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
423 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local
432 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
438 static int EmitRows(WEBP_CSP_MODE colorspace,
446 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
662 if (output->colorspace < MODE_YUV) { // convert to RGBA
668 EmitRows(output->colorspace, rows_data, in_stride,
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
decode.h 195 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
246 // buffer.colorspace = mode;
283 // colorspace 'csp' is taken into account for allocating this buffer. All other
333 // are not initialized yet. The RGB/A output type corresponds to the colorspace
382 config.output.colorspace = MODE_BGRA;
  /external/jpeg/
jdcolor.c 8 * This file contains output colorspace conversion routines.
76 * colorspace anyway.
88 * Initialize tables for YCC->RGB colorspace conversion.
130 * Convert some rows of samples to the output colorspace.
506 * Color conversion for no colorspace change: just copy the data,
746 * Module initialization routine for output colorspace conversion.
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 */
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 8 * This file contains output colorspace conversion routines.
74 * colorspace anyway.
86 * Initialize tables for YCC->RGB colorspace conversion.
128 * Convert some rows of samples to the output colorspace.
504 * Color conversion for no colorspace change: just copy the data,
744 * Module initialization routine for output colorspace conversion.
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 */
  /external/webp/include/webp/
decode.h 195 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
246 // buffer.colorspace = mode;
283 // colorspace 'csp' is taken into account for allocating this buffer. All other
333 // are not initialized yet. The RGB/A output type corresponds to the colorspace
382 config.output.colorspace = MODE_BGRA;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 465 src_colorspace = format.colorspace
493 src_colorspace = format.colorspace
533 dst_colorspace = format.colorspace
571 dst_colorspace = format.colorspace
661 return format.layout in ('s3tc', 'rgtc', 'etc', 'subsampled', 'other') or format.colorspace == ZS
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 465 src_colorspace = format.colorspace
493 src_colorspace = format.colorspace
533 dst_colorspace = format.colorspace
571 dst_colorspace = format.colorspace
661 return format.layout in ('s3tc', 'rgtc', 'etc', 'subsampled', 'other') or format.colorspace == ZS
  /external/chromium_org/third_party/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!

Completed in 613 milliseconds

1 2 34 5 6 7 8 91011>>