Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c71 GstCustomMetaTransformFunction custom_transform_func; member
174 custom_transform_func (GstBuffer * transbuf, GstMeta * meta, in custom_transform_func() function
180 if (info->custom_transform_func) in custom_transform_func()
181 return info->custom_transform_func (transbuf, (GstCustomMeta *) meta, in custom_transform_func()
282 custom_init_func, custom_free_func, custom_transform_func); in gst_meta_register_custom()
288 info->custom_transform_func = transform_func; in gst_meta_register_custom()