/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkutils.c | 155 const gchar * context_type, gboolean set_context) in gst_vulkan_local_context_query() argument 171 if (set_context) in gst_vulkan_local_context_query() 177 if (set_context) in gst_vulkan_local_context_query()
|
D | vkutils.h | 36 …ulkan_local_context_query (GstElement * element, const gchar * context_type, gboolean set_context);
|
D | vksink.c | 141 gstelement_class->set_context = gst_vulkan_sink_set_context; in gst_vulkan_sink_class_init() 239 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_vulkan_sink_set_context()
|
D | vkupload.c | 488 gstelement_class->set_context = gst_vulkan_upload_set_context; in gst_vulkan_upload_class_init() 588 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_vulkan_upload_set_context()
|
/third_party/boost/boost/statechart/ |
D | state.hpp | 50 this->set_context( ctx.pContext_ ); in state()
|
D | simple_state.hpp | 602 pInnerContext->set_context( pContext ); in shallow_construct() 607 void set_context( const context_ptr_type & pContext ) in set_context() function in boost::statechart::simple_state 611 base_type::set_context( in set_context()
|
/third_party/boost/boost/statechart/detail/ |
D | state_base.hpp | 114 void set_context( orthogonal_position_type position, Context * pContext ) in set_context() function in boost::statechart::detail::state_base
|
/third_party/grpc/src/core/lib/security/credentials/tls/ |
D | grpc_tls_credentials_options.h | 61 void set_context(void* context) { context_ = context; } in set_context() function
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 258 element_class->set_context = in gst_gl_base_mixer_class_init() 300 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_gl_base_mixer_set_context()
|
D | gstglstereosplit.c | 104 element_class->set_context = stereosplit_set_context; in gst_gl_stereosplit_class_init() 172 GST_ELEMENT_CLASS (gst_gl_stereosplit_parent_class)->set_context (element, in stereosplit_set_context()
|
D | gstgltestsrc.c | 183 element_class->set_context = gst_gl_test_src_set_context; in gst_gl_test_src_class_init() 315 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_gl_test_src_set_context()
|
D | caopengllayersink.m | 235 gstelement_class->set_context = gst_ca_opengl_layer_sink_set_context; 452 GST_ELEMENT_CLASS (parent_class)->set_context (element, context);
|
/third_party/grpc/src/cpp/common/ |
D | tls_credentials_options.cc | 120 c_config_->set_context(static_cast<void*>(this)); in TlsServerAuthorizationCheckConfig()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcontext.c | 82 GST_ELEMENT_CLASS (gst_context_element_parent_class)->set_context (element, in gst_context_element_set_context() 143 gstelement_class->set_context = gst_context_element_set_context; in gst_context_element_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasefilter.c | 114 element_class->set_context = gst_gl_base_filter_set_context; in gst_gl_base_filter_class_init() 188 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_gl_base_filter_set_context()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | gstwaylandsink.c | 191 gstelement_class->set_context = in gst_wayland_sink_class_init() 451 if (GST_ELEMENT_CLASS (parent_class)->set_context) in gst_wayland_sink_set_context() 452 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_wayland_sink_set_context()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrc.cpp | 325 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_wpe_src_set_context() 760 gstelement_class->set_context = GST_DEBUG_FUNCPTR (gst_wpe_src_set_context); in gst_wpe_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 144 element_class->set_context = gst_vtdec_set_context; in gst_vtdec_class_init() 1032 GST_ELEMENT_CLASS (gst_vtdec_parent_class)->set_context (element, context); in gst_vtdec_set_context()
|
/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | gstnvdec.c | 267 element_class->set_context = GST_DEBUG_FUNCPTR (gst_nvdec_set_context); in gst_nvdec_class_init() 1126 GST_ELEMENT_CLASS (gst_nvdec_parent_class)->set_context (element, context); in gst_nvdec_set_context()
|
/third_party/python/Python/ |
D | ast.c | 1116 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() function 1133 if (!set_context(c, e->v.Starred.value, ctx, n)) in set_context() 1169 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n)) in set_context() 1886 if (!set_context(c, target, Store, n)) in ast_for_namedexpr() 3205 if(!set_context(c, expr1, Store, ch)) { in ast_for_expr_stmt() 3336 if (!set_context(c, e, Store, CHILD(n, i))) in ast_for_expr_stmt() 3378 if (context && !set_context(c, e, context, CHILD(n, i))) in ast_for_exprlist() 4267 if (!set_context(c, optional_vars, Store, n)) { in ast_for_with_item()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.h | 740 void (*set_context) (GstElement *element, GstContext *context); member
|
D | gstelement.c | 266 klass->set_context = GST_DEBUG_FUNCPTR (gst_element_set_context_default); in gst_element_class_init() 3462 if (oclass->set_context) in gst_element_set_context() 3463 oclass->set_context (element, context); in gst_element_set_context()
|
D | gstbin.c | 470 gstelement_class->set_context = GST_DEBUG_FUNCPTR (gst_bin_set_context); in gst_bin_class_init() 4414 set_context (const GValue * item, gpointer user_data) in set_context() function 4431 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_bin_set_context() 4434 while (gst_iterator_foreach (children, set_context, in gst_bin_set_context()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.c | 260 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_msdkdec_set_context() 1500 element_class->set_context = gst_msdkdec_set_context; in gst_msdkdec_class_init()
|
D | gstmsdkvpp.c | 1360 GST_ELEMENT_CLASS (parent_class)->set_context (element, context); in gst_msdkvpp_set_context() 1379 element_class->set_context = gst_msdkvpp_set_context; in gst_msdkvpp_class_init()
|