Home
last modified time | relevance | path

Searched refs:bytesPerPixel_ (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator.cpp81 bufferInfo.bytesPerPixel_ = bufferInfo.bitsPerPixel_ / BITS_PER_BYTES; in UpdatePixelInfo()
89 … bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_ * bufferInfo.bytesPerPixel_; in UpdateRGBStrideAndSize()
166 priBuffer->stride = bufferInfo.widthStride_ * bufferInfo.bytesPerPixel_; in AllocMem()
Dallocator.h50 uint32_t bytesPerPixel_ = 0; member