Home
last modified time | relevance | path

Searched refs:transform_func (Results 1 – 23 of 23) 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.h235 GstMetaTransformFunction transform_func; member
253 GstMetaTransformFunction transform_func);
257 GstCustomMetaTransformFunction transform_func,
Dgstmeta.c264 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()
Dgstbuffer.c686 } 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/
Dm_xform.h136 typedef void (*transform_func)(GLvector4f *to_vec, typedef
151 extern transform_func *_mesa_transform_tab[5];
Dm_xform.c67 transform_func *_mesa_transform_tab[5];
Dm_debug_xform.c167 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()
Dm_xform_tmp.h747 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/
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.c42 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/
Dgstrtpbaseaudiopayload.c496 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/
Dgstvideoscale.c554 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/
Dgstadapter.c932 if (do_copy && info->transform_func) { in foreach_metadata()
936 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
Dgstbasetransform.c1785 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/
Dgstaudioencoder.c722 if (do_copy && info->transform_func) { in foreach_metadata()
726 info->transform_func (outbuf, *meta, inbuf, in foreach_metadata()
Dgstaudiodecoder.c1271 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/
Dgstvideoencoder.c2214 if (do_copy && info->transform_func) { in foreach_metadata()
2218 info->transform_func (frame->output_buffer, *meta, inbuf, in foreach_metadata()
Dgstvideodecoder.c3450 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/
DChangeLog17315 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/
DChangeLog6747 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