TIOVX User Guide

Detailed Description

APIs accessible on both host and target kernels.

Functions

static void tivxCheckStatus (vx_status *status, vx_status status_temp)
 Function to set the status variable equal to status_temp if the status_temp variable is not VX_SUCCESS. More...
 

Function Documentation

◆ tivxCheckStatus()

static void tivxCheckStatus ( vx_status status,
vx_status  status_temp 
)
inlinestatic

Function to set the status variable equal to status_temp if the status_temp variable is not VX_SUCCESS.

Parameters
status[in,out] status variable
status_temp[in] temporary status variable

Definition at line 84 of file tivx_kernels_common_utils.h.