Home
last modified time | relevance | path

Searched refs:GstGLUpload (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.h33 #define GST_GL_UPLOAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_UPLOAD,GstGLUpload))
37 #define GST_GL_UPLOAD_CAST(obj) ((GstGLUpload*)(obj))
92 GstGLUpload * gst_gl_upload_new (GstGLContext * context);
95 void gst_gl_upload_set_context (GstGLUpload * upload,
99 GstCaps * gst_gl_upload_transform_caps (GstGLUpload * upload,
105 gboolean gst_gl_upload_set_caps (GstGLUpload * upload,
109 void gst_gl_upload_get_caps (GstGLUpload * upload,
113 void gst_gl_upload_propose_allocation (GstGLUpload * upload,
118 GstGLUploadReturn gst_gl_upload_perform_with_buffer (GstGLUpload * upload,
Dgstglupload.c116 G_DEFINE_TYPE_WITH_CODE (GstGLUpload, gst_gl_upload, GST_TYPE_OBJECT,
117 G_ADD_PRIVATE (GstGLUpload) DEBUG_INIT);
204 gpointer (*new) (GstGLUpload * upload);
218 GstGLUpload *upload;
224 _gl_memory_upload_new (GstGLUpload * upload) in _gl_memory_upload_new()
490 GstGLUpload *upload;
512 _dma_buf_upload_new (GstGLUpload * upload) in _dma_buf_upload_new()
849 _direct_dma_buf_upload_new (GstGLUpload * upload) in _direct_dma_buf_upload_new()
959 _direct_dma_buf_external_upload_new (GstGLUpload * upload) in _direct_dma_buf_external_upload_new()
982 GstGLUpload *upload;
[all …]
Dgstgl_fwd.h73 typedef struct _GstGLUpload GstGLUpload; typedef
139 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLUpload, gst_object_unref)
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgluploadelement.c75 GstGLUpload *ul = NULL; in _gst_gl_upload_element_clear_upload()
168 GstGLUpload *ul = NULL; in _gst_gl_upload_element_transform_caps()
219 GstGLUpload *ul; in _gst_gl_upload_element_propose_allocation()
Dgstgluploadelement.h51 GstGLUpload *upload;
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkglsink.h53 GstGLUpload *upload;
Dgtkgstglwidget.c61 GstGLUpload *upload;
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dstruct_aarch64.h121 {"GstGLUpload", sizeof (GstGLUpload), 136},
Dstruct_ppc64.h123 {"GstGLUpload", sizeof (GstGLUpload), 136},
Dstruct_arm.h121 {"GstGLUpload", sizeof (GstGLUpload), 136},
Dstruct_x86_64.h121 {"GstGLUpload", sizeof (GstGLUpload), 136},
Dstruct_i386.h121 {"GstGLUpload", sizeof (GstGLUpload), 136},
Dgstglheaders.c115 GstGLUpload *upload = NULL; in GST_START_TEST()
Dgstglupload.c35 static GstGLUpload *upload;
/third_party/gstreamer/gstplugins_base/
DChangeLog25223 glupload: create the GstGLUpload object in ::transform_caps
29177 We can't know if the GstGLUpload type is initialized at this point already,
31190 gluploadelement: Unref GstGLUpload object and caps in ::stop()
31191 Fix leak of the GstGLUpload object.
34265 glmixer: unref the GstGLUpload in the pad if freed while running
34404 We might need it later to perform a redisplay. GstGLUpload will take
66483 glmixer: unref the GstGLUpload in the pad if freed while running
/third_party/gstreamer/gstplugins_bad/
DChangeLog68791 glupload: create the GstGLUpload object in ::transform_caps
89721 We can't know if the GstGLUpload type is initialized at this point already,
96366 gluploadelement: Unref GstGLUpload object and caps in ::stop()
96367 Fix leak of the GstGLUpload object.
107828 glmixer: unref the GstGLUpload in the pad if freed while running
108523 We might need it later to perform a redisplay. GstGLUpload will take
121236 [530/906] GstGLUpload: fix video scaling and use GL_UPLOAD_CAPS
121304 [519/906] GstGLUpload: implement the allocation funcs and use GstGLMeta
121411 [506/906] GstGLUpload: update for 1.0