Searched refs:to_dar_n (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 568 gint from_dar_n, from_dar_d, to_dar_n, to_dar_d; in gst_video_scale_set_info() local 577 out_info->height, out_info->par_n, out_info->par_d, &to_dar_n, in gst_video_scale_set_info() 579 to_dar_n = to_dar_d = -1; in gst_video_scale_set_info() 583 if (to_dar_n != from_dar_n || to_dar_d != from_dar_d) { 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()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 359 gint from_dar_n, from_dar_d, to_dar_n, to_dar_d, num, den; in _mixer_pad_get_output_size() local 371 out_par_n, out_par_d, &to_dar_n, &to_dar_d)) { in _mixer_pad_get_output_size() 372 to_dar_n = to_dar_d = -1; in _mixer_pad_get_output_size() 375 if (from_dar_n != to_dar_n || from_dar_d != to_dar_d) { in _mixer_pad_get_output_size()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 1724 gint from_dar_n, from_dar_d, to_dar_n, to_dar_d; in gst_d3d11_base_convert_set_info() local 1739 out_info->height, out_info->par_n, out_info->par_d, &to_dar_n, in gst_d3d11_base_convert_set_info() 1741 to_dar_n = to_dar_d = -1; in gst_d3d11_base_convert_set_info() 1745 if (to_dar_n != from_dar_n || to_dar_d != from_dar_d) { in gst_d3d11_base_convert_set_info() 1767 from_dar_n, from_dar_d, to_dar_n, to_dar_d); in gst_d3d11_base_convert_set_info() 1873 out_info->height, out_info->par_n, out_info->par_d, to_dar_n, to_dar_d, in gst_d3d11_base_convert_set_info()
|
D | gstd3d11compositor.cpp | 1130 gint from_dar_n, from_dar_d, to_dar_n, to_dar_d, num, den; in gst_d3d11_compositor_pad_get_output_size() local 1142 out_par_n, out_par_d, &to_dar_n, &to_dar_d)) { in gst_d3d11_compositor_pad_get_output_size() 1143 to_dar_n = to_dar_d = -1; in gst_d3d11_compositor_pad_get_output_size() 1146 if (from_dar_n != to_dar_n || from_dar_d != to_dar_d) { in gst_d3d11_compositor_pad_get_output_size()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 403 gint from_dar_n, from_dar_d, to_dar_n, to_dar_d; in gst_va_vpp_set_info() local 421 GST_VIDEO_INFO_PAR_D (out_info), &to_dar_n, &to_dar_d)) { in gst_va_vpp_set_info() 422 to_dar_n = to_dar_d = -1; in gst_va_vpp_set_info() 438 if (to_dar_n != from_dar_n || to_dar_d != from_dar_d) { in gst_va_vpp_set_info()
|