Searched refs:bufWidth (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 105 size_t bufWidth = mCropWidth; local 116 bufWidth = (mCropWidth + 1) & ~1; 123 bufWidth = (mCropWidth + 1) & ~1; 131 bufWidth = (mCropWidth + 1) & ~1; 167 bufWidth, 180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 150 int32_t bufWidth, // Width of the pixelBuffer 158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); 166 } else if (bufWidth < 0) { 177 size_t width = static_cast<size_t>(bufWidth); 148 produceFrame(const sp<ANativeWindow>& anw, uint8_t* pixelBuffer, int32_t bufWidth, int32_t bufHeight, int32_t pixelFmt, int32_t bufSize) argument
|
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 1876 uint32_t bufWidth = buf->getWidth(); local 1882 swap(bufWidth, bufHeight); 1891 (bufWidth == front.requested.w && 1917 bufWidth, bufHeight, item.mTransform, item.mScalingMode, 1929 if (front.active.w != bufWidth || 1933 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}", 1934 name, bufWidth, bufHeight, front.active.w, front.active.h); 2110 uint32_t bufWidth = mActiveBuffer->getWidth(); local 2112 if (bufWidth != uint32_t(oldActiveBuffer->width) ||
|
Completed in 159 milliseconds