Home
last modified time | relevance | path

Searched refs:bitDepth (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/image-decoders/png/
DPNGImageDecoder.cpp258 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; in headerAvailable() local
259 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, in headerAvailable()
266 (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8)) in headerAvailable()
276 if (bitDepth == 16) in headerAvailable()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.h273 EAS_INT bitDepth; member
Deas_mdls.c382 static const EAS_INT bitDepth = 8; variable
384 static const EAS_INT bitDepth = 16; variable
996 if (bitDepth == 8) in Parse_wave()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp1000 int bitDepth = 8; // default for color in onEncode() local
1051 bitDepth = computeBitDepth(ctable->count()); in onEncode()
1089 bitDepth, colorType, in onEncode()