56 #ifndef NV_VPI_ARRAY_TYPE_H
57 #define NV_VPI_ARRAY_TYPE_H
87 #if NV_VPI_VERSION_API_AT_MOST(2, 0)
const char * vpiArrayTypeGetName(VPIArrayType type)
Returns a string representation of the array type.
int vpiArrayTypeGetSize(VPIArrayType type)
Returns the size in bytes of each array element with the given type.
Functions and structures for handling VPI library version.
VPIArrayType
Array element formats.
@ VPI_ARRAY_TYPE_U32
Unsigned 32-bit.
@ VPI_ARRAY_TYPE_KLT_TRACKED_BOUNDING_BOX
VPIKLTTrackedBoundingBox element.
@ VPI_ARRAY_TYPE_KEYPOINT_F32
VPIKeypointF32 element.
@ VPI_ARRAY_TYPE_BRIEF_DESCRIPTOR
VPIBriefDescriptor element.
@ VPI_ARRAY_TYPE_F32
Floating point 32-bit.
@ VPI_ARRAY_TYPE_KEYPOINT_U32
VPIKeypointU32 element in U32 format.
@ VPI_ARRAY_TYPE_HOMOGRAPHY_TRANSFORM_2D
VPIHomographyTransform2D element.
@ VPI_ARRAY_TYPE_KEYPOINT_UQ1616
VPIKeypointU32 element in UQ1616 fixed-point format.
@ VPI_ARRAY_TYPE_U16
Unsigned 16-bit.
@ VPI_ARRAY_TYPE_INVALID
Signal type conversion errors.
@ VPI_ARRAY_TYPE_MATCHES
VPIMatches element.
@ VPI_ARRAY_TYPE_S8
Signed 8-bit.
@ VPI_ARRAY_TYPE_STATISTICS
VPIStats element.
@ VPI_ARRAY_TYPE_U8
Unsigned 8-bit.
@ VPI_ARRAY_TYPE_S16
Signed 16-bit.