TIOVX User Guide
tivx_target_kernel_instance.h File Reference

Target Kernel Instance implementation APIs. More...

#include <VX/vx.h>

Go to the source code of this file.

Data Structures

struct  tivx_target_kernel_instance_t
 Holds information about a target kernel instance. More...
 

Functions

tivx_target_kernel_instance ownTargetKernelInstanceGet (uint16_t target_kernel_index, vx_enum kernel_id)
 Given a target_kernel_index and kernel_id return the handle to target kernel. More...
 
tivx_target_kernel_instance ownTargetKernelInstanceAlloc (vx_enum kernel_id, volatile char *kernel_name, vx_enum target_id)
 Create a target kernel instance for given kernel_id.
 
vx_status ownTargetKernelInstanceFree (tivx_target_kernel_instance *target_kernel_instance)
 Free previously allocate target kernel instance.
 
uint32_t ownTargetKernelInstanceGetIndex (tivx_target_kernel_instance target_kernel_instance)
 Get fast index key for a given target kernel instance.
 
vx_status ownTargetKernelInstanceInit (void)
 Init Target Kernel Instance Module.
 
void ownTargetKernelInstanceDeInit (void)
 De-Init Target Kernel Instance Module.
 

Detailed Description

Target Kernel Instance implementation APIs.

Definition in file tivx_target_kernel_instance.h.