Searched refs:context_wrap (Results 1 – 2 of 2) sorted by relevance
140 context_t context_wrap(this_); \141 context_wrap.pre_parse(this_, scan_wrap); \143 return context_wrap.post_parse(hit, this_, scan_wrap);
414 GstGLWrappedContext *context_wrap = NULL; in gst_gl_context_new_wrapped() local431 context_wrap = g_object_new (GST_TYPE_GL_WRAPPED_CONTEXT, NULL); in gst_gl_context_new_wrapped()432 gst_object_ref_sink (context_wrap); in gst_gl_context_new_wrapped()434 if (!context_wrap) { in gst_gl_context_new_wrapped()441 context = (GstGLContext *) context_wrap; in gst_gl_context_new_wrapped()445 context_wrap->handle = handle; in gst_gl_context_new_wrapped()446 context_wrap->platform = context_type; in gst_gl_context_new_wrapped()447 context_wrap->available_apis = available_apis; in gst_gl_context_new_wrapped()1976 GstGLWrappedContext *context_wrap = GST_GL_WRAPPED_CONTEXT (context); in gst_gl_wrapped_context_get_gl_api() local1978 return context_wrap->available_apis; in gst_gl_wrapped_context_get_gl_api()[all …]