Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.c270 ftable->set_param_value (instance, &property_cache[i].data, i); in gst_frei0r_instance_construct()
400 ftable->set_param_value (instance, &d, prop->prop_idx); in gst_frei0r_set_property()
408 ftable->set_param_value (instance, &d, prop->prop_idx); in gst_frei0r_set_property()
417 ftable->set_param_value (instance, s, prop->prop_idx); in gst_frei0r_set_property()
440 ftable->set_param_value (instance, color, prop->prop_idx); in gst_frei0r_set_property()
459 ftable->set_param_value (instance, position, prop->prop_idx); in gst_frei0r_set_property()
505 (gpointer *) & ftable.set_param_value) in register_plugin()
Dgstfrei0r.h63 void (*set_param_value) (f0r_instance_t instance, member
/third_party/ffmpeg/libavfilter/
Dvf_frei0r.c65 f0r_set_param_value_f set_param_value; member
134 s->set_param_value(s->instance, &val, index); in set_param()
257 !(s->set_param_value = load_sym(ctx, "f0r_set_param_value")) || in frei0r_init()
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc696 static void set_param_value(int param_value) { param_value_ = param_value; } in set_param_value() function in GeneratorEvaluationTest
1109 GeneratorEvaluationTest::set_param_value(1); in main()
1116 GeneratorEvaluationTest::set_param_value(2); in main()