VPI - Vision Programming Interface

3.0 Release

MixChannels.h File Reference

Declares functions that implement support for Mix Channels. More...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for MixChannels.h:

Go to the source code of this file.

Macros

#define VPI_MIX_CHANNELS_MAX_IMAGES   4
 Maximum number of images that can be passed to Mix Channels as either input or output.
 

Functions

VPIStatus vpiSubmitMixChannels (VPIStream stream, uint64_t backend, VPIImage *inputs, int numInputs, VPIImage *outputs, int numOutputs, const int *inMapping, const int *outMapping, int numMapping)
 Submits a Mix Channels operation to the stream. More...
 

Detailed Description

Declares functions that implement support for Mix Channels.

Definition in file MixChannels.h.