Searched refs:HEIGHT_ALIGN (Results 1 - 14 of 14) sorted by relevance
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 21 #define HEIGHT_ALIGN 2U macro
|
H A D | hi_gbm.c | 139 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 21 #define HEIGHT_ALIGN 2U macro
|
H A D | hi_gbm.c | 129 dumb.height = ALIGN_UP(height, HEIGHT_ALIGN); in hdi_gbm_bo_create()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 24 const uint32_t HEIGHT_ALIGN = 2U; member
|
H A D | hi_gbm.cpp | 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 D | hi_gbm_internal.h | 24 const uint32_t HEIGHT_ALIGN = 2U; member
|
H A D | hi_gbm.cpp | 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 D | hi_gbm_internal.h | 24 const uint32_t HEIGHT_ALIGN = 2U;
member
|
H A D | hi_gbm.cpp | 134 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 D | display_gralloc.c | 34 #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 D | allocator.h | 69 static constexpr uint32_t HEIGHT_ALIGN = 2; member in OHOS::HDI::DISPLAY::Allocator
|
H A D | allocator.cpp | 89 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 D | display_gralloc.c | 37 #define HEIGHT_ALIGN 2U macro 109 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()
|
Completed in 6 milliseconds