VPI - Vision Programming Interface

0.2.0 Release

EGL.h File Reference
#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 vpiImageWrapEglImage (EGLImageKHR eglImage, uint32_t flags, VPIImage *img)
 Create an image object by wrapping around an EGLImage. More...
 
VPIStatus vpiEventWrapEglSync (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.