/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpputil.c | 72 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local 77 from_par_n = GST_VIDEO_INFO_PAR_N (vinfo); in fixate_output_frame_size() 94 SWAP_GINT (from_par_n, from_par_d); in fixate_output_frame_size() 110 from_par_n, from_par_d, w, h)) { in fixate_output_frame_size() 125 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudascale.c | 207 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_cuda_scale_fixate_caps() local 215 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_cuda_scale_fixate_caps() 233 from_par_n, from_par_d, w, h)) { in gst_cuda_scale_fixate_caps() 247 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_cuda_scale_fixate_caps()
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 782 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_video_scale_fixate_caps() local 790 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_video_scale_fixate_caps() 808 from_par_n, from_par_d, w, h)) { in gst_video_scale_fixate_caps() 822 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_video_scale_fixate_caps()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 486 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_v4l2_transform_fixate_caps() local 494 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_v4l2_transform_fixate_caps() 512 from_par_n, from_par_d, w, h)) { in gst_v4l2_transform_fixate_caps() 526 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_v4l2_transform_fixate_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 294 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_gl_filter_fixate_caps() local 302 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_gl_filter_fixate_caps() 326 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_gl_filter_fixate_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 1200 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_va_vpp_fixate_size() local 1208 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_va_vpp_fixate_size() 1224 SWAP (from_par_n, from_par_d); in gst_va_vpp_fixate_size() 1239 from_par_n, from_par_d, w, h)) { in gst_va_vpp_fixate_size() 1253 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_va_vpp_fixate_size()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 712 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in gst_d3d11_base_convert_fixate_size() local 720 from_par_n = gst_value_get_fraction_numerator (from_par); in gst_d3d11_base_convert_fixate_size() 738 from_par_n, from_par_d, w, h)) { in gst_d3d11_base_convert_fixate_size() 752 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in gst_d3d11_base_convert_fixate_size()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 1409 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_size() local 1417 from_par_n = gst_value_get_fraction_numerator (from_par); in fixate_size() 1441 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_size()
|