Searched refs:grallocBufHeight (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp198 uint32_t grallocBufHeight = buf->getHeight(); local
200 if (grallocBufWidth != width || grallocBufHeight != height) {
203 grallocBufHeight, width, height);
216 4 * grallocBufHeight * grallocBufWidth;
220 tmpSize = 4 * (grallocBufWidth + grallocBufStride * (grallocBufHeight - 1));

Completed in 292 milliseconds