Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp909 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader() local
912 if (!(matchesPixelArray || matchesPreCorrectionArray)) { in validateDngHeader()