Lines Matching refs:in_height
160 gint in_width, gint in_height, int in_cv_type,
281 filter->in_height = 0; in gst_dewarp_init()
459 cy = filter->y_center * filter->in_height; in gst_dewarp_update_map()
482 gint in_width, gint in_height, gint * out_width, gint * out_height) in gst_dewarp_calculate_dimensions() argument
487 " in height: %" G_GINT32_FORMAT, in_width, in_height); in gst_dewarp_calculate_dimensions()
489 *out_height = in_height; in gst_dewarp_calculate_dimensions()
498 in_height, filter->pad_sink_width, filter->pad_sink_height, in gst_dewarp_calculate_dimensions()
526 *out_height = in_height; in gst_dewarp_calculate_dimensions()
529 filter->pad_sink_height = in_height; in gst_dewarp_calculate_dimensions()
539 *out_height = in_height; in gst_dewarp_calculate_dimensions()
547 in_width, *out_width, in_height, *out_height, direction); in gst_dewarp_calculate_dimensions()
598 gint in_width, gint in_height, int in_cv_type, in gst_dewarp_set_caps() argument
606 G_GINT32_FORMAT, in_width, in_height, out_width, out_height); in gst_dewarp_set_caps()
611 dewarp->in_height = in_height; in gst_dewarp_set_caps()
631 && img.size ().height == filter->in_height in gst_dewarp_transform_frame()