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

/frameworks/rs/
H A DrsGrallocConsumer.cpp179 const int cHeight = yHeight / 2; local
182 mAlloc[idx]->mHal.drvState.lod[1].dimY = cHeight;
184 mAlloc[idx]->mHal.drvState.lod[2].dimY = cHeight;
203 const int cHeight = yHeight / 2; local
206 mAlloc[idx]->mHal.drvState.lod[1].dimY = cHeight;
208 mAlloc[idx]->mHal.drvState.lod[2].dimY = cHeight;
216 uint8_t *cbPtr = crPtr + cStride * cHeight;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp820 int cHeight = static_cast<int>(preCorrectionEntry.data.i32[3]); local
823 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height);
829 width, height, pWidth, pHeight, cWidth, cHeight);

Completed in 87 milliseconds