Home
last modified time | relevance | path

Searched refs:gst_is_gl_memory (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.c290 g_return_val_if_fail (gst_is_gl_memory (GST_MEMORY_CAST (mem)), FALSE); in gst_gl_framebuffer_draw_to_texture()
375 if (gst_is_gl_memory (GST_MEMORY_CAST (attach->mem))) { in _update_effective_dimensions()
490 if (gst_is_gl_memory (GST_MEMORY_CAST (mem))) { in gst_gl_framebuffer_attach()
Dgstglmemory.c1034 g_return_val_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem), 0); in gst_gl_memory_get_texture_width()
1050 g_return_val_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem), 0); in gst_gl_memory_get_texture_height()
1066 g_return_val_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem), 0); in gst_gl_memory_get_texture_format()
1082 g_return_val_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem), 0); in gst_gl_memory_get_texture_target()
1098 g_return_val_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem), 0); in gst_gl_memory_get_texture_id()
1140 gst_is_gl_memory (GstMemory * mem) in gst_is_gl_memory() function
Dgstglmemory.h264 gboolean gst_is_gl_memory (GstMemory * mem);
Dgstglmemorypbo.c796 g_return_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem)); in gst_gl_memory_pbo_download_transfer()
830 g_return_if_fail (gst_is_gl_memory ((GstMemory *) gl_mem)); in gst_gl_memory_pbo_upload_transfer()
Dgstglfilter.c957 if (!gst_is_gl_memory (in_tex)) { in gst_gl_filter_filter_texture()
970 g_return_val_if_fail (gst_is_gl_memory (out_tex), FALSE); in gst_gl_filter_filter_texture()
Dgstglcolorconvert.c1904 if (gst_is_gl_memory (memory) && (USING_OPENGL (convert->context) in _YUV_to_RGB()
2711 if (!gst_is_gl_memory ((GstMemory *) convert->priv->in_tex[i])) { in _do_convert_one_view()
2739 if (!gst_is_gl_memory ((GstMemory *) out_tex)) { in _do_convert_one_view()
2895 if (!gst_is_gl_memory ((GstMemory *) in_tex)) { in _do_convert()
Dgstglviewconvert.c2077 if (!gst_is_gl_memory ((GstMemory *) priv->in_tex[i])) { in _do_view_convert()
2104 if (!gst_is_gl_memory ((GstMemory *) out_tex)) { in _do_view_convert()
Dgstglupload.c313 if (!gst_is_gl_memory (mem)) in _gl_memory_upload_accept()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc142 g_assert (gst_is_gl_memory (mem)); in bind()
Dgstqtoverlay.cc425 if (!gst_is_gl_memory (mem)) { in gst_qt_overlay_prepare_output_buffer()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp168 Q_ASSERT (gst_is_gl_memory (mem)); in paintGL()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c2489 g_assert (gst_is_gl_memory ((GstMemory *) gl_mem)); in gst_nv_base_enc_handle_frame()