Searched refs:WIDTH_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 | 22 #define WIDTH_ALIGN 8U macro
|
H A D | hi_gbm.c | 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 D | hi_gbm_internal.h | 22 #define WIDTH_ALIGN 8U macro
|
H A D | hi_gbm.c | 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 D | hi_gbm_internal.h | 25 const uint32_t WIDTH_ALIGN = 8U; member
|
H A D | hi_gbm.cpp | 135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 25 const uint32_t WIDTH_ALIGN = 8U; member
|
H A D | hi_gbm.cpp | 135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 25 const uint32_t WIDTH_ALIGN = 8U;
member
|
H A D | hi_gbm.cpp | 135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in hdi_gbm_bo_create()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_gralloc.c | 35 #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 D | allocator.h | 70 static constexpr uint32_t WIDTH_ALIGN = 8; member in OHOS::HDI::DISPLAY::Allocator
|
H A D | allocator.cpp | 88 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 D | display_gralloc.c | 38 #define WIDTH_ALIGN 8U macro 116 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()
|
Completed in 5 milliseconds