VART-X  0.3.0
vart::VideoPlaneInfo Struct Reference

Structure containing information specific to a video frame plane. More...

#include <vart_videoframe_types.hpp>

Public Attributes

uint8_t * data
 
uint64_t phy_addr
 
size_t size
 
size_t offset
 
int32_t stride
 
int32_t elevation
 

Detailed Description

Structure containing information specific to a video frame plane.

Member Data Documentation

◆ data

vart::VideoPlaneInfo::data

User-space pointer to the video plane data.

◆ elevation

vart::VideoPlaneInfo::elevation

Number of rows in this plane, including any vertical padding.

◆ offset

vart::VideoPlaneInfo::offset

Offset in bytes from the data pointer to the first valid pixel.

◆ phy_addr

vart::VideoPlaneInfo::phy_addr

Physical memory address on the device

◆ size

vart::VideoPlaneInfo::size

Size of the video plane in bytes.

◆ stride

vart::VideoPlaneInfo::stride

Number of bytes per row in this plane.


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