TIOVX User Guide
|
Information about a raw image mapping. More...
#include <tivx_raw_image.h>
Data Fields | |
uint8_t * | map_addr |
Address mapped via tivxMapRawImagePatch() | |
vx_size | map_size |
Size of memory region mapped via tivxMapRawImagePatch() | |
vx_enum | mem_type |
Type of memory mapped via tivxMapRawImagePatch(), see vx_memory_type_e and tivx_memory_type_e. | |
vx_enum | usage |
Type of access being done by user, see vx_accessor_e. | |
Information about a raw image mapping.
Definition at line 37 of file tivx_raw_image.h.