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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp102 size_t bufWidth, bufHeight; local
111 bufWidth = (mCropWidth + 1) & ~1;
121 bufWidth = mCropWidth;
149 bufWidth,
162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1141 uint32_t bufWidth = buf->getWidth(); local
1147 swap(bufWidth, bufHeight);
1154 (bufWidth == front.requested.w &&
1178 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1196 if (front.active.w != bufWidth ||
1199 ALOGE("rejecting buffer: bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1200 bufWidth, bufHeight, front.active.w, front.active.h);
1288 uint32_t bufWidth = mActiveBuffer->getWidth(); local
1290 if (bufWidth != uint32_t(oldActiveBuffer->width) ||
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp161 int32_t bufWidth, // Width of the pixelBuffer
169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
177 } else if (bufWidth < 0) {
188 size_t width = static_cast<size_t>(bufWidth);
159 produceFrame(const sp<ANativeWindow>& anw, uint8_t* pixelBuffer, int32_t bufWidth, int32_t bufHeight, int32_t pixelFmt, int32_t bufSize) argument

Completed in 80 milliseconds