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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
lp_bld_depth.c 311 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
363 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
599 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
  /external/opencv3/3rdparty/libjpeg/
jcmainct.c 11 * compressor proper; it holds downsampled data in the JPEG colorspace.
jpeglib.h 298 J_COLOR_SPACE in_color_space; /* colorspace of input image */
324 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
464 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
471 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
py_non_local_means.markdown 47 For color images, image is converted to CIELAB colorspace and then it separately denoise L and AB
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 139 CPDF_Object* pCSObj = pShadingDict->GetElementValue("ColorSpace");
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmainct.c 10 * compressor proper; it holds downsampled data in the JPEG colorspace.
jpeglib.h 384 J_COLOR_SPACE in_color_space; /* colorspace of input image */
399 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
525 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
532 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/skia/src/codec/
SkWebpCodec.cpp 221 config.output.colorspace = webp_decode_mode(dstInfo.colorType(),
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 811 * Keep all colorspace representations in sync.
821 * Keep all colorspace representations in sync.
841 * Keep all colorspace representations in sync.
850 * Keep all colorspace representations in sync.
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 259 CGColorSpaceRef colorspace = NULL;
264 colorspace = CGColorSpaceCreateDeviceRGB();
276 window->imageRef = CGImageCreate( width, height, size , size*nbChannels , window->image->step, colorspace, kCGImageAlphaNone , provider, NULL, true, kCGRenderingIntentDefault );
  /external/skia/include/codec/
SkCodec.h 308 * @param colorSpace Output parameter. If non-NULL this is set to kJPEG,
311 bool queryYUV8(YUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const {
316 return this->onQueryYUV8(sizeInfo, colorSpace);
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 181 * Returns the colorspace used in the source image (JPEG or YUV) associated
185 * @return the colorspace used in the source image (JPEG or YUV) associated
452 * used to decompress JPEG source images with the CMYK or YCCK colorspace.
501 * images with the CMYK or YCCK colorspace.
559 * the CMYK or YCCK colorspace.
    [all...]
  /frameworks/av/include/camera/ndk/
NdkCameraMetadataTags.h     [all...]
  /external/libjpeg-turbo/doc/html/
group___turbo_j_p_e_g.html     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 665 Icc -> ColorSpace = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Header.colorSpace);
748 Header.colorSpace = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Icc -> ColorSpace);
915 return Icc -> ColorSpace;
921 Icc -> ColorSpace = sig;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 123 /* Colorspace (return non-RGB formats directly). */
124 switch (desc->colorspace) {
315 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
  /external/opencv3/modules/videoio/src/
cap_avfoundation.mm     [all...]
  /device/asus/fugu/
media_codecs.xml 68 the official OMX colorspace constants.
  /device/google/dragon/
media_codecs.xml 68 the official OMX colorspace constants.
  /device/lge/bullhead/
media_codecs.xml 68 the official OMX colorspace constants.
  /device/moto/shamu/
media_codecs.xml 68 the official OMX colorspace constants.
  /external/libjpeg-turbo/
jdcol565.c 11 * This file contains output colorspace conversion routines.
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 31 * YUV colorspace conversion.
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 134 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)

Completed in 620 milliseconds

<<11121314151617181920>>