vx_status VX_API_CALL vxExportObjectsToMemory(vx_context context, vx_size numrefs, const vx_reference *refs, const vx_enum *uses, const vx_uint8 **ptr, vx_size *length)
Exports selected objects to memory in a vendor-specific format.
struct _vx_context * vx_context
An opaque reference to the implementation context.
vx_status VX_API_CALL vxReleaseExportedMemory(vx_context context, const vx_uint8 **ptr)
Releases memory allocated for a binary export when it is no longer required.