Home
last modified time | relevance | path

Searched refs:WIDTH_ALIGN (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h22 #define WIDTH_ALIGN 8U macro
H A Dhi_gbm.c140 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_internal.h22 #define WIDTH_ALIGN 8U macro
H A Dhi_gbm.c130 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_internal.h25 const uint32_t WIDTH_ALIGN = 8U; member
H A Dhi_gbm.cpp135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h25 const uint32_t WIDTH_ALIGN = 8U; member
H A Dhi_gbm.cpp135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h25 const uint32_t WIDTH_ALIGN = 8U; member
H A Dhi_gbm.cpp135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c35 #define WIDTH_ALIGN 8U macro
113 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.h70 static constexpr uint32_t WIDTH_ALIGN = 8; member in OHOS::HDI::DISPLAY::Allocator
H A Dallocator.cpp88 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateRGBStrideAndSize()
99 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateYuvStrideAndSize()
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c38 #define WIDTH_ALIGN 8U macro
116 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()

Completed in 9 milliseconds