Searched defs:cfaPatternSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/codec/
H A DSkRawCodec.cpp545 void init(const int width, const int height, const dng_point& cfaPatternSize) { argument
550 fIsScalable = cfaPatternSize.v != 0 && cfaPatternSize.h != 0;
551 fIsXtransImage = fIsScalable ? (cfaPatternSize.v == 6 && cfaPatternSize.h == 6) : false;
566 dng_point cfaPatternSize(imageData.cfa_pattern_dim[1], imageData.cfa_pattern_dim[0]);
568 static_cast<int>(imageData.full_height), cfaPatternSize); local
593 dng_point cfaPatternSize(0, 0);
595 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize;
599 cfaPatternSize);
[all...]

Completed in 746 milliseconds