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

/frameworks/rs/
H A DrsGrallocConsumer.cpp178 const int cWidth = yWidth / 2; local
181 mAlloc[idx]->mHal.drvState.lod[1].dimX = cWidth;
183 mAlloc[idx]->mHal.drvState.lod[2].dimX = cWidth;
202 const int cWidth = yWidth / 2; local
205 mAlloc[idx]->mHal.drvState.lod[1].dimX = cWidth;
207 mAlloc[idx]->mHal.drvState.lod[2].dimX = cWidth;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp819 int cWidth = static_cast<int>(preCorrectionEntry.data.i32[2]); local
823 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height);
829 width, height, pWidth, pHeight, cWidth, cHeight);

Completed in 392 milliseconds