Declares functions that implement container copy algorithms. More...
Go to the source code of this file.
Functions | |
VPIStatus | vpiSubmitCopyImage (VPIStream stream, uint64_t backend, VPIImage input, VPIImage output) |
Copy the contents from input to output images. More... | |
VPIStatus | vpiSubmitCopyArray (VPIStream stream, uint64_t backend, VPIArray input, VPIArray output) |
Copy the contents from input to output arrays. More... | |
VPIStatus | vpiSubmitCopyPyramid (VPIStream stream, uint64_t backend, VPIPyramid input, VPIPyramid output) |
Copy the contents from input to output pyramids. More... | |
Declares functions that implement container copy algorithms.
Definition in file Copy.h.