Home
last modified time | relevance | path

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

/frameworks/rs/
DrsGrallocConsumer.cpp170 const int cWidth = yWidth / 2; in lockNextBuffer() local
215 mAlloc[idx]->mHal.drvState.lod[1].dimX = cWidth; in lockNextBuffer()
217 mAlloc[idx]->mHal.drvState.lod[2].dimX = cWidth; in lockNextBuffer()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp822 int cWidth = static_cast<int>(preCorrectionEntry.data.i32[2]); in validateDngHeader() local
826 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader()
832 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()