![]() |
Qt 6.x
The Qt SDK
|
#include <vsp2hardwarelayerintegration.h>
Public Member Functions | |
Vsp2Buffer ()=default | |
Vsp2Buffer (wl_kms_buffer *kmsBuffer) | |
Public Attributes | |
int | dmabufFd = -1 |
uint | bytesPerLine = 0 |
uint | drmPixelFormat = 0 |
QSize | size |
Definition at line 46 of file vsp2hardwarelayerintegration.h.
|
explicitdefault |
|
explicit |
Definition at line 24 of file vsp2hardwarelayerintegration.cpp.
uint Vsp2Buffer::bytesPerLine = 0 |
Definition at line 52 of file vsp2hardwarelayerintegration.h.
Referenced by Vsp2Layer::enableVspLayer(), and Vsp2Layer::handleBufferCommitted().
int Vsp2Buffer::dmabufFd = -1 |
Definition at line 51 of file vsp2hardwarelayerintegration.h.
Referenced by Vsp2Layer::enableVspLayer(), and Vsp2Layer::handleBufferCommitted().
uint Vsp2Buffer::drmPixelFormat = 0 |
Definition at line 53 of file vsp2hardwarelayerintegration.h.
Referenced by Vsp2Layer::enableVspLayer(), and Vsp2Layer::handleBufferCommitted().
QSize Vsp2Buffer::size |
Definition at line 54 of file vsp2hardwarelayerintegration.h.
Referenced by Vsp2Layer::enableVspLayer(), Vsp2Layer::handleBufferCommitted(), and Vsp2Layer::updatePosition().