Searched refs:bufWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | LayerRejecter.cpp | 48 uint32_t bufWidth = buf->getWidth(); in reject() local 54 swap(bufWidth, bufHeight); in reject() 60 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) { in reject() 97 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w, in reject() 104 if (mFront.active.w != bufWidth || mFront.active.h != bufHeight) { in reject() 108 mName, bufWidth, bufHeight, mFront.active.w, mFront.active.h); in reject()
|
D | BufferLayer.cpp | 571 uint32_t bufWidth = getBE().compositionInfo.mBuffer->getWidth(); in latchBuffer() local 573 if (bufWidth != uint32_t(oldBuffer->width) || in latchBuffer()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 119 size_t bufWidth = mCropWidth; in resetFormatIfChanged() local 130 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 137 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 145 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 161 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 201 bufWidth, in resetFormatIfChanged() 219 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 169 int32_t bufWidth, // Width of the pixelBuffer in produceFrame() argument 177 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame() 185 } else if (bufWidth < 0) { in produceFrame() 196 size_t width = static_cast<size_t>(bufWidth); in produceFrame()
|