Home
last modified time | relevance | path

Searched refs:GST_GL_VIEW_CONVERT_ELEMENT (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglviewconvert.c173 GstGLViewConvertElement *convert = GST_GL_VIEW_CONVERT_ELEMENT (object); in gst_gl_view_convert_dispose()
187 GST_GL_VIEW_CONVERT_ELEMENT (filter); in gst_gl_view_convert_element_set_caps()
221 GST_GL_VIEW_CONVERT_ELEMENT (filter); in gst_gl_view_convert_element_transform_internal_caps()
241 GST_GL_VIEW_CONVERT_ELEMENT (trans); in gst_gl_view_convert_element_fixate_caps()
260 GST_GL_VIEW_CONVERT_ELEMENT (bt); in gst_gl_view_convert_element_stop()
271 GstGLViewConvertElement *convert = GST_GL_VIEW_CONVERT_ELEMENT (object); in gst_gl_view_convert_element_set_property()
300 GstGLViewConvertElement *convert = GST_GL_VIEW_CONVERT_ELEMENT (object); in gst_gl_view_convert_element_get_property()
323 GST_GL_VIEW_CONVERT_ELEMENT (trans); in gst_gl_view_convert_element_submit_input_buffer()
349 GST_GL_VIEW_CONVERT_ELEMENT (bt); in gst_gl_view_convert_element_generate_output_buffer()
Dgstglviewconvert.h29 #define GST_GL_VIEW_CONVERT_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_V… macro