Home
last modified time | relevance | path

Searched refs:fBitDepth (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_utils.cpp535 uint32 fBitDepth; member in dng_limit_float_depth_task
571 , fBitDepth (bitDepth) in dng_limit_float_depth_task()
627 bool limit16 = (fBitDepth == 16); in Process()
628 bool limit24 = (fBitDepth == 24); in Process()
/external/skia/src/codec/
DSkPngCodec.h89 const int fBitDepth; variable
DSkPngCodec.cpp305 const int maxColors = 1 << fBitDepth; in createColorTable()
947 , fBitDepth(bitDepth) in SkPngCodec()