/third_party/glib/gobject/ |
D | gbinding.c | 248 TransformFunc *transform_func; /* LOCK: unbind_lock */ member 373 TransformFunc *transform_func; in weak_unbind() local 385 transform_func = g_steal_pointer (&binding->transform_func); in weak_unbind() 425 g_clear_pointer (&transform_func, transform_func_unref); in weak_unbind() 503 TransformFunc *transform_func; in on_source_notify() local 527 if (!binding->transform_func) in on_source_notify() 533 transform_func = transform_func_ref (binding->transform_func); in on_source_notify() 541 res = transform_func->transform_s2t (binding, in on_source_notify() 544 transform_func->transform_data); in on_source_notify() 546 transform_func_unref (transform_func); in on_source_notify() [all …]
|
D | gvalue.c | 521 GValueTransform transform_func) in g_value_register_transform_func() argument 529 g_return_if_fail (transform_func != NULL); in g_value_register_transform_func() 537 transform_func, in g_value_register_transform_func() 542 entry.func = transform_func; in g_value_register_transform_func()
|
D | gvalue.h | 167 GValueTransform transform_func);
|
D | gvaluetransform.c | 240 #define SKIP____register_transform_func(type1,type2,transform_func) /* skip questionable transf… in _g_value_transforms_init() argument
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmeta.h | 235 GstMetaTransformFunction transform_func; member 253 GstMetaTransformFunction transform_func); 257 GstCustomMetaTransformFunction transform_func,
|
D | gstmeta.c | 264 GstCustomMetaTransformFunction transform_func, in gst_meta_register_custom() argument 288 info->custom_transform_func = transform_func; in gst_meta_register_custom() 374 GstMetaTransformFunction transform_func) in gst_meta_register() argument 400 info->transform_func = transform_func; in gst_meta_register()
|
D | gstbuffer.c | 686 } else if (info->transform_func) { in gst_buffer_copy_into() 693 if (!info->transform_func (dest, meta, src, in gst_buffer_copy_into()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_xform.h | 136 typedef void (*transform_func)(GLvector4f *to_vec, typedef 151 extern transform_func *_mesa_transform_tab[5];
|
D | m_xform.c | 67 transform_func *_mesa_transform_tab[5];
|
D | m_debug_xform.c | 167 static int test_transform_function( transform_func func, int psize, in test_transform_function() 312 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]]; in _math_test_all_transform_functions()
|
D | m_xform_tmp.h | 747 static transform_func TAG(transform_tab_1)[7]; 748 static transform_func TAG(transform_tab_2)[7]; 749 static transform_func TAG(transform_tab_3)[7]; 750 static transform_func TAG(transform_tab_4)[7];
|
/third_party/boost/libs/spirit/test/qi/ |
D | iterator_check.cpp | 17 char transform_func(char c) { in transform_func() function 33 … boost::transformed_range<char(*)(char), std::string> const rng = transform(input, transform_func); in main()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtputils.c | 42 if (info->transform_func && (!tags || !tags[0] || (copy_tag != 0 in foreach_metadata_copy() 48 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata_copy()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbaseaudiopayload.c | 496 if (info->transform_func && (!tags || (g_strv_length ((gchar **) tags) == 1 in foreach_metadata() 501 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 554 if (info->transform_func) in gst_video_scale_transform_meta() 555 return info->transform_func (outbuf, meta, inbuf, _scale_quark, &trans); in gst_video_scale_transform_meta()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 932 if (do_copy && info->transform_func) { in foreach_metadata() 936 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
D | gstbasetransform.c | 1785 if (info->transform_func) { in foreach_metadata() 1787 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.c | 722 if (do_copy && info->transform_func) { in foreach_metadata() 726 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
D | gstaudiodecoder.c | 1271 if (do_copy && info->transform_func) { in foreach_metadata() 1275 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 2214 if (do_copy && info->transform_func) { in foreach_metadata() 2218 info->transform_func (frame->output_buffer, *meta, inbuf, in foreach_metadata()
|
D | gstvideodecoder.c | 3450 if (do_copy && info->transform_func) { in foreach_metadata() 3455 info->transform_func (buffer, *meta, inbuf, _gst_meta_transform_copy, in foreach_metadata()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 17315 adapter: Check if meta transform_func is NULL before using it 17321 basetransform: Check if meta transform_func is NULL before using it 28412 meta: transform_func: return FALSE if not supported or failed
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6747 videoscale implementation swapped the arguments of meta->transform_func. 43956 libs: Check if meta transform_func is NULL before using it 56804 video/audio meta: transform_func: return FALSE if not supported or failed
|