|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <CpuVideoFramePool.h>
Public Attributes | |
| int | planeCount = 0 |
| int | bytesPerLine [4] = {} |
| int | height [4] = {} |
| qsizetype | planeOffset [4] = {} |
| qsizetype | byteSize = 0 |
Definition at line 35 of file CpuVideoFramePool.h.
| qsizetype CpuVideoFramePool::PlaneLayout::byteSize = 0 |
Definition at line 41 of file CpuVideoFramePool.h.
Referenced by CpuVideoFramePool::acquireFrame(), and CpuVideoFramePool::computeLayout().
| int CpuVideoFramePool::PlaneLayout::bytesPerLine[4] = {} |
Definition at line 38 of file CpuVideoFramePool.h.
Referenced by CpuVideoFramePool::computeLayout().
| int CpuVideoFramePool::PlaneLayout::height[4] = {} |
Definition at line 39 of file CpuVideoFramePool.h.
Referenced by CpuVideoFramePool::computeLayout().
| int CpuVideoFramePool::PlaneLayout::planeCount = 0 |
Definition at line 37 of file CpuVideoFramePool.h.
Referenced by CpuVideoFramePool::acquireFrame(), and CpuVideoFramePool::computeLayout().
| qsizetype CpuVideoFramePool::PlaneLayout::planeOffset[4] = {} |
Definition at line 40 of file CpuVideoFramePool.h.
Referenced by CpuVideoFramePool::computeLayout().