Lines Matching refs:height
99 uint32_t height;
114 uint32_t height;
225 .height = DISP_HEIGHT,
233 layerPriv.height = info.height;
265 for (j = 0; j < priv->height; j++) {
291 priv->fbSize = ((priv->pitch * priv->height) + 0xfff) & (~0xfff);
349 dispInfo->height = priv->height;
351 HDF_LOGD("%s: width = %u, height = %u, rotAngle = %u", __func__, dispInfo->width,
352 dispInfo->height, dispInfo->rotAngle);
374 HDF_LOGD("%s: width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->width,
375 buffer->height, buffer->pixFormat, buffer->pitch);
411 buffer->height = priv->height;
422 HDF_LOGD("%s: fenceId = %d, width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->fenceId,
423 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch);