37 typedef struct _tivx_image_map_info_t
56 typedef struct _vx_image
vx_enum usage
Type of access being done by user, see vx_accessor_e.
struct _vx_image * vx_image
uint32_t channel_plane
channel_plane index of parent in case image is created from channel
tivx_reference_t base
reference object
void ownPrintImage(vx_image image)
Print image info.
Image object internal state.
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
void ownPrintImageAddressing(const vx_imagepatch_addressing_t *addr)
Print image patch addressing info.
#define TIVX_IMAGE_MAX_PLANES
Max possible planes of data in an image.
uint8_t * map_addr
Address mapped via vxMapImagePatch()
vx_status ownInitVirtualImage(vx_image img, vx_uint32 width, vx_uint32 height, vx_df_image format)
function to initialize virtual image's parameters
vx_size map_size
Size of memory region mapped via vxMapImagePatch()
vx_enum mem_type
Type of memory mapped via vxMapImagePatch(), see vx_memory_type_e and tivx_memory_type_e.
vx_image parent
A pointer to a parent image object.
Information about a image mapping.
#define TIVX_IMAGE_MAX_MAPS
Max possible mapping via vxMapImagePatch supported.
#define TIVX_IMAGE_MAX_SUBIMAGES
Max possible sub images from a image.