HomeSort by relevance Sort by last modified time
    Searched defs:bitDepth (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
282 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
292 if (bitDepth == 16)
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 273 EAS_INT bitDepth;
eas_mdls.c 382 static const EAS_INT bitDepth = 8;
384 static const EAS_INT bitDepth = 16;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 126 milliseconds