Copy the contents from input containers to output containers.
More...
Copy the contents from input containers to output containers.
◆ vpiSubmitCopyImage()
#include <vpi/algo/Copy.h>
Copy the contents from input to output images.
- Parameters
-
[in] | stream | The stream handle where the operation will be queued in.
- Must not be NULL.
- Stream must have enabled the backends that will execute the algorithm.
|
[in] | backend | Backend that will execute the algorithm.
|
[in] | input | Input image whose contents will be copied from.
|
[out] | output | Output image where contents will be copied to.
- Must not be NULL.
- Size must match input's.
- Image format must match input's.
|
- Return values
-
◆ vpiSubmitCopyArray()
#include <vpi/algo/Copy.h>
Copy the contents from input to output arrays.
- Parameters
-
[in] | stream | The stream handle where the operation will be queued in.
- Must not be NULL.
- Stream must have enabled the backends that will execute the algorithm.
|
[in] | backend | Backend that will execute the algorithm.
|
[in] | input | Input array whose contents will be copied from.
|
[out] | output | Output array where contents will be copied to.
- Must not be NULL.
- Capacity must be >= input's capacity.
- Array type must match input's.
|
- Return values
-
◆ vpiSubmitCopyPyramid()
#include <vpi/algo/Copy.h>
Copy the contents from input to output pyramids.
- Parameters
-
[in] | stream | The stream handle where the operation will be queued in.
- Must not be NULL.
- Stream must have enabled the backends that will execute the algorithm.
|
[in] | backend | Backend that will execute the algorithm.
|
[in] | input | Input pyramid whose contents will be copied from.
|
[out] | output | Output pyramid where contents will be copied to.
- Must not be NULL.
- Dimensions must match input's.
- Image format must match input's.
- Number of levels must match input's.
- Scale must match input's.
|
- Return values
-