Home
last modified time | relevance | path

Searched refs:requested_config (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c73 GstStructure *requested_config; member
727 if (context_glx->priv->requested_config) in gst_gl_context_glx_destroy_context()
728 gst_structure_free (context_glx->priv->requested_config); in gst_gl_context_glx_destroy_context()
729 context_glx->priv->requested_config = NULL; in gst_gl_context_glx_destroy_context()
807 priv->requested_config); in gst_gl_context_glx_choose_format()
964 if (glx->priv->requested_config) in gst_gl_context_glx_request_config()
965 gst_structure_free (glx->priv->requested_config); in gst_gl_context_glx_request_config()
966 glx->priv->requested_config = config; in gst_gl_context_glx_request_config()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c684 if (egl->requested_config) { in gst_gl_context_egl_choose_config()
687 if (gst_structure_has_field_typed (egl->requested_config, \ in gst_gl_context_egl_choose_config()
691 if (gst_structure_get (egl->requested_config, \ in gst_gl_context_egl_choose_config()
1217 if (egl->requested_config) in gst_gl_context_egl_destroy_context()
1218 gst_structure_free (egl->requested_config); in gst_gl_context_egl_destroy_context()
1219 egl->requested_config = NULL; in gst_gl_context_egl_destroy_context()
1424 if (egl->requested_config)
1425 gst_structure_free (egl->requested_config);
1426 egl->requested_config = config;
Dgstglcontext_egl.h72 GstStructure *requested_config; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c236 GstStructure *requested_config; member
741 if (context->priv->requested_config) in gst_gl_context_finalize()
742 gst_structure_free (context->priv->requested_config); in gst_gl_context_finalize()
743 context->priv->requested_config = NULL; in gst_gl_context_finalize()
1289 } else if (other_context && !context->priv->requested_config) { in gst_gl_context_create_thread()
1963 if (context->priv->requested_config) in gst_gl_context_request_config()
1964 gst_structure_free (context->priv->requested_config); in gst_gl_context_request_config()
1965 context->priv->requested_config = gl_config; in gst_gl_context_request_config()