Home
last modified time | relevance | path

Searched refs:gst_buffer_get_gl_sync_meta (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsyncmeta.h79 #define gst_buffer_get_gl_sync_meta(b) ((GstGLSyncMeta*)gst_buffer_get_meta((b),GST_GL_SYNC_META_AP… macro
Dgstglfilter.c1021 in_sync_meta = gst_buffer_get_gl_sync_meta (inbuf); in gst_gl_filter_transform()
1031 out_sync_meta = gst_buffer_get_gl_sync_meta (outbuf); in gst_gl_filter_transform()
Dgstglbasesrc.c419 sync_meta = gst_buffer_get_gl_sync_meta (buffer); in gst_gl_base_src_fill()
Dgstglviewconvert.c2157 if ((sync_meta = gst_buffer_get_gl_sync_meta (priv->primary_in))) { in _do_view_convert()
2163 if ((sync_meta = gst_buffer_get_gl_sync_meta (priv->auxilliary_in))) { in _do_view_convert()
Dgstglcolorconvert.c2928 sync_meta = gst_buffer_get_gl_sync_meta (convert->inbuf); in _do_convert()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c347 sync_meta = gst_buffer_get_gl_sync_meta (buf); in on_new_sample()
497 sync_meta = gst_buffer_get_gl_sync_meta (vframe->buffer); in sdl_event_loop()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc146 sync_meta = gst_buffer_get_gl_sync_meta (this->sync_buffer_); in bind()
Dqtwindow.cc240 sync_meta = gst_buffer_get_gl_sync_meta (this->priv->buffer); in afterRendering()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c118 sync_meta = gst_buffer_get_gl_sync_meta (buffer); in gst_gl_mixer_pad_prepare_frame()
715 sync_meta = gst_buffer_get_gl_sync_meta (outbuf); in gst_gl_mixer_aggregate_frames()
Dgstglimagesink.c1723 sync_meta = gst_buffer_get_gl_sync_meta (next_buffer); in prepare_next_buffer()
1795 sync_meta = gst_buffer_get_gl_sync_meta (buf); in gst_glimage_sink_prepare()
Dcaopengllayersink.m991 sync_meta = gst_buffer_get_gl_sync_meta (ca_sink->stored_sync);
Dgstgldownloadelement.c1239 in_sync_meta = gst_buffer_get_gl_sync_meta (inbuf); in gst_gl_download_element_prepare_output_buffer()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglupload.c285 fail_unless (gst_buffer_get_gl_sync_meta (outbuf)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c363 sync_meta = gst_buffer_get_gl_sync_meta (buffer); in gtk_gst_gl_widget_render()