Home
last modified time | relevance | path

Searched refs:AdjustStrideFromFormat (Results 1 - 7 of 7) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c87 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t width) in AdjustStrideFromFormat() function
113 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm.c105 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() function
140 dumb.width = ALIGN_UP(AdjustStrideFromFormat(format, width), WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm.c95 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() function
130 dumb.width = ALIGN_UP(AdjustStrideFromFormat(format, width), WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() function
134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() function
134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() function
134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c90 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t width) in AdjustStrideFromFormat() function
116 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()

Completed in 4 milliseconds