59 #ifndef NV_VPI_ALGORITHMS_DYNAMIC_REMAP_IMAGE_H
60 #define NV_VPI_ALGORITHMS_DYNAMIC_REMAP_IMAGE_H
62 #include "../AlgoFlags.h"
63 #include "../Export.h"
64 #include "../Status.h"
VPIStatus vpiSubmitDynamicRemap(VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, VPIImage map, VPIInterpolationType inputInterpolation, VPIInterpolationType mapInterpolation, VPIBorderExtension border, uint64_t flags)
Submits a Dynamic Remap operation to the stream.
VPIStatus vpiCreateDynamicRemap(uint64_t backends, VPIPayload *payload)
Create a payload for Dynamic Remap algorithm.
struct VPIImageImpl * VPIImage
A handle to an image.
struct VPIPayloadImpl * VPIPayload
A handle to an algorithm payload.
struct VPIStreamImpl * VPIStream
A handle to a stream.
VPIBorderExtension
Image border extension specify how pixel values outside of the image domain should be constructed.
VPIInterpolationType
Interpolation types supported by several algorithms.