Searched refs:bitDepth (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; in headerAvailable() local 267 …png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, … in headerAvailable() 282 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8)) in headerAvailable() 292 if (bitDepth == 16) in headerAvailable()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 1024 int bitDepth, SkBitmap::Config config, 1034 int bitDepth = 8; // default for color in onEncode() local 1085 bitDepth = computeBitDepth(ctable->count()); in onEncode() 1089 bitDepth, config, sig_bit); in onEncode() 1094 int bitDepth, SkBitmap::Config config, in doEncode() argument 1132 bitDepth, colorType, in doEncode()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.h | 273 EAS_INT bitDepth; member
|
D | eas_mdls.c | 382 static const EAS_INT bitDepth = 8; variable 384 static const EAS_INT bitDepth = 16; variable 996 if (bitDepth == 8) in Parse_wave()
|