• Home
  • Raw
  • Download

Lines Matching refs:set_w

1268       gint set_w, set_par_n, set_par_d;  in gst_va_vpp_fixate_size()  local
1300 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size()
1304 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_va_vpp_fixate_size()
1324 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in gst_va_vpp_fixate_size()
1431 gint set_h, set_w, f_h, f_w; in gst_va_vpp_fixate_size() local
1453 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size()
1457 if (set_w == w) { in gst_va_vpp_fixate_size()
1458 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size()
1464 f_w = set_w; in gst_va_vpp_fixate_size()
1469 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size()
1473 h = (guint) gst_util_uint64_scale_int_round (set_w, den, num); in gst_va_vpp_fixate_size()
1480 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size()
1489 if (set_w * ABS (set_h - h) < ABS (f_w - w) * f_h) { in gst_va_vpp_fixate_size()
1491 f_w = set_w; in gst_va_vpp_fixate_size()
1498 gint set_h, set_w, set_par_n, set_par_d, tmp2; in gst_va_vpp_fixate_size() local
1508 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size()
1510 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, set_w, in gst_va_vpp_fixate_size()
1527 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size()
1563 h = (guint) gst_util_uint64_scale_int_round (set_w, den, num); in gst_va_vpp_fixate_size()
1570 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size()
1581 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size()