HomeSort by relevance Sort by last modified time
    Searched defs:colorspace (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/kernel/uapi/linux/
v4l2-mediabus.h 31 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /external/ImageMagick/MagickCore/
quantize.h 21 #include "MagickCore/colorspace.h"
44 colorspace; member in struct:_QuantizeInfo
  /external/ImageMagick/coders/
debug.c 51 #include "MagickCore/colorspace.h"
174 colorspace[MagickPathExtent],
210 (void) CopyMagickString(colorspace,CommandOptionToMnemonic(
211 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
212 LocaleLower(colorspace);
215 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
219 GetQuantumRange(image->depth)),colorspace);
235 if (pixel.colorspace == CMYKColorspace)
169 colorspace[MagickPathExtent], local
dib.c 52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
103 colorspace;
101 colorspace; member in struct:_DIBInfo
    [all...]
mpc.c 414 if (LocaleCompare(keyword,"colorspace") == 0)
417 colorspace;
419 colorspace=ParseCommandOption(MagickColorspaceOptions,
421 if (colorspace < 0)
423 image->colorspace=(ColorspaceType) colorspace;
413 colorspace; local
    [all...]
txt.c 51 #include "MagickCore/colorspace.h"
110 colorspace[MagickPathExtent];
125 &rows,&depth,colorspace);
384 colorspace[MagickPathExtent],
447 *colorspace='\0';
449 colorspace);
459 LocaleLower(colorspace);
460 i=(ssize_t) strlen(colorspace)-1;
462 if ((i > 0) && (colorspace[i] == 'a'))
464 colorspace[i]='\0'
107 colorspace[MagickPathExtent]; local
379 colorspace[MagickPathExtent], local
694 colorspace[MagickPathExtent], local
    [all...]
  /external/kernel-headers/original/uapi/linux/
v4l2-mediabus.h 24 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
34 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /external/strace/mpers-m32/
struct_v4l2_framebuffer.h 15 uint32_t colorspace; member in struct:__anon30335::__anon30336
struct_v4l2_create_buffers.h 18 uint32_t colorspace; member in struct:__anon30313::__anon30314::__anon30315::__anon30316
26 uint32_t colorspace; member in struct:__anon30313::__anon30314::__anon30315::__anon30317
  /external/strace/mpers-mx32/
struct_v4l2_framebuffer.h 15 uint32_t colorspace; member in struct:__anon30484::__anon30485
  /external/swiftshader/src/Main/
FrameBufferOSX.hpp 44 CGColorSpaceRef colorspace; member in class:sw::FrameBufferOSX
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 19 package androidx.media.filterpacks.colorspace;
  /external/ImageMagick/MagickWand/
identify.c 127 "-colorspace type alternate image colorspace",
439 if (LocaleCompare("colorspace",option+1) == 0)
442 colorspace;
449 colorspace=ParseCommandOption(MagickColorspaceOptions,
451 if (colorspace < 0)
440 colorspace; local
    [all...]
stream.c 109 "-colorspace type alternate image colorspace",
122 "-quantize colorspace reduce colors in this colorspace",
350 if (LocaleCompare("colorspace",option+1) == 0)
353 colorspace;
360 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
362 if (colorspace < 0)
601 colorspace;
608 colorspace=ParseCommandOption(MagickColorspaceOptions
351 colorspace; local
599 colorspace; local
    [all...]
animate.c 139 "-colorspace type alternate image colorspace",
165 "-quantize colorspace reduce colors in this colorspace",
623 if (LocaleCompare("colorspace",option+1) == 0)
626 colorspace;
633 colorspace=ParseCommandOption(MagickColorspaceOptions,
635 if (colorspace < 0)
624 colorspace; local
1132 colorspace; local
    [all...]
compare.c 106 "-colorspace type alternate image colorspace",
132 "-quantize colorspace reduce colors in this colorspace",
400 if (LocaleCompare("colorspace",option+1) == 0)
403 colorspace;
410 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
412 if (colorspace < 0)
759 colorspace;
766 colorspace=ParseCommandOption(MagickColorspaceOptions
401 colorspace; local
757 colorspace; local
    [all...]
convert.c 274 "-quantize colorspace reduce colors in this colorspace",
384 "-colorspace type alternate image colorspace",
1074 colorspace; local
2464 colorspace; local
    [all...]
display.c 166 "-colorspace type alternate image colorspace",
195 "-quantize colorspace reduce colors in this colorspace",
825 if (LocaleCompare("colorspace",option+1) == 0)
828 colorspace;
835 colorspace=ParseCommandOption(MagickColorspaceOptions,
837 if (colorspace < 0)
826 colorspace; local
1462 colorspace; local
    [all...]
import.c 123 "-quantize colorspace reduce colors in this colorspace",
138 "-colorspace type alternate image colorspace",
555 if (LocaleCompare("colorspace",option+1) == 0)
558 colorspace;
565 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
567 if (colorspace < 0)
556 colorspace; local
1048 colorspace; local
    [all...]
montage.c 144 "-colorspace type alternate image colorsapce",
180 "-quantize colorspace reduce colors in this colorspace",
674 if (LocaleCompare("colorspace",option+1) == 0)
677 colorspace;
684 colorspace=ParseCommandOption(MagickColorspaceOptions,
686 if (colorspace < 0)
675 colorspace; local
1327 colorspace; local
    [all...]
  /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/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/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
  /external/pdfium/third_party/libpng16/
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/skia/third_party/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

Completed in 978 milliseconds

1 2 3 4 5 6 7 8 910