Lines Matching defs:pitch
115 int32_t pitch;
290 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE;
291 priv->fbSize = ((priv->pitch * priv->height) + 0xfff) & (~0xfff);
297 priv->pitch = 0;
374 HDF_LOGD("%s: width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->width,
375 buffer->height, buffer->pixFormat, buffer->pitch);
413 buffer->pitch = priv->pitch;
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);