/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
fb.h | 214 __u32 grayscale; member in struct:fb_var_screeninfo
|
/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)) {
|
/external/qemu/distrib/jpeg-6b/ |
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)) {
|
/external/freetype/src/truetype/ |
ttgload.c | 1850 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 */
|
/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 */
|
/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
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
HelloEffects.java | 174 case R.id.grayscale:
|
/external/opencv/otherlibs/highgui/ |
grfmt_imageio.cpp | 141 // CoreGraphics will take care of converting to grayscale and back as long as the
|