Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstparamspecs.c63 GValue f_this = { 0, }; in _gst_param_fraction_validate() local
68 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()
/third_party/python/Lib/test/
Dtest_frame.py213 f_this, f_outer, f_inner = frames
215 self.assertRegex(repr(f_this),