28 #ifndef _OPENVX_IMPORT_EXPORT_H_
29 #define _OPENVX_IMPORT_EXPORT_H_
35 #define OPENVX_KHR_IX "vx_khr_ix"
37 #include <VX/vx_import.h>
133 const vx_reference *refs,
134 const vx_enum * uses,
135 const vx_uint8 ** ptr,
154 vx_context context,
const vx_uint8 ** ptr);
VX_API_ENTRY 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.
VX_API_ENTRY 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. .