Home
last modified time | relevance | path

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

/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h21 #define HEIGHT_ALIGN 2U macro
H A Dhi_gbm.c139 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h21 #define HEIGHT_ALIGN 2U macro
H A Dhi_gbm.c129 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h24 const uint32_t HEIGHT_ALIGN = 2U; member
H A Dhi_gbm.cpp134 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_internal.h24 const uint32_t HEIGHT_ALIGN = 2U; member
H A Dhi_gbm.cpp134 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_internal.h24 const uint32_t HEIGHT_ALIGN = 2U; member
H A Dhi_gbm.cpp134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in hdi_gbm_bo_create()
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c34 #define HEIGHT_ALIGN 2U macro
106 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.h69 static constexpr uint32_t HEIGHT_ALIGN = 2; member in OHOS::HDI::DISPLAY::Allocator
H A Dallocator.cpp89 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateRGBStrideAndSize()
100 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateYuvStrideAndSize()
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c37 #define HEIGHT_ALIGN 2U macro
109 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()

Completed in 6 milliseconds