Lines Matching refs:max_w
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()
2930 if (!gst_v4l2_object_get_nearest_size (v4l2object, pixelformat, &max_w, 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()
2971 if (min_w == max_w) in gst_v4l2_object_probe_caps_for_format()
2972 gst_structure_set (tmp, "width", G_TYPE_INT, max_w, NULL); in gst_v4l2_object_probe_caps_for_format()
2974 gst_structure_set (tmp, "width", GST_TYPE_INT_RANGE, min_w, max_w, 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()
2989 if (v4l2object->info.width >= min_w && v4l2object->info.width <= max_w && in gst_v4l2_object_probe_caps_for_format()
2995 probed_w = max_w; in gst_v4l2_object_probe_caps_for_format()