Vision Apps User Guide

Introduction

The list of supported kernels in this kernel extension.

Go to the source code of this file.

Data Structures

struct  tivx_opengl_mosaic_params_t
 OpenGL Mosaic Node parameters. More...
 

Macros

#define TIVX_MODULE_NAME_SAMPLE   "sample"
 Name for OpenVX Extension kernel module: sample. More...
 
#define TIVX_KERNEL_OPENGL_MOSAIC_NAME   "com.ti.sample.opengl_mosaic"
 The list of kernels supported in sample module. More...
 
#define TIVX_KERNEL_OPENGL_MOSAIC_TYPE_1x1   (0)
 The configuration data structure used by the TIVX_KERNEL_OPENGL_MOSAIC kernel. More...
 
#define TIVX_KERNEL_OPENGL_MOSAIC_TYPE_2x2   (1)
 

Functions

void tivxSampleLoadKernels (vx_context context)
 Used for the Application to load the sample kernels into the context. More...
 
void tivxSampleUnLoadKernels (vx_context context)
 Used for the Application to unload the sample kernels from the context. More...
 
void tivxSamplePrintPerformance (vx_perf_t performance, uint32_t numPixels, const char *testName)
 Used to print the performance of the kernels. More...