Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/util/
DJpegUtil.cc148 const int cHeight = inBufferHeight / 2; in compress() local
153 std::vector<JSAMPROW> cbLines(cHeight); in compress()
154 std::vector<JSAMPROW> crLines(cHeight); in compress()
163 const int cSamples = cWidth * cHeight; in compress()
169 for (int i = 0; i < cHeight; ++i) { in compress()
183 for (int i = 0; i < cHeight; ++i) { in compress()
/frameworks/rs/
DrsGrallocConsumer.cpp171 const int cHeight = yHeight / 2; in lockNextBuffer() local
216 mAlloc[idx]->mHal.drvState.lod[1].dimY = cHeight; in lockNextBuffer()
218 mAlloc[idx]->mHal.drvState.lod[2].dimY = cHeight; in lockNextBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt498 cHeight: Int, in getStatusBarContentBounds()
526 val sbRect = sbRect(relativeRotation, sbHeight, Pair(cWidth, cHeight)) in getStatusBarContentBounds()
541 if (!shareShortEdge(sbRect, actualCutoutRect, cWidth, cHeight)) { in getStatusBarContentBounds()
545 if (actualCutoutRect.touchesLeftEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarContentBounds()
549 } else if (actualCutoutRect.touchesRightEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarContentBounds()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp908 int cHeight = static_cast<int>(preCorrectionEntry.data.i32[3]); in validateDngHeader() local
911 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader()
917 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()