Searched refs:f_h (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudascale.c | 425 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/ |
D | gstmsdkvpputil.c | 285 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/ |
D | gstvideoscale.c | 1000 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/ |
D | gstglfilter.c | 407 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/ |
D | gstv4l2transform.c | 704 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/ |
D | gstvavpp.c | 1431 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/ |
D | gstd3d11convert.cpp | 930 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/ |
D | vkviewconvert.c | 1523 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()
|