Home
last modified time | relevance | path

Searched refs:heightStride_ (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp88 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateRGBStrideAndSize()
89 bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_ * bufferInfo.bytesPerPixel_; in UpdateRGBStrideAndSize()
99 bufferInfo.heightStride_ = AlignUp(bufferInfo.height_, HEIGHT_ALIGN); in UpdateYuvStrideAndSize()
107 bufferInfo.heightStride_ = (bufferInfo.heightStride_ + bufferInfo.heightStride_ / UV_DIV_420); in UpdateYuvStrideAndSize()
112 bufferInfo.heightStride_ = (bufferInfo.heightStride_ + bufferInfo.heightStride_); in UpdateYuvStrideAndSize()
113 bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_; in UpdateYuvStrideAndSize()
[all...]
H A Dallocator.h48 uint32_t heightStride_ = 0; member
H A Ddrm_allocator.cpp49 dumb.height = bufferInfo.heightStride_; in Allocate()

Completed in 2 milliseconds