HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 201 - 225 of 575) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/hikey/etc/
media_codecs.xml 66 the official OMX colorspace constants.
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 102 {MNOTE_PENTAX2_TAG_COLOR_SPACE, "ColorSpace", N_("Color Space"), ""},
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJ.html 119 <div class="block">CMYK colorspace.</div>
125 <div class="block">Grayscale colorspace.</div>
131 <div class="block">RGB colorspace.</div>
137 <div class="block">YCbCr colorspace.</div>
143 <div class="block">YCCK colorspace.</div>
770 <div class="block">RGB colorspace. When compressing the JPEG image, the R, G, and B
772 colorspace conversion or subsampling is performed. RGB JPEG images can b
    [all...]
  /external/libjpeg-turbo/
jcmainct.c 12 * compressor proper; it holds downsampled data in the JPEG colorspace.
turbojpeg.h 48 * Technically, the JPEG format uses the YCbCr colorspace (which is technically
49 * not a colorspace but a color transform), but per the convention of the
296 * RGB colorspace. When compressing the JPEG image, the R, G, and B
298 * colorspace conversion or subsampling is performed. RGB JPEG images can be
304 * YCbCr colorspace. YCbCr is not an absolute colorspace but rather a
307 * actually be displayed. In the YCbCr colorspace, the Y (luminance)
314 * space. YCbCr is the most common JPEG colorspace, and YCbCr JPEG images
320 * Grayscale colorspace. The JPEG image retains only the luminance data (Y
328 * CMYK colorspace. When compressing the JPEG image, the C, M, Y, and
    [all...]
libjpeg.txt 77 decompression. They include colorspace conversion, downsampling/upsampling,
118 Set parameters for compression, including image size & colorspace
154 about the image's size, colorspace, etc is available when the application
192 channels). You must specify how many components there are and the colorspace
200 or full grayscale (or sometimes another colorspace such as CMYK). You can
318 3. Set parameters for compression, including image size & colorspace.
343 because the defaults depend on the source image colorspace. However the
353 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
460 dimensions freely between cycles, but if you change the input colorspace, you
461 should call jpeg_set_defaults() to adjust for the new colorspace; and the
    [all...]
  /external/libjpeg-turbo/release/
libjpeg-turbo.spec.in 56 colorspace extensions that allow it to compress from/decompress to 32-bit and
  /external/libjpeg-turbo/simd/
jccolor-mmx.asm 2 ; jccolor.asm - colorspace conversion (MMX)
jccolor-sse2-64.asm 2 ; jccolor.asm - colorspace conversion (64-bit SSE2)
jccolor-sse2.asm 2 ; jccolor.asm - colorspace conversion (SSE2)
jdcolor-mmx.asm 2 ; jdcolor.asm - colorspace conversion (MMX)
jdcolor-sse2-64.asm 2 ; jdcolor.asm - colorspace conversion (64-bit SSE2)
jdcolor-sse2.asm 2 ; jdcolor.asm - colorspace conversion (SSE2)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown 33 in the image. It is useful for removing small white noises (as we have seen in colorspace chapter),
  /external/opencv3/modules/highgui/src/
window_cocoa.mm 832 /*CGColorSpaceRef colorspace = NULL;
837 colorspace = CGColorSpaceCreateDeviceRGB();
844 CGImageRef imageRef = CGImageCreate(width, height, size , size*nbChannels , cvimage->step, colorspace, kCGImageAlphaNone , provider, NULL, true, kCGRenderingIntentDefault);
880 /*CGColorSpaceRelease(colorspace);
  /external/opencv3/modules/photo/include/opencv2/photo/
cuda.hpp 116 The function converts image to CIELAB colorspace and then separately denoise L and AB components
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 108 if (pDict->KeyExist("ColorSpace")) {
109 pCSObj = pDict->GetElementValue("ColorSpace");
113 pCSObj = FindResourceObj("ColorSpace", name);
116 pDict->SetAt("ColorSpace", pCSObj);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 301 cmsColorSpaceSignature ColorSpace;
348 ColorSpace = cmsGetColorSpace(hGamut);
350 nChannels = cmsChannelsOf(ColorSpace);
351 nGridpoints = _cmsReasonableGridpointsByColorspace(ColorSpace, cmsFLAGS_HIGHRESPRECALC);
  /external/strace/
v4l2.c 130 tprintf(", bytesperline=%u, sizeimage=%u, colorspace=",
132 printxval(v4l2_colorspaces, pix->colorspace,
148 tprints(", colorspace=");
149 printxval(v4l2_colorspaces, pix_mp->colorspace,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 29 <import package="androidx.media.filterpacks.colorspace" />
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 26 public class ColorSpace {
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 87 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 78 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /external/opencv3/3rdparty/libwebp/dec/
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/webp/src/dec/
webp.c 525 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
538 buf.colorspace = colorspace;
584 output.colorspace = MODE_YUV;
612 output.colorspace = mode;

Completed in 524 milliseconds

1 2 3 4 5 6 7 891011>>