Searched refs:matchesPreCorrectionArray (Results 1 – 1 of 1) sorted by relevance
825 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader() local827 if (!(matchesPixelArray || matchesPreCorrectionArray)) { in validateDngHeader()