/frameworks/base/core/java/android/hardware/camera2/ |
CameraCharacteristics.java | [all...] |
/external/libjpeg-turbo/ |
jpeglib.h | 233 whatever value it wishes. Use the following colorspace constants to 310 J_COLOR_SPACE in_color_space; /* colorspace of input image */ 338 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 483 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */ 490 J_COLOR_SPACE out_color_space; /* colorspace for output */ [all...] |
change.log | 12 colorspace input to the default YCbCr JPEG colorspace.
|
cjpeg.1 | 55 colorspace input to the default YCbCr JPEG colorspace.
|
jctrans.c | 90 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB. 91 * Fix it to get the right header markers for the image colorspace.
|
jdmerge.c | 82 /* Include inline routines for colorspace extensions */ 184 * Initialize tables for YCC->RGB colorspace conversion.
|
jerror.h | 63 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace") 64 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
|
structure.txt | 74 decompression. They include colorspace conversion, downsampling/upsampling, 93 data is in the colorspace to be used for compression, and it is downsampled 288 |-- Colorspace conversion 309 buffer, which lies between colorspace conversion and downsampling. Note 313 * Colorspace conversion: converts application image data into the desired 396 |-- Postprocessing controller --| |-- Colorspace conversion 447 * Colorspace conversion: convert from JPEG color space to output color space, 463 colorspace conversion??? [all...] |
wrrle.c | 94 * - Colorspace is expected to be grayscale or RGB.
|
/external/libpng/ |
pngread.c | [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngread.c | [all...] |
/external/kernel-headers/original/uapi/linux/ |
fb.h | 276 __u32 colorspace; /* colorspace for FOURCC-based modes */ member in struct:fb_var_screeninfo
|
/external/libjpeg-turbo/simd/ |
jccolext-mmx.asm | 2 ; jccolext.asm - colorspace conversion (MMX) 23 ; Convert some rows of samples to the output colorspace.
|
jcgryext-mmx.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (MMX) 24 ; Convert some rows of samples to the output colorspace.
|
jcgryext-sse2-64.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2) 21 ; Convert some rows of samples to the output colorspace.
|
jdcolext-mmx.asm | 2 ; jdcolext.asm - colorspace conversion (MMX) 23 ; Convert some rows of samples to the output colorspace.
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_jpeg.cc | 214 // TODO(fbarchard): Implement conversion for any other colorspace/sample 376 // TODO(fbarchard): Implement conversion for any other colorspace/sample
|
/external/opencv3/3rdparty/libjpeg/ |
jctrans.c | 86 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB. 87 * Fix it to get the right header markers for the image colorspace.
|
jerror.h | 53 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace") 54 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
|
/external/opencv3/3rdparty/libwebp/enc/ |
syntax.c | 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK; 315 VP8PutBitUniform(bw, 0); // colorspace
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_doc.cpp | 320 CPDF_Dictionary* pList = pResources->GetDict("ColorSpace"); 329 CPDF_Dictionary* pColorSpaces = pResources->GetDict("ColorSpace");
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsopt.c | 557 cmsColorSpaceSignature ColorSpace, OutputColorSpace; 568 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); 570 nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags); 702 FixWhiteMisalignment(Dest, ColorSpace, OutputColorSpace); 951 cmsColorSpaceSignature ColorSpace, OutputColorSpace; 980 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat)); 982 nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags); [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_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")
|
/device/htc/flounder/ |
media_codecs.xml | 68 the official OMX colorspace constants.
|