|
VART-X
0.3.0
|
Contains information related to a video frame. More...
#include <vart_videoframe_types.hpp>

Public Attributes | |
| int32_t | width |
| int32_t | height |
| VideoFormat | fmt |
| uint32_t | n_planes |
| size_t | stride [VART_VIDEO_MAX_PLANES] |
| size_t | elevation [VART_VIDEO_MAX_PLANES] |
| VideoAlignment | alignment |
Contains information related to a video frame.
| vart::VideoInfo::alignment |
Video frame's alignment information
| vart::VideoInfo::elevation |
Per-plane array of elevation values in rows (number of rows per plane, including any vertical padding).
| vart::VideoInfo::fmt |
Video frame color format
| vart::VideoInfo::height |
Height of a video frame
| vart::VideoInfo::n_planes |
Number of planes in video frame color format
| vart::VideoInfo::stride |
Per-plane array of stride values in bytes (number of bytes per row, including any alignment padding).
| vart::VideoInfo::width |
Width of a video frame