Searched refs:f_this (Results 1 – 2 of 2) sorted by relevance
63 GValue f_this = { 0, }; in _gst_param_fraction_validate() local68 g_value_init (&f_this, GST_TYPE_FRACTION); in _gst_param_fraction_validate()69 gst_value_set_fraction (&f_this, value->data[0].v_int, value->data[1].v_int); in _gst_param_fraction_validate()77 res = gst_value_compare (&f_min, &f_this); in _gst_param_fraction_validate()89 res = gst_value_compare (&f_this, &f_max); in _gst_param_fraction_validate()99 g_value_unset (&f_this); in _gst_param_fraction_validate()
213 f_this, f_outer, f_inner = frames215 self.assertRegex(repr(f_this),