Home
last modified time | relevance | path

Searched refs:transform_func (Results 1 – 18 of 18) sorted by relevance

/third_party/glib/gobject/
Dgbinding.c248 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 …]
Dgvalue.c521 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()
Dgvalue.h167 GValueTransform transform_func);
Dgvaluetransform.c240 #define SKIP____register_transform_func(type1,type2,transform_func) /* skip questionable transf… in _g_value_transforms_init() argument
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c168 GstMetaTransformFunction transform_func) in gst_meta_register() argument
194 info->transform_func = transform_func; in gst_meta_register()
Dgstmeta.h200 GstMetaTransformFunction transform_func; member
218 GstMetaTransformFunction transform_func);
Dgstbuffer.c671 } 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/
Diterator_check.cpp17 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/
Dgstrtputils.c47 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbaseaudiopayload.c490 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/
Dgstadapter.c932 if (do_copy && info->transform_func) { in foreach_metadata()
936 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
Dgstbasetransform.c1734 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/
Dgstvideoencoder.c2015 if (do_copy && info->transform_func) { in foreach_metadata()
2019 info->transform_func (frame->output_buffer, *meta, inbuf, in foreach_metadata()
Dgstvideodecoder.c2930 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/
Dgstaudioencoder.c707 if (do_copy && info->transform_func) { in foreach_metadata()
711 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
Dgstaudiodecoder.c1234 if (do_copy && info->transform_func) { in foreach_metadata()
1238 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
/third_party/gstreamer/gstreamer/
DChangeLog9060 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/
DChangeLog30944 libs: Check if meta transform_func is NULL before using it
43792 video/audio meta: transform_func: return FALSE if not supported or failed