• Home
  • Raw
  • Download

Lines Matching refs:out_info

202     GstVideoInfo * out_info);
552 { &videofilter->in_info, &videofilter->out_info }; in gst_video_scale_transform_meta()
565 GstVideoInfo * in_info, GstCaps * out, GstVideoInfo * out_info) in gst_video_scale_set_info() argument
576 if (!gst_util_fraction_multiply (out_info->width, in gst_video_scale_set_info()
577 out_info->height, out_info->par_n, out_info->par_d, &to_dar_n, in gst_video_scale_set_info()
589 out_info->par_d, out_info->par_n, &n, &d)) { in gst_video_scale_set_info()
590 to_h = gst_util_uint64_scale_int (out_info->width, d, n); in gst_video_scale_set_info()
591 if (to_h <= out_info->height) { in gst_video_scale_set_info()
592 videoscale->borders_h = out_info->height - to_h; in gst_video_scale_set_info()
595 to_w = gst_util_uint64_scale_int (out_info->height, n, d); in gst_video_scale_set_info()
596 g_assert (to_w <= out_info->width); in gst_video_scale_set_info()
598 videoscale->borders_w = out_info->width - to_w; in gst_video_scale_set_info()
608 if (in_info->width == out_info->width && in_info->height == out_info->height in gst_video_scale_set_info()
695 out_info->width - videoscale->borders_w, in gst_video_scale_set_info()
697 out_info->height - videoscale->borders_h, in gst_video_scale_set_info()
714 videoscale->convert = gst_video_converter_new (in_info, out_info, options); in gst_video_scale_set_info()
721 from_dar_n, from_dar_d, in_info->size, out_info->width, in gst_video_scale_set_info()
722 out_info->height, out_info->par_n, out_info->par_d, to_dar_n, to_dar_d, in gst_video_scale_set_info()
723 videoscale->borders_w, videoscale->borders_h, out_info->size); in gst_video_scale_set_info()
1204 if (filter->in_info.width != filter->out_info.width || in gst_video_scale_src_event()
1205 filter->in_info.height != filter->out_info.height) { in gst_video_scale_src_event()
1212 a * filter->in_info.width / filter->out_info.width, NULL); in gst_video_scale_src_event()
1216 a * filter->in_info.height / filter->out_info.height, NULL); in gst_video_scale_src_event()