/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudascale.c | 262 gint set_w, set_par_n, set_par_d; in gst_cuda_scale_fixate_caps() local 294 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps() 298 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_cuda_scale_fixate_caps() 318 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in gst_cuda_scale_fixate_caps() 425 gint set_h, set_w, f_h, f_w; in gst_cuda_scale_fixate_caps() local 447 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps() 451 if (set_w == w) { in gst_cuda_scale_fixate_caps() 452 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_cuda_scale_fixate_caps() 458 f_w = set_w; in gst_cuda_scale_fixate_caps() 463 gst_structure_get_int (tmp, "width", &set_w); in gst_cuda_scale_fixate_caps() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpputil.c | 137 gint set_w, set_par_n, set_par_d; in fixate_output_frame_size() local 166 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size() 170 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in fixate_output_frame_size() 188 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in fixate_output_frame_size() 285 gint set_h, set_w, f_h, f_w; in fixate_output_frame_size() local 304 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size() 308 if (set_w == w) { in fixate_output_frame_size() 309 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in fixate_output_frame_size() 315 f_w = set_w; in fixate_output_frame_size() 320 gst_structure_get_int (tmp, "width", &set_w); in fixate_output_frame_size() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 837 gint set_w, set_par_n, set_par_d; in gst_video_scale_fixate_caps() local 869 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps() 873 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_video_scale_fixate_caps() 893 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in gst_video_scale_fixate_caps() 1000 gint set_h, set_w, f_h, f_w; in gst_video_scale_fixate_caps() local 1022 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps() 1026 if (set_w == w) { in gst_video_scale_fixate_caps() 1027 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_video_scale_fixate_caps() 1033 f_w = set_w; in gst_video_scale_fixate_caps() 1038 gst_structure_get_int (tmp, "width", &set_w); in gst_video_scale_fixate_caps() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 541 gint set_w, set_par_n, set_par_d; in gst_v4l2_transform_fixate_caps() local 573 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps() 577 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_v4l2_transform_fixate_caps() 597 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in gst_v4l2_transform_fixate_caps() 704 gint set_h, set_w, f_h, f_w; in gst_v4l2_transform_fixate_caps() local 728 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps() 732 if (set_w == w) { in gst_v4l2_transform_fixate_caps() 733 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_v4l2_transform_fixate_caps() 739 f_w = set_w; in gst_v4l2_transform_fixate_caps() 744 gst_structure_get_int (tmp, "width", &set_w); in gst_v4l2_transform_fixate_caps() [all …]
|
/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 429 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps() 433 if (set_w == w) { in gst_gl_filter_fixate_caps() 434 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_gl_filter_fixate_caps() 440 f_w = set_w; in gst_gl_filter_fixate_caps() 445 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps() 449 h = (guint) gst_util_uint64_scale_int (set_w, den, num); in gst_gl_filter_fixate_caps() 456 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", 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 480 gst_structure_get_int (tmp, "width", &set_w); in gst_gl_filter_fixate_caps() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 1268 gint set_w, set_par_n, set_par_d; in gst_va_vpp_fixate_size() local 1300 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size() 1304 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_va_vpp_fixate_size() 1324 gst_structure_set (outs, "width", G_TYPE_INT, set_w, in gst_va_vpp_fixate_size() 1431 gint set_h, set_w, f_h, f_w; in gst_va_vpp_fixate_size() local 1453 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size() 1457 if (set_w == w) { in gst_va_vpp_fixate_size() 1458 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_va_vpp_fixate_size() 1464 f_w = set_w; in gst_va_vpp_fixate_size() 1469 gst_structure_get_int (tmp, "width", &set_w); in gst_va_vpp_fixate_size() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 767 gint set_w, set_par_n, set_par_d; in gst_d3d11_base_convert_fixate_size() local 799 gst_structure_get_int (tmp, "width", &set_w); in gst_d3d11_base_convert_fixate_size() 803 if (!gst_util_fraction_multiply (from_dar_n, from_dar_d, h, set_w, in gst_d3d11_base_convert_fixate_size() 823 gst_structure_set (outs, "width", G_TYPE_INT, set_w, 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 952 gst_structure_get_int (tmp, "width", &set_w); in gst_d3d11_base_convert_fixate_size() 956 if (set_w == w) { in gst_d3d11_base_convert_fixate_size() 957 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in gst_d3d11_base_convert_fixate_size() 963 f_w = set_w; in gst_d3d11_base_convert_fixate_size() 968 gst_structure_get_int (tmp, "width", &set_w); in gst_d3d11_base_convert_fixate_size() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 1523 gint set_h, set_w, f_h, f_w; in fixate_size() local 1545 gst_structure_get_int (tmp, "width", &set_w); in fixate_size() 1549 if (set_w == w) { in fixate_size() 1550 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in fixate_size() 1556 f_w = set_w; in fixate_size() 1561 gst_structure_get_int (tmp, "width", &set_w); in fixate_size() 1565 h = (guint) gst_util_uint64_scale_int (set_w, den, num); in fixate_size() 1572 gst_structure_set (outs, "width", G_TYPE_INT, set_w, "height", in fixate_size() 1586 gint set_h, set_w, set_par_n, set_par_d, tmp2; in fixate_size() local 1596 gst_structure_get_int (tmp, "width", &set_w); in fixate_size() [all …]
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 2946 proto2diff_.set_w("foo"); in TEST_F() 2958 proto2diff_.set_w("foo"); in TEST_F() 2970 proto2diff_.set_w("foo"); in TEST_F() 2983 proto2diff_.set_w("foo"); in TEST_F() 3001 proto2diff_.set_w("foo"); in TEST_F() 3019 proto2diff_.set_w("foo"); in TEST_F() 3036 proto2diff_.set_w("foo"); in TEST_F() 3050 proto2diff_.set_w("foo"); in TEST_F() 3064 proto2diff_.set_w("foo"); in TEST_F() 3080 proto2diff_.set_w("foo"); in TEST_F() [all …]
|