![]() |
HoviTron Video Pipeline
|
Information about the memory backing an image slot. More...
#include <HvtStreamingAPI.h>
Data Fields | |
uint64_t | size |
uint64_t | alignment |
HVT_OPAQUE_HANDLE | handle |
Information about the memory backing an image slot.
Definition at line 341 of file AcqKiRT/include/HvtStreamingAPI.h.
uint64_t HvtStreamImageMemoryInfo::alignment |
Alignement of the memory allocation
Definition at line 344 of file AcqKiRT/include/HvtStreamingAPI.h.
HVT_OPAQUE_HANDLE HvtStreamImageMemoryInfo::handle |
Opaque handle to the video memory
Definition at line 345 of file AcqKiRT/include/HvtStreamingAPI.h.
uint64_t HvtStreamImageMemoryInfo::size |
Size of the memory in bytes, includes padding
Definition at line 343 of file AcqKiRT/include/HvtStreamingAPI.h.