Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhi_gbm_internal.h25 const uint32_t WIDTH_ALIGN = 8U; member
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.h69 static constexpr uint32_t WIDTH_ALIGN = 8; member in OHOS::HDI::DISPLAY::Allocator
H A Dallocator.cpp87 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateRGBStrideAndSize()
98 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateYuvStrideAndSize()
/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in HdiGbmBoCreate()
/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c40 #define WIDTH_ALIGN 8U macro
150 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()

Completed in 3 milliseconds