Searched refs:get_param_value (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.c | 95 ftable->get_param_value (instance, &properties[i].default_value, i); in gst_frei0r_klass_install_properties() 299 ftable->get_param_value (instance, &d, prop->prop_idx); in gst_frei0r_get_property() 310 ftable->get_param_value (instance, &d, prop->prop_idx); in gst_frei0r_get_property() 321 ftable->get_param_value (instance, &s, prop->prop_idx); in gst_frei0r_get_property() 331 ftable->get_param_value (instance, &color, prop->prop_idx); in gst_frei0r_get_property() 352 ftable->get_param_value (instance, &position, prop->prop_idx); in gst_frei0r_get_property() 507 (gpointer *) & ftable.get_param_value)) in register_plugin()
|
D | gstfrei0r.h | 65 void (*get_param_value) (f0r_instance_t instance, member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_frei0r.c | 64 f0r_get_param_value_f get_param_value; member 256 !(s->get_param_value = load_sym(ctx, "f0r_get_param_value")) || in frei0r_init()
|