Searched refs:bufWidth (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 102 size_t bufWidth, bufHeight; in resetFormatIfChanged() local 111 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 121 bufWidth = mCropWidth; in resetFormatIfChanged() 149 bufWidth, in resetFormatIfChanged() 162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 1141 uint32_t bufWidth = buf->getWidth(); in latchBuffer() local 1147 swap(bufWidth, bufHeight); in latchBuffer() 1154 (bufWidth == front.requested.w && in latchBuffer() 1178 bufWidth, bufHeight, item.mTransform, item.mScalingMode, in latchBuffer() 1196 if (front.active.w != bufWidth || in latchBuffer() 1200 bufWidth, bufHeight, front.active.w, front.active.h); in latchBuffer() 1288 uint32_t bufWidth = mActiveBuffer->getWidth(); in latchBuffer() local 1290 if (bufWidth != uint32_t(oldActiveBuffer->width) || in latchBuffer()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 161 int32_t bufWidth, // Width of the pixelBuffer in produceFrame() argument 169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame() 177 } else if (bufWidth < 0) { in produceFrame() 188 size_t width = static_cast<size_t>(bufWidth); in produceFrame()
|