/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
v4l2-mediabus.h | 112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
|
/external/libjpeg-turbo/ |
ChangeLog.txt | 267 [8] Added a new output colorspace (JCS_RGB565) to the libjpeg API that allows 291 features (such as the colorspace extensions), but in general, it performs no 422 [8] cjpeg can now be used to generate JPEG files with the RGB colorspace 432 [10] JPEG files using the RGB colorspace can now be decompressed into grayscale 466 [1] Creating or decoding a JPEG file that uses the RGB colorspace should now 467 properly work when the input or output colorspace is one of the libjpeg-turbo 468 colorspace extensions. 471 upsampling was used along with an alpha-enabled colorspace during 474 correct behavior of the colorspace extensions when merged upsampling is used. 526 [4] Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants (libjpeg API [all...] |
cjpeg.c | 370 * colorspace-determining switches, since jpeg_set_colorspace sets 406 * colorspace-determining switches, since jpeg_set_colorspace sets 592 /* Read the input file header to obtain file size & colorspace. */ 595 /* Now that we know input colorspace, fix colorspace-dependent defaults */
|
/external/libpng/ |
pngset.c | 61 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy, 63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 93 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, 95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM; 147 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma); 599 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent); 612 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, 616 info_ptr->colorspace.flags |= 643 /* Set the colorspace first because this validates the profile; do not 650 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name [all...] |
pngwrite.c | 120 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and 122 * information * is available in the COLORSPACE. (See 125 * Under certain circumstances the colorspace can be invalidated without 133 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 134 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) != 0 && 136 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma); 145 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 163 if ((info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) == 0 && 165 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent); 167 #endif /* COLORSPACE */ [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngset.c | 60 if (png_colorspace_set_chromaticities(png_ptr, &info_ptr->colorspace, &xy,
62 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
92 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, &XYZ, 2))
93 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
145 png_colorspace_set_gamma(png_ptr, &info_ptr->colorspace, file_gamma);
583 (void)png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent);
596 if (png_colorspace_set_sRGB(png_ptr, &info_ptr->colorspace, srgb_intent))
599 info_ptr->colorspace.flags |=
626 /* Set the colorspace first because this validates the profile; do not
633 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name, [all...] |
pngwrite.c | 118 * 1.6.0: COLORSPACE support controls the writing of these chunks too, and
120 * is available in the COLORSPACE. (See png_colorspace_sync_info in png.c
123 * Under certain circumstances the colorspace can be invalidated without
131 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
132 (info_ptr->colorspace.flags & PNG_COLORSPACE_FROM_gAMA) &&
134 png_write_gAMA_fixed(png_ptr, info_ptr->colorspace.gamma);
143 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
161 if (!(info_ptr->colorspace.flags & PNG_COLORSPACE_INVALID) &&
163 png_write_sRGB(png_ptr, info_ptr->colorspace.rendering_intent);
165 #endif /* COLORSPACE */
[all...] |
/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/opencv3/3rdparty/libwebp/dec/ |
idec.c | 638 idec->output_.colorspace = mode; 652 WEBP_CSP_MODE colorspace; local 658 colorspace = MODE_YUVA; 666 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; 672 idec->output_.colorspace = colorspace; 786 if (src->colorspace >= MODE_YUV) { 804 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/opencv3/doc/tutorials/ios/video_processing/ |
video_processing.markdown | 112 The property grayscale=YES results in a different colorspace, namely "YUV (YpCbCr 4:2:0)", while 202 When you are working on grayscale data, turn set grayscale = YES as the YUV colorspace gives you
|
/external/webp/src/dec/ |
idec.c | 662 idec->output_.colorspace = mode; 676 WEBP_CSP_MODE colorspace; local 682 colorspace = MODE_YUVA; 690 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; 696 idec->output_.colorspace = colorspace; 809 if (src->colorspace >= MODE_YUV) { 827 if (src->colorspace < MODE_YUV) {
|
/external/webp/src/enc/ |
picture_psnr.c | 120 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT); 121 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) ||
|
/external/opencv3/3rdparty/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/pdfium/core/src/fxge/apple/ |
fx_quartz_device.cpp | 34 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); 37 pBitmap->GetPitch(), colorSpace, bmpInfo); 38 CGColorSpaceRelease(colorSpace); 131 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); 134 pBitmap->GetPitch(), colorSpace, bitmapInfo); 135 CGColorSpaceRelease(colorSpace); [all...] |
/external/webp/include/webp/ |
decode.h | 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer 249 // buffer.colorspace = mode; 286 // colorspace 'csp' is taken into account for allocating this buffer. All other 336 // are not initialized yet. The RGB/A output type corresponds to the colorspace 385 config.output.colorspace = MODE_BGRA;
|
/external/webp/src/webp/ |
decode.h | 198 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer 249 // buffer.colorspace = mode; 286 // colorspace 'csp' is taken into account for allocating this buffer. All other 336 // are not initialized yet. The RGB/A output type corresponds to the colorspace 385 config.output.colorspace = MODE_BGRA;
|
/external/deqp/modules/egl/ |
teglQuerySurfaceTests.cpp | 235 const EGLint colorspace = eglu::querySurfaceInt(egl, display, surface, EGL_COLORSPACE); local 237 if (colorspace != EGL_VG_COLORSPACE_sRGB && colorspace != EGL_VG_COLORSPACE_LINEAR) 239 log << TestLog::Message << " Fail, invalid color space value " << colorspace << TestLog::EndMessage; 243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
|
/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
|