/external/opencv3/3rdparty/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/libjpeg-turbo/ |
jccolor.c | 12 * This file contains input colorspace conversion routines. 59 * colorspace anyway. 87 /* Include inline routines for colorspace extensions */ 193 * Initialize for RGB->YCC colorspace conversion. 229 * Convert some rows of samples to the JPEG colorspace. 278 * Convert some rows of samples to the JPEG colorspace. 370 * Convert some rows of samples to the JPEG colorspace. 427 * Convert some rows of samples to the JPEG colorspace. 456 * Convert some rows of samples to the JPEG colorspace. 531 * Module initialization routine for input colorspace conversion [all...] |
README-turbo.txt | 15 colorspace extensions that allow it to compress from/decompress to 32-bit and 60 Colorspace Extensions 66 colorspace constants: 90 that does not support them will result in a "Bogus input colorspace" error. 92 available for the colorspace extensions. 98 JCS_EXT_BGRA, JCS_EXT_ABGR, or JCS_EXT_ARGB. When these colorspace constants 101 Your application can check for the existence of the alpha channel colorspace 107 for the existence of the colorspace extensions at compile time and run time. 218 activated by way of a new JPEG colorspace constant, thus preserving backward
|
jdcolor.c | 13 * This file contains output colorspace conversion routines. 69 * colorspace anyway. 92 /* Include inline routines for colorspace extensions */ 206 * Initialize tables for YCC->RGB colorspace conversion. 249 * Convert some rows of samples to the output colorspace. 298 * Initialize for RGB->grayscale colorspace conversion. 358 * Color conversion for no colorspace change: just copy the data, 747 * Module initialization routine for output colorspace conversion.
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
raw_converter.rs | 32 rs_matrix3x3 sensorToIntermediate; // Color transform from sensor to a wide-gamut colorspace 33 rs_matrix3x3 intermediateToSRGB; // Color transform from wide-gamut colorspace to sRGB 181 // Apply a colorspace transform to the intermediate colorspace, apply 182 // a tonemapping curve, apply a colorspace transform to a final colorspace,
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdcolor.c | 8 * This file contains output colorspace conversion routines. 54 * colorspace anyway. 66 * Initialize tables for YCC->RGB colorspace conversion. 109 * Convert some rows of samples to the output colorspace. 164 * Color conversion for no colorspace change: just copy the data, 300 * Module initialization routine for output colorspace conversion.
|
/external/skia/src/pdf/ |
SkPDFBitmap.cpp | 356 pdfDict.insertName("ColorSpace", "DeviceGray"); 359 pdfDict.insertObject("ColorSpace", 362 pdfDict.insertName("ColorSpace", "DeviceGray"); 364 pdfDict.insertName("ColorSpace", "DeviceRGB"); 454 pdfDict.insertName("ColorSpace", "DeviceRGB"); 456 pdfDict.insertName("ColorSpace", "DeviceGray");
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 27 import androidx.media.filterfw.ColorSpace; 240 ColorSpace.convertArgb8888ToRgba8888(input, output, width, height); 243 ColorSpace.convertYuv420pToRgba8888(input, output, width, height);
|
/developers/samples/android/media/Camera2Raw/ |
template-params.xml | 65 colorspace typically used for displaying and storing images viewed by humans. The
|
/external/autotest/client/deps/glbench/src/ |
yuv2rgb_2.glslf | 62 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
yuv2rgb_3.glslf | 53 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
yuv2rgb_4.glslf | 51 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
/external/libpng/contrib/conftest/ |
read.dfa | 53 # colorspace stuff and ignores the 'significant bit' information.
|
/external/libpng/ |
pnginfo.h | 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are 92 * defined. When COLORSPACE is switched on all the colorspace-defining 101 png_colorspace colorspace; member in struct:png_info_def
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_screen.c | 311 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS || 312 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) 332 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) 348 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
|
/external/opencv3/3rdparty/libjpeg/ |
jdcolor.c | 9 * This file contains output colorspace conversion routines. 63 * colorspace anyway. 87 * Initialize tables for YCC->RGB colorspace conversion. 130 * Convert some rows of samples to the output colorspace. 185 * Initialize for RGB->grayscale colorspace conversion. 325 * No colorspace change, but conversion from separate-planes 357 * Color conversion for no colorspace change: just copy the data, 495 * Module initialization routine for output colorspace conversion. 535 /* Support color transform only for RGB colorspace */
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_image.cpp | 92 m_bIsMask = !pDict->KeyExist("ColorSpace") || pDict->GetInteger("ImageMask");
|
/external/pdfium/third_party/lpng_v163/ |
pnginfo.h | 92 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
93 * defined. When COLORSPACE is switched on all the colorspace-defining
102 png_colorspace colorspace;
member in struct:png_info_def
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorfulnessFilter.java | 19 package androidx.media.filterpacks.colorspace;
|
/hardware/qcom/display/msm8084/libqdutils/ |
qdMetaData.h | 80 enum ColorSpace_t colorSpace;
|
/hardware/qcom/display/msm8226/libqdutils/ |
qdMetaData.h | 80 enum ColorSpace_t colorSpace;
|
/hardware/qcom/display/msm8909/libqdutils/ |
qdMetaData.h | 81 enum ColorSpace_t colorSpace;
|
/hardware/qcom/display/msm8994/libqdutils/ |
qdMetaData.h | 81 enum ColorSpace_t colorSpace;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
colorspace.cpp | 17 #include "colorspace.h" 55 // Colorspace conversion functions /////////////////////////////////////////////////////////////////
|
/external/opencv3/modules/videoio/src/ |
cap_mjpeg_encoder.cpp | 575 int colorspace = -1; local 580 colorspace = COLORSPACE_GRAY; 585 colorspace = COLORSPACE_RGBA; 590 colorspace = COLORSPACE_BGR; 595 colorspace = COLORSPACE_YUV444P; 598 CV_Error(CV_StsBadArg, "Invalid combination of specified video colorspace and the input image colorspace"); 603 writeFrameData(img.data, (int)img.step, colorspace, input_channels); 632 void writeFrameData( const uchar* data, int step, int colorspace, int input_channels ); [all...] |