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
Image object descriptor as placed in shared memory.
uint32_t channel_plane
channel_plane index of parent in case image is created from channel
tivx_reference_t base
reference object
Image object internal state.
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
vx_status ownInitVirtualImage(vx_image img, vx_uint32 width, vx_uint32 height, vx_df_image format)
function to initialize virtual image's parameters
#define TIVX_IMAGE_MAX_PLANES
Max possible planes of data in an image.
uint8_t * map_addr
Address mapped via vxMapImagePatch()
vx_size map_size
Size of memory region mapped via vxMapImagePatch()
uint32_t ownImageGetBufferSize(tivx_obj_desc_image_t *obj_desc)
function to retreive the buffer size of an image
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.