VPIStatus vpiImageWrapEglImage(EGLImageKHR eglImage, uint32_t flags, VPIImage *img)
Create an image object by wrapping around an EGLImage.
VPIStatus vpiEventExportEglSync(VPIEvent event, EGLDisplay eglDpy, EGLSyncKHR *eglSync)
Export a recorded VPI event to EGL sync object.
VPIStatus vpiEventWrapEglSync(EGLSyncKHR eglSync, VPIEvent *event)
Create an event object by wrapping around an EGL sync object created from another client API.