Searched refs:pitch (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 115 int32_t pitch; member 290 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE; in CreateLayer() 291 priv->fbSize = ((priv->pitch * priv->height) + 0xfff) & (~0xfff); in CreateLayer() 297 priv->pitch = 0; in CreateLayer() 374 HDF_LOGD("%s: width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->width, in Flush() 375 buffer->height, buffer->pixFormat, buffer->pitch); in Flush() 413 buffer->pitch = priv->pitch; in GetLayerBuffer() 422 HDF_LOGD("%s: fenceId = %d, width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->fenceId, in GetLayerBuffer() 423 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer() [all...] |
/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | hi_gbm.cpp | 94 bo->stride = dumb->pitch; in InitGbmBo() 139 DISPLAY_LOGD("fmt 0x%{public}x create dumb width: %{public}d height: %{public}d bpp: %{public}u pitch" in HdiGbmBoCreate() 141 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in HdiGbmBoCreate()
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | drm_allocator.cpp | 54 DISPLAY_LOGI("fmt 0x%{public}x create dumb width: %{public}d height: %{public}d bpp: %{public}u pitch %{public}d " in Allocate() 56 handle.format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in Allocate()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 325 int32_t pitch; /**< Number of bytes from one row of pixels in memory to the next */ member
|
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_host_driver.cpp | 1957 DISPLAY_LOG("receive displayInfo fenceId=%{public}d, pitch=%{public}d", bufferTmp.fenceId, bufferTmp.pitch); in SnapShot()
|
Completed in 7 milliseconds