Lines Matching refs:max_h
2919 gint min_w, max_w, min_h, max_h, fix_num = 0, fix_denom = 0; in gst_v4l2_object_probe_caps_for_format() local
2923 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format()
2931 &max_h)) { in gst_v4l2_object_probe_caps_for_format()
2938 if (max_w == 0 || max_h == 0) in gst_v4l2_object_probe_caps_for_format()
2939 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format()
2976 if (min_h == max_h) in gst_v4l2_object_probe_caps_for_format()
2977 gst_structure_set (tmp, "height", G_TYPE_INT, max_h, NULL); in gst_v4l2_object_probe_caps_for_format()
2979 gst_structure_set (tmp, "height", GST_TYPE_INT_RANGE, min_h, max_h, NULL); in gst_v4l2_object_probe_caps_for_format()
2984 gst_v4l2_object_add_interlace_mode (v4l2object, tmp, max_w, max_h, in gst_v4l2_object_probe_caps_for_format()
2991 && v4l2object->info.height <= max_h) { in gst_v4l2_object_probe_caps_for_format()
2996 probed_h = max_h; in gst_v4l2_object_probe_caps_for_format()