Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c262 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/
Dgstmsdkvpputil.c137 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/
Dgstvideoscale.c837 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/
Dgstv4l2transform.c541 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/
Dgstglfilter.c407 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/
Dgstvavpp.c1268 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/
Dgstd3d11convert.cpp767 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/
Dvkviewconvert.c1523 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/
Dmessage_differencer_unittest.cc2946 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 …]