Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp87 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateRGBStrideAndSize()
89 … bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_ * bufferInfo.bytesPerPixel_; in UpdateRGBStrideAndSize()
98 bufferInfo.widthStride_ = AlignUp(bufferInfo.width_, WIDTH_ALIGN); in UpdateYuvStrideAndSize()
113 bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_; in UpdateYuvStrideAndSize()
166 priBuffer->stride = bufferInfo.widthStride_ * bufferInfo.bytesPerPixel_; in AllocMem()
H A Dallocator.h47 uint32_t widthStride_ = 0; member
H A Ddrm_allocator.cpp48 dumb.width = bufferInfo.widthStride_; in Allocate()