Home
last modified time | relevance | path

Searched refs:WIDTH_ALIGN (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator.h69 static constexpr uint32_t WIDTH_ALIGN = 8; variable
Dallocator.cpp87 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateRGBStrideAndSize()
98 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateYuvStrideAndSize()
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c40 #define WIDTH_ALIGN 8U macro
150 stride = ALIGN_UP(AdjustStrideFromFormat(info->format, info->width), WIDTH_ALIGN) * in InitBufferHandle()