Searched refs:cfaPatternSize (Results 1 – 1 of 1) sorted by relevance
545 void init(const int width, const int height, const dng_point& cfaPatternSize) { in init() argument550 fIsScalable = cfaPatternSize.v != 0 && cfaPatternSize.h != 0; in init()551 fIsXtransImage = fIsScalable ? (cfaPatternSize.v == 6 && cfaPatternSize.h == 6) : false; in init()566 dng_point cfaPatternSize(imageData.cfa_pattern_dim[1], imageData.cfa_pattern_dim[0]); in initFromPiex() local568 static_cast<int>(imageData.full_height), cfaPatternSize); in initFromPiex()593 dng_point cfaPatternSize(0, 0); in readDng() local595 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize; in readDng()599 cfaPatternSize); in readDng()