ProcessCvuPreparedPhysicalInput Struct
Declaration
struct simaai::gst::ProcessCvuPreparedPhysicalInput { ... }
Included Headers
#include <SimaPreparedRuntimeAbi.h>
Public Member Attributes Index
| int | physical_index = -1 |
| int | allocator_index = -1 |
| int | source_physical_index = -1 |
| std::uint64_t | size_bytes = 0U |
| std::int64_t | source_byte_offset = 0 |
| std::string | segment_name |
Definition at line 187 of file SimaPreparedRuntimeAbi.h.
Public Member Attributes
allocator_index
|
Definition at line 189 of file SimaPreparedRuntimeAbi.h.
189 int allocator_index = -1;
physical_index
|
Definition at line 188 of file SimaPreparedRuntimeAbi.h.
188 int physical_index = -1;
segment_name
|
Definition at line 193 of file SimaPreparedRuntimeAbi.h.
193 std::string segment_name;
size_bytes
|
Definition at line 191 of file SimaPreparedRuntimeAbi.h.
191 std::uint64_t size_bytes = 0U;