TIOVX User Guide
|
Remap 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 |
buffer address | |
volatile uint32_t | src_width |
The source width. | |
volatile uint32_t | src_height |
The source height. | |
volatile uint32_t | dst_width |
The destination width. | |
volatile uint32_t | dst_height |
The destination height. | |
volatile uint32_t | mem_size |
size of buffer pointed to by mem_ptr | |
Remap object descriptor as placed in shared memory.
Definition at line 544 of file tivx_obj_desc.h.