Home
last modified time | relevance | path

Searched refs:set_h (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c344 gint set_h, set_par_n, set_par_d; in gst_cuda_scale_fixate_caps() local
376 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
380 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_cuda_scale_fixate_caps()
399 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_cuda_scale_fixate_caps()
425 gint set_h, set_w, f_h, f_w; in gst_cuda_scale_fixate_caps() local
441 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
445 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_cuda_scale_fixate_caps()
453 G_TYPE_INT, set_h, NULL); in gst_cuda_scale_fixate_caps()
457 f_h = set_h; in gst_cuda_scale_fixate_caps()
469 gst_structure_get_int (tmp, "height", &set_h); in gst_cuda_scale_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpputil.c211 gint set_h, set_par_n, set_par_d; in fixate_output_frame_size() local
240 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
244 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in fixate_output_frame_size()
262 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in fixate_output_frame_size()
285 gint set_h, set_w, f_h, f_w; in fixate_output_frame_size() local
298 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
302 w = (guint) gst_util_uint64_scale_int (set_h, num, den); in fixate_output_frame_size()
310 G_TYPE_INT, set_h, NULL); in fixate_output_frame_size()
314 f_h = set_h; in fixate_output_frame_size()
326 gst_structure_get_int (tmp, "height", &set_h); in fixate_output_frame_size()
[all …]
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c919 gint set_h, set_par_n, set_par_d; in gst_video_scale_fixate_caps() local
951 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
955 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_video_scale_fixate_caps()
974 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_video_scale_fixate_caps()
1000 gint set_h, set_w, f_h, f_w; in gst_video_scale_fixate_caps() local
1016 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
1020 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_video_scale_fixate_caps()
1028 G_TYPE_INT, set_h, NULL); in gst_video_scale_fixate_caps()
1032 f_h = set_h; in gst_video_scale_fixate_caps()
1044 gst_structure_get_int (tmp, "height", &set_h); in gst_video_scale_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c623 gint set_h, set_par_n, set_par_d; in gst_v4l2_transform_fixate_caps() local
655 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
659 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_v4l2_transform_fixate_caps()
678 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_v4l2_transform_fixate_caps()
704 gint set_h, set_w, f_h, f_w; in gst_v4l2_transform_fixate_caps() local
722 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
726 w = (guint) gst_util_uint64_scale_int (set_h, num, den); in gst_v4l2_transform_fixate_caps()
734 G_TYPE_INT, set_h, NULL); in gst_v4l2_transform_fixate_caps()
738 f_h = set_h; in gst_v4l2_transform_fixate_caps()
750 gst_structure_get_int (tmp, "height", &set_h); in gst_v4l2_transform_fixate_caps()
[all …]
/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
423 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
427 w = (guint) gst_util_uint64_scale_int (set_h, num, den); in gst_gl_filter_fixate_caps()
435 G_TYPE_INT, set_h, NULL); in gst_gl_filter_fixate_caps()
439 f_h = set_h; in gst_gl_filter_fixate_caps()
451 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
455 if (set_h == h) { in gst_gl_filter_fixate_caps()
457 G_TYPE_INT, set_h, NULL); in gst_gl_filter_fixate_caps()
470 gint set_h, set_w, set_par_n, set_par_d, tmp2; in gst_gl_filter_fixate_caps() local
478 gst_structure_get_int (tmp, "height", &set_h); in gst_gl_filter_fixate_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1350 gint set_h, set_par_n, set_par_d; in gst_va_vpp_fixate_size() local
1382 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
1386 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_va_vpp_fixate_size()
1405 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_va_vpp_fixate_size()
1431 gint set_h, set_w, f_h, f_w; in gst_va_vpp_fixate_size() local
1447 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
1451 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_va_vpp_fixate_size()
1459 G_TYPE_INT, set_h, NULL); in gst_va_vpp_fixate_size()
1463 f_h = set_h; in gst_va_vpp_fixate_size()
1475 gst_structure_get_int (tmp, "height", &set_h); in gst_va_vpp_fixate_size()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp849 gint set_h, set_par_n, set_par_d; in gst_d3d11_base_convert_fixate_size() local
881 gst_structure_get_int (tmp, "height", &set_h); in gst_d3d11_base_convert_fixate_size()
885 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, set_h, w, in gst_d3d11_base_convert_fixate_size()
904 gst_structure_set (outs, "height", G_TYPE_INT, set_h, in gst_d3d11_base_convert_fixate_size()
930 gint set_h, set_w, f_h, f_w; in gst_d3d11_base_convert_fixate_size() local
946 gst_structure_get_int (tmp, "height", &set_h); in gst_d3d11_base_convert_fixate_size()
950 w = (guint) gst_util_uint64_scale_int_round (set_h, num, den); in gst_d3d11_base_convert_fixate_size()
958 G_TYPE_INT, set_h, NULL); in gst_d3d11_base_convert_fixate_size()
962 f_h = set_h; in gst_d3d11_base_convert_fixate_size()
974 gst_structure_get_int (tmp, "height", &set_h); in gst_d3d11_base_convert_fixate_size()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1523 gint set_h, set_w, f_h, f_w; in fixate_size() local
1539 gst_structure_get_int (tmp, "height", &set_h); in fixate_size()
1543 w = (guint) gst_util_uint64_scale_int (set_h, num, den); in fixate_size()
1551 G_TYPE_INT, set_h, NULL); in fixate_size()
1555 f_h = set_h; in fixate_size()
1567 gst_structure_get_int (tmp, "height", &set_h); in fixate_size()
1571 if (set_h == h) { in fixate_size()
1573 G_TYPE_INT, set_h, NULL); in fixate_size()
1586 gint set_h, set_w, set_par_n, set_par_d, tmp2; in fixate_size() local
1594 gst_structure_get_int (tmp, "height", &set_h); in fixate_size()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtimex.rs277 pub fn set_h(&mut self, val: ::std::os::raw::c_int) { in set_h() method