TIOVX User Guide
tivx_raw_image.h File Reference

Implementation of Raw Image object. More...

Go to the source code of this file.

Data Structures

struct  tivx_raw_image_map_info_t
 Information about a raw image mapping. More...
 
struct  tivx_raw_image_t
 Image object internal state. More...
 

Functions

vx_status ownDeriveRawImageBufferPointers (vx_reference ref)
 Function to derive raw image pointers such as pixel buffer, meta before, meta after from alloc pointer. This function should be called after freshly allocating raw image buffer or after importing an external buffer. More...
 

Detailed Description

Implementation of Raw Image object.

Definition in file tivx_raw_image.h.

Function Documentation

◆ ownDeriveRawImageBufferPointers()

vx_status ownDeriveRawImageBufferPointers ( vx_reference  ref)

Function to derive raw image pointers such as pixel buffer, meta before, meta after from alloc pointer. This function should be called after freshly allocating raw image buffer or after importing an external buffer.

Parameters
ref[in] reference to tivx_raw_image
Returns
VX_SUCCESS on success