VPI - Vision Programming Interface

0.4.4 Release

EGL.h File Reference

Functions dealing with EGL interop. More...

#include "Export.h"
#include "Status.h"
#include "Types.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <stdint.h>
+ Include dependency graph for EGL.h:

Go to the source code of this file.

Functions

VPIStatus vpiImageCreateEglImageWrapper (EGLImageKHR eglImage, uint32_t flags, VPIImage *img)
 Create an image object by wrapping an existing EGLImage. More...
 
VPIStatus vpiImageSetWrappedEglImage (VPIImage img, EGLImageKHR eglImage)
 Redefines the wrapped EGLImage of an existing VPIArray wrapper. More...
 
VPIStatus vpiEventCreateEglSyncWrapper (EGLSyncKHR eglSync, VPIEvent *event)
 Create an event object by wrapping around an EGL sync object created from another client API. More...
 
VPIStatus vpiEventExportEglSync (VPIEvent event, EGLDisplay eglDpy, EGLSyncKHR *eglSync)
 Export a recorded VPI event to EGL sync object. More...
 

Detailed Description

Functions dealing with EGL interop.

Definition in file EGL.h.