QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
CpuVideoFramePool::PlaneLayout Struct Reference

#include <CpuVideoFramePool.h>

Public Attributes

int planeCount = 0
 
int bytesPerLine [4] = {}
 
int height [4] = {}
 
qsizetype planeOffset [4] = {}
 
qsizetype byteSize = 0
 

Detailed Description

Definition at line 35 of file CpuVideoFramePool.h.

Member Data Documentation

◆ byteSize

qsizetype CpuVideoFramePool::PlaneLayout::byteSize = 0

◆ bytesPerLine

int CpuVideoFramePool::PlaneLayout::bytesPerLine[4] = {}

Definition at line 38 of file CpuVideoFramePool.h.

Referenced by CpuVideoFramePool::computeLayout().

◆ height

int CpuVideoFramePool::PlaneLayout::height[4] = {}

Definition at line 39 of file CpuVideoFramePool.h.

Referenced by CpuVideoFramePool::computeLayout().

◆ planeCount

int CpuVideoFramePool::PlaneLayout::planeCount = 0

◆ planeOffset

qsizetype CpuVideoFramePool::PlaneLayout::planeOffset[4] = {}

Definition at line 40 of file CpuVideoFramePool.h.

Referenced by CpuVideoFramePool::computeLayout().


The documentation for this struct was generated from the following file: