Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp815 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader() local
817 if (!(matchesPixelArray || matchesPreCorrectionArray)) { in validateDngHeader()