Lines Matching defs:height
36 uint32_t height;
49 .height = DISP_HEIGHT,
79 for (j = 0; j < priv->height; j++) {
103 priv->fbSize = ((priv->pitch * priv->height) + 0xfff) & (~0xfff);
156 dispInfo->height = priv->height;
158 HDF_LOGD("%s: width = %u, height = %u, rotAngle = %u", __func__, dispInfo->width,
159 dispInfo->height, dispInfo->rotAngle);
209 buffer->height = priv->height;
219 HDF_LOGD("%s: fenceId = %d, width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->fenceId,
220 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch);