Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp812 int cHeight = static_cast<int>(preCorrectionEntry.data.i32[3]); in validateDngHeader() local
815 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader()
821 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()