Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhi_gbm_internal.h24 const uint32_t HEIGHT_ALIGN = 2U; member
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.h68 static constexpr uint32_t HEIGHT_ALIGN = 2; member in OHOS::HDI::DISPLAY::Allocator
H A Dallocator.cpp88 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateRGBStrideAndSize()
99 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateYuvStrideAndSize()
/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp134 dumb.height = ALIGN_UP(AdjustStrideFromFormat(format, height), HEIGHT_ALIGN); in HdiGbmBoCreate()
/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c39 #define HEIGHT_ALIGN 2U macro
143 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle()

Completed in 3 milliseconds