HomeSort by relevance Sort by last modified time
    Searched refs:colorspace (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 34 colorspace.cpp \
  /external/chromium_org/skia/ext/
skia_utils_mac.h 67 // Converts NSColor to ARGB. Returns raw rgb values and does no colorspace
89 CGColorSpaceRef colorspace);
97 CGColorSpaceRef colorSpace);
101 CGColorSpaceRef colorSpace);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 19 package androidx.media.filterpacks.colorspace;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 53 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
321 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
322 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 53 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
321 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
322 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) &&
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/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 42 const WEBP_CSP_MODE mode = buffer->colorspace;
80 const WEBP_CSP_MODE mode = buffer->colorspace;
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...]
webp.c 501 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
514 buf.colorspace = colorspace;
560 output.colorspace = MODE_YUV;
588 output.colorspace = mode;
  /external/chromium_org/third_party/libwebp/webp/
encode.h 276 // since these are the respective native colorspace for these formats.
280 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
344 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
353 // Allocate y/u/v buffers as per colorspace/width/height specification.
386 // picture uses the YUV420 colorspace, the top and left coordinates will be
394 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
415 // Colorspace conversion function to import RGB samples.
438 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
440 // non-opaque transparent values is detected, and 'colorspace' will b
    [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/chromium_org/third_party/mesa/src/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/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/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/webp/include/webp/
encode.h 276 // since these are the respective native colorspace for these formats.
280 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
344 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
353 // Allocate y/u/v buffers as per colorspace/width/height specification.
386 // picture uses the YUV420 colorspace, the top and left coordinates will be
394 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
415 // Colorspace conversion function to import RGB samples.
438 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
440 // non-opaque transparent values is detected, and 'colorspace' will b
    [all...]
  /external/webp/src/dec/
buffer.c 42 const WEBP_CSP_MODE mode = buffer->colorspace;
80 const WEBP_CSP_MODE mode = buffer->colorspace;
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...]
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/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/jpeg/
jcparam.c 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */
355 * Select an appropriate JPEG colorspace for in_color_space.
387 * Set the JPEG colorspace, and choose colorspace-dependent default values.
391 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
413 cinfo->jpeg_color_space = colorspace;
418 switch (colorspace) {

Completed in 4931 milliseconds

12 3 4 5 6 7