/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.c | 168 GstMetaTransformFunction transform_func) in gst_meta_register() argument 194 info->transform_func = transform_func; in gst_meta_register()
|
D | gstmeta.h | 200 GstMetaTransformFunction transform_func; member 218 GstMetaTransformFunction transform_func);
|
D | gstbuffer.c | 671 } else if (info->transform_func) { in gst_buffer_copy_into() 678 if (!info->transform_func (dest, meta, src, in gst_buffer_copy_into()
|
/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 | 47 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata_copy()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbaseaudiopayload.c | 490 if (info->transform_func && (!tags || (g_strv_length ((gchar **) tags) == 1 in foreach_metadata() 496 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/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 | 1734 if (info->transform_func) { in foreach_metadata() 1736 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 2015 if (do_copy && info->transform_func) { in foreach_metadata() 2019 info->transform_func (frame->output_buffer, *meta, inbuf, in foreach_metadata()
|
D | gstvideodecoder.c | 2930 if (do_copy && info->transform_func) { in foreach_metadata() 2934 info->transform_func (frame->output_buffer, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.c | 707 if (do_copy && info->transform_func) { in foreach_metadata() 711 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
D | gstaudiodecoder.c | 1234 if (do_copy && info->transform_func) { in foreach_metadata() 1238 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 9060 adapter: Check if meta transform_func is NULL before using it 9066 basetransform: Check if meta transform_func is NULL before using it 20157 meta: transform_func: return FALSE if not supported or failed
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 30944 libs: Check if meta transform_func is NULL before using it 43792 video/audio meta: transform_func: return FALSE if not supported or failed
|