Home
last modified time | relevance | path

Searched refs:bufWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp105 size_t bufWidth = mCropWidth; in resetFormatIfChanged() local
116 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
123 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
131 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
167 bufWidth, in resetFormatIfChanged()
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp150 int32_t bufWidth, // Width of the pixelBuffer in produceFrame() argument
158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame()
166 } else if (bufWidth < 0) { in produceFrame()
177 size_t width = static_cast<size_t>(bufWidth); in produceFrame()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1787 uint32_t bufWidth = buf->getWidth(); local
1793 swap(bufWidth, bufHeight);
1802 (bufWidth == front.requested.w &&
1828 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1840 if (front.active.w != bufWidth ||
1845 name, bufWidth, bufHeight, front.active.w, front.active.h);
2014 uint32_t bufWidth = mActiveBuffer->getWidth(); local
2016 if (bufWidth != uint32_t(oldActiveBuffer->width) ||