Searched refs:basic_type1 (Results 1 – 1 of 1) sorted by relevance
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstvalue.c | 631 GType basic_type1, basic_type2; in gst_value_list_or_array_are_compatible() local 634 if (!gst_value_list_or_array_get_basic_type (value1, &basic_type1) || in gst_value_list_or_array_are_compatible() 636 basic_type1 == basic_type2) in gst_value_list_or_array_are_compatible() 640 if (IS_RANGE_COMPAT (G_TYPE_INT, GST_TYPE_INT_RANGE, basic_type1, in gst_value_list_or_array_are_compatible() 643 if (IS_RANGE_COMPAT (G_TYPE_INT64, GST_TYPE_INT64_RANGE, basic_type1, in gst_value_list_or_array_are_compatible() 646 if (IS_RANGE_COMPAT (G_TYPE_DOUBLE, GST_TYPE_DOUBLE_RANGE, basic_type1, in gst_value_list_or_array_are_compatible() 649 if (IS_RANGE_COMPAT (GST_TYPE_FRACTION, GST_TYPE_FRACTION_RANGE, basic_type1, in gst_value_list_or_array_are_compatible()
|