Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerRejecter.cpp49 uint32_t bufHeight = buf->getHeight(); in reject() local
54 std::swap(bufWidth, bufHeight); in reject()
60 std::swap(bufWidth, bufHeight); in reject()
68 (bufWidth == mFront.requested_legacy.w && bufHeight == mFront.requested_legacy.h)) { in reject()
101 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, in reject()
109 if (mFront.active_legacy.w != bufWidth || mFront.active_legacy.h != bufHeight) { in reject()
113 mName, bufWidth, bufHeight, mFront.active_legacy.w, mFront.active_legacy.h); in reject()
DBufferLayer.cpp505 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local
506 if (bufWidth != uint32_t(oldBuffer->width) || bufHeight != uint32_t(oldBuffer->height)) { in latchBuffer()
682 uint32_t bufHeight = mActiveBuffer->getHeight(); in getBufferSize() local
686 std::swap(bufWidth, bufHeight); in getBufferSize()
692 std::swap(bufWidth, bufHeight); in getBufferSize()
696 return Rect(bufWidth, bufHeight); in getBufferSize()
718 uint32_t bufHeight = mActiveBuffer->getHeight(); in computeSourceBounds() local
722 std::swap(bufWidth, bufHeight); in computeSourceBounds()
728 std::swap(bufWidth, bufHeight); in computeSourceBounds()
732 return FloatRect(0, 0, bufWidth, bufHeight); in computeSourceBounds()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp123 size_t bufHeight = mCropHeight; in resetFormatIfChanged() local
134 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
141 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
149 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
165 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
205 bufHeight)); in resetFormatIfChanged()
222 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp170 int32_t bufHeight, // Height of the pixelBuffer in produceFrame() argument
177 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame()
188 } else if (bufHeight < 0) { in produceFrame()
197 size_t height = static_cast<size_t>(bufHeight); in produceFrame()