Home
last modified time | relevance | path

Searched refs:from_par_n (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c72 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/
Dgstcudascale.c207 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/
Dgstvideoscale.c782 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/
Dgstv4l2transform.c486 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/
Dgstglfilter.c294 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/
Dgstvavpp.c1200 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/
Dgstd3d11convert.cpp712 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/
Dvkviewconvert.c1409 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()