Lines Matching refs:set_h
1350 gint set_h, set_par_n, set_par_d; in gst_va_vpp_fixate_size() local
1382 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
1386 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_va_vpp_fixate_size()
1405 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_va_vpp_fixate_size()
1431 gint set_h, set_w, f_h, f_w; in gst_va_vpp_fixate_size() local
1447 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
1451 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_va_vpp_fixate_size()
1459 G_TYPE_INT, set_h, NULL); in gst_va_vpp_fixate_size()
1463 f_h = set_h; in gst_va_vpp_fixate_size()
1475 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
1479 if (set_h == h) { in gst_va_vpp_fixate_size()
1481 G_TYPE_INT, set_h, NULL); 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()
1490 f_h = set_h; 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
1506 gst_structure_get_int (tmp, "height", &set_h); 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()
1528 G_TYPE_INT, set_h, NULL); in gst_va_vpp_fixate_size()
1546 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_va_vpp_fixate_size()
1554 G_TYPE_INT, set_h, NULL); in gst_va_vpp_fixate_size()
1582 G_TYPE_INT, set_h, NULL); in gst_va_vpp_fixate_size()