HomeSort by relevance Sort by last modified time
    Searched full:grayscale (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /system/media/mca/filterpacks/imageproc/java/
DocumentaryFilter.java 62 // grayscale
  /external/jpeg/
transupp.c 51 * than the source's when forcing to grayscale.
53 * forcing to grayscale the destination's sampling factors will be all 1,
737 /* If force-to-grayscale is requested, adjust destination parameters */
742 * In fact we do this even if the source is already grayscale; that
743 * provides an easy way of coercing a grayscale JPEG with funny sampling
libjpeg.doc 193 (three components per pixel) or grayscale data (one component per pixel).
194 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.
196 programs don't work with grayscale JPEG files.
199 or full grayscale (or sometimes another colorspace such as CMYK). You can
329 RGB or grayscale, and input_components is 3 or 1 accordingly. (See "Special
663 formats", above. Don't forget that grayscale and color JPEGs will return
    [all...]
rdtarga.c 175 /* This version is for reading 8-bit grayscale pixels */
408 case 3: /* Grayscale image */
wrgif.c 269 /* Grayscale "color map": possible if quantizing grayscale image */
djpeg.c 103 fprintf(stderr, " -grayscale Force grayscale output\n");
262 } else if (keymatch(arg, "grayscale", 2) || keymatch(arg, "greyscale",2)) {
  /development/pdk/docs/porting/
display_drivers.jd 177 (var->grayscale != info->var.grayscale)) {
  /external/freetype/src/truetype/
ttgload.c 1853 FT_Bool grayscale; local
    [all...]
  /external/libpng/
pngwtran.c 89 * should be 1 (this only happens on grayscale and paletted images).
258 /* With low row depths, could only be grayscale, so one channel */
libpng-1.2.44.txt 453 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
    [all...]
libpng-1.2.46.txt 453 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
    [all...]
example.c 195 * byte into separate bytes (useful for paletted and grayscale images).
207 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */
656 /* If we are dealing with a grayscale image then */
pngrtran.c 569 /* Expand paletted images to RGB, expand grayscale images of
589 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace
617 /* Expand grayscale images of less than 8-bit depth to 8 bits. */
632 /* Expand grayscale images of less than 8-bit depth to 8 bits. */
671 /* Convert a RGB image to a grayscale of the same width. This allows us,
672 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image.
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 84 * should be 1 (this only happens on grayscale and paletted images).
251 /* with low row depths, could only be grayscale, so one channel */
pngrtran.c 541 /* Expand paletted images to RGB, expand grayscale images of
560 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace
586 /* Expand grayscale images of less than 8-bit depth to 8 bits. */
600 /* Expand grayscale images of less than 8-bit depth to 8 bits. */
638 /* Convert a RGB image to a grayscale of the same width. This allows us,
639 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image.
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 212 // Grayscale images get "upsampled" by libjpeg. If we use
226 // Same as with grayscale images, we convert CMYK images to RGBA
  /external/webp/include/webp/
encode.h 144 WEBP_YUV400 = 3, // grayscale
150 WEBP_YUV400A = 7, // grayscale + alpha
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 141 // CoreGraphics will take care of converting to grayscale and back as long as the
  /packages/apps/Gallery2/res/values/
photoeditor_strings.xml 82 <string name="grayscale">B&amp;W</string>
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 244 * byte into separate bytes (useful for paletted and grayscale images). */
248 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */
253 /* Make a grayscale image into RGB. */
    [all...]
  /external/libpng/contrib/gregbook/
README 13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets

Completed in 767 milliseconds

1 2 3 45 6 7 8