19 #ifndef TIVX_RAW_IMAGE_H_ 20 #define TIVX_RAW_IMAGE_H_ 37 typedef struct _tivx_raw_image_map_info_t
56 typedef struct _tivx_raw_image
vx_status ownDeriveRawImageBufferPointers(vx_reference ref)
Function to derive raw image pointers such as pixel buffer, meta before, meta after from alloc pointe...
vx_enum usage
Type of access being done by user, see vx_accessor_e.
uint8_t * map_addr
Address mapped via tivxMapRawImagePatch()
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
struct _tivx_raw_image * tivx_raw_image
The Raw Image Object. Raw Image is a strongly-typed container for RAW sensor images.
tivx_raw_image parent
A pointer to a parent raw image object.
tivx_reference_t base
reference object
Image object internal state.
struct _vx_reference * vx_reference
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.
#define TIVX_RAW_IMAGE_MAX_EXPOSURES
Maximum number of RAW image exposures that can be contained in a raw image object.
Information about a raw image mapping.
#define TIVX_RAW_IMAGE_MAX_MAPS
Max possible mapping via vxMapRawImagePatch supported.