GstGLMemoryPBO
GstGLMemoryPBO
|
|
Functions
gst_gl_memory_pbo_download_transfer ()
void
gst_gl_memory_pbo_download_transfer (GstGLMemoryPBO *gl_mem
);
gst_gl_memory_pbo_init_once ()
void
gst_gl_memory_pbo_init_once (void
);
gst_gl_memory_pbo_upload_transfer ()
void
gst_gl_memory_pbo_upload_transfer (GstGLMemoryPBO *gl_mem
);
Types and Values
GstGLMemoryPBOAllocator
typedef struct _GstGLMemoryPBOAllocator GstGLMemoryPBOAllocator;
GstGLMemoryPBOAllocatorClass
typedef struct {
GstGLMemoryAllocatorClass parent_class;
} GstGLMemoryPBOAllocatorClass;
GST_GL_MEMORY_PBO_ALLOCATOR_NAME
#define GST_GL_MEMORY_PBO_ALLOCATOR_NAME "GLMemoryPBO"
GstGLMemoryPBO
typedef struct {
GstGLMemory mem;
} GstGLMemoryPBO;