|
VART-X
0.3.0
|
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 |
Structure containing information specific to a video frame plane.
| vart::VideoPlaneInfo::data |
User-space pointer to the video plane data.
| vart::VideoPlaneInfo::elevation |
Number of rows in this plane, including any vertical padding.
| vart::VideoPlaneInfo::offset |
Offset in bytes from the data pointer to the first valid pixel.
| vart::VideoPlaneInfo::phy_addr |
Physical memory address on the device
| vart::VideoPlaneInfo::size |
Size of the video plane in bytes.
| vart::VideoPlaneInfo::stride |
Number of bytes per row in this plane.