Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/util/
DJpegUtil.cc149 const int cWidth = inBufferWidth / 2; in compress() local
163 const int cSamples = cWidth * cHeight; in compress()
170 for (int j = 0; j < cWidth; ++j) { in compress()
184 cbLines[i] = cb_plane.data() + i * cWidth; in compress()
185 crLines[i] = cr_plane.data() + i * cWidth; in compress()
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt497 cWidth: 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.cpp907 int cWidth = static_cast<int>(preCorrectionEntry.data.i32[2]); in validateDngHeader() local
911 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height); in validateDngHeader()
917 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()