#include "egl_video_sink.h"
#include "logging.h"
#include "socket_types.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sstream>
#include <thread>
#include <future>
#include <cstring>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | lomiri::MediaHub::EglVideoSinkPrivate |
Namespaces | |
lomiri | |
lomiri::MediaHub | |