|
VART-X
0.3.0
|
Structure encapsulating details of a video frame after a map operation. More...
#include <vart_videoframe_types.hpp>

Public Attributes | |
| uint8_t | nplanes |
| size_t | size |
| int32_t | width |
| int32_t | height |
| VideoFormat | fmt |
| VideoAlignment | alignment |
| VideoPlaneInfo | planes [VART_VIDEO_MAX_PLANES] |
| void * | usr_meta |
Structure encapsulating details of a video frame after a map operation.
| vart::VideoFrameMapInfo::alignment |
Video frame's alignment information
| vart::VideoFrameMapInfo::fmt |
Video frame color format
| vart::VideoFrameMapInfo::height |
Height of the mapped video frame
| vart::VideoFrameMapInfo::nplanes |
Number of planes in a video frame
| vart::VideoFrameMapInfo::planes |
Per-plane information array. Each entry is a VideoPlaneInfo describing the data pointer, physical address, stride, and size for that plane.
| vart::VideoFrameMapInfo::size |
Total size of the video frame in bytes
| vart::VideoFrameMapInfo::usr_meta |
Pointer to user-specific metadata, or nullptr if not set.
| vart::VideoFrameMapInfo::width |
Width of the mapped video frame