![]() |
TIOVX User Guide
|
matrix object descriptor as placed in shared memory More...
#include <tivx_obj_desc.h>
Data Fields | |
| tivx_obj_desc_t | base |
| base object descriptor | |
| tivx_shared_mem_ptr_t | mem_ptr |
| matrix memory address | |
| volatile uint32_t | rows |
| number of rows | |
| volatile uint32_t | columns |
| number of columns | |
| volatile uint32_t | origin_x |
| position at which to place the mask | |
| volatile uint32_t | origin_y |
| position at which to place the mask | |
| volatile vx_enum | pattern |
| Pattern of the matrix vx_pattern_e. | |
| volatile uint32_t | mem_size |
| size of buffer pointed to by mem_ptr | |
| volatile vx_enum | data_type |
| From vx_type_e. | |
matrix object descriptor as placed in shared memory
Definition at line 567 of file tivx_obj_desc.h.