Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c425 gint set_h, set_w, f_h, f_w; in gst_cuda_scale_fixate_caps() local
457 f_h = set_h; in gst_cuda_scale_fixate_caps()
483 if (set_w * ABS (set_h - h) < ABS (f_w - w) * f_h) { in gst_cuda_scale_fixate_caps()
484 f_h = set_h; in gst_cuda_scale_fixate_caps()
488 f_h, NULL); in gst_cuda_scale_fixate_caps()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c285 gint set_h, set_w, f_h, f_w; in fixate_output_frame_size() local
314 f_h = set_h; in fixate_output_frame_size()
341 f_h, NULL); in fixate_output_frame_size()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c1000 gint set_h, set_w, f_h, f_w; in gst_video_scale_fixate_caps() local
1032 f_h = set_h; in gst_video_scale_fixate_caps()
1058 if (set_w * ABS (set_h - h) < ABS (f_w - w) * f_h) { in gst_video_scale_fixate_caps()
1059 f_h = set_h; in gst_video_scale_fixate_caps()
1063 f_h, NULL); in gst_video_scale_fixate_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c407 gint set_h, set_w, f_h, f_w; in gst_gl_filter_fixate_caps() local
439 f_h = set_h; in gst_gl_filter_fixate_caps()
466 f_h, NULL); in gst_gl_filter_fixate_caps()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c704 gint set_h, set_w, f_h, f_w; in gst_v4l2_transform_fixate_caps() local
738 f_h = set_h; in gst_v4l2_transform_fixate_caps()
765 f_h, NULL); in gst_v4l2_transform_fixate_caps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1431 gint set_h, set_w, f_h, f_w; in gst_va_vpp_fixate_size() local
1463 f_h = set_h; in gst_va_vpp_fixate_size()
1489 if (set_w * ABS (set_h - h) < ABS (f_w - w) * f_h) { in gst_va_vpp_fixate_size()
1490 f_h = set_h; in gst_va_vpp_fixate_size()
1494 f_h, NULL); in gst_va_vpp_fixate_size()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp930 gint set_h, set_w, f_h, f_w; in gst_d3d11_base_convert_fixate_size() local
962 f_h = set_h; in gst_d3d11_base_convert_fixate_size()
988 if (set_w * ABS (set_h - h) < ABS (f_w - w) * f_h) { in gst_d3d11_base_convert_fixate_size()
989 f_h = set_h; in gst_d3d11_base_convert_fixate_size()
993 f_h, NULL); in gst_d3d11_base_convert_fixate_size()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1523 gint set_h, set_w, f_h, f_w; in fixate_size() local
1555 f_h = set_h; in fixate_size()
1582 f_h, NULL); in fixate_size()