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

/frameworks/rs/
H A DrsGrallocConsumer.cpp168 const int cHeight = yHeight / 2; local
213 mAlloc[idx]->mHal.drvState.lod[1].dimY = cHeight;
215 mAlloc[idx]->mHal.drvState.lod[2].dimY = cHeight;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp822 int cHeight = static_cast<int>(preCorrectionEntry.data.i32[3]); local
825 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height);
831 width, height, pWidth, pHeight, cWidth, cHeight);

Completed in 67 milliseconds