Home
last modified time | relevance | path

Searched refs:gst_structure_get_double (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavigationtest.c79 gst_structure_get_double (s, "pointer_x", &navtest->x); in gst_navigationtest_src_event()
80 gst_structure_get_double (s, "pointer_y", &navtest->y); in gst_navigationtest_src_event()
84 gst_structure_get_double (s, "pointer_x", &click->x); in gst_navigationtest_src_event()
85 gst_structure_get_double (s, "pointer_y", &click->y); in gst_navigationtest_src_event()
95 gst_structure_get_double (s, "pointer_x", &click->x); in gst_navigationtest_src_event()
96 gst_structure_get_double (s, "pointer_y", &click->y); in gst_navigationtest_src_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c806 ret &= gst_structure_get_double (s, "pointer_x", x); in gst_navigation_event_parse_mouse_button_event()
808 ret &= gst_structure_get_double (s, "pointer_y", y); in gst_navigation_event_parse_mouse_button_event()
842 ret &= gst_structure_get_double (s, "pointer_x", x); in gst_navigation_event_parse_mouse_move_event()
844 ret &= gst_structure_get_double (s, "pointer_y", y); in gst_navigation_event_parse_mouse_move_event()
882 ret &= gst_structure_get_double (s, "pointer_x", x); in gst_navigation_event_parse_mouse_scroll_event()
884 ret &= gst_structure_get_double (s, "pointer_y", y); in gst_navigation_event_parse_mouse_scroll_event()
886 ret &= gst_structure_get_double (s, "delta_pointer_x", delta_x); in gst_navigation_event_parse_mouse_scroll_event()
888 ret &= gst_structure_get_double (s, "delta_pointer_y", delta_y); in gst_navigation_event_parse_mouse_scroll_event()
Dvideo-resampler.c99 if (!options || !gst_structure_get_double (options, name, &res)) in get_opt_double()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c121 gst_structure_get_double (s, "timestamp", &ts); in _get_stats_from_remote_rtp_source_stats()
218 gst_structure_get_double (s, "timestamp", &ts); in _get_stats_from_rtp_source_stats()
573 gst_structure_get_double (s, "timestamp", &ts); in _get_stats_from_ice_transport()
650 gst_structure_get_double (s, "timestamp", &ts); in _get_stats_from_dtls_transport()
713 gst_structure_get_double (s, "timestamp", &ts); in _get_stats_from_transport_channel()
779 gst_structure_get_double (s, "timestamp", &ts); in _get_codec_stats_from_pad()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dcamctrl.c103 gst_structure_get_double (s, name, &v); in set_program()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkbasesink.c329 if (gst_structure_get_double (structure, "pointer_x", &x) && in gst_gtk_base_sink_navigation_send_event()
330 gst_structure_get_double (structure, "pointer_y", &y)) { in gst_gtk_base_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c652 && gst_structure_get_double (structure, "pointer_x", &x) in gst_vulkan_sink_navigation_send_event()
653 && gst_structure_get_double (structure, "pointer_y", &y)) { in gst_vulkan_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c591 gst_structure_get_double (structure, "pointer_x", &x); in gst_rfb_src_event()
592 gst_structure_get_double (structure, "pointer_y", &y); in gst_rfb_src_event()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h304 gboolean gst_structure_get_double (const GstStructure * structure,
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c147 if (gst_structure_get_double (structure, "pointer_x", &pointer_x) && in gst_video_crop_src_event()
148 gst_structure_get_double (structure, "pointer_y", &pointer_y)) { in gst_video_crop_src_event()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c710 if (gst_structure_get_double (structure, "pointer_x", &x) && in gst_gl_transformation_src_event()
711 gst_structure_get_double (structure, "pointer_y", &y)) { in gst_gl_transformation_src_event()
Dgstglimagesink.c621 if (width != 0 && gst_structure_get_double (structure, "pointer_x", &x) in gst_glimage_sink_navigation_send_event()
622 && height != 0 && gst_structure_get_double (structure, "pointer_y", &y)) { in gst_glimage_sink_navigation_send_event()
632 if (width != 0 && gst_structure_get_double (structure, "delta_pointer_x", &x) in gst_glimage_sink_navigation_send_event()
634 && gst_structure_get_double (structure, "delta_pointer_y", &y)) { in gst_glimage_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c1210 if (gst_structure_get_double (structure, "pointer_x", &a)) { in gst_video_scale_src_event()
1214 if (gst_structure_get_double (structure, "pointer_y", &a)) { in gst_video_scale_src_event()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m632 if (gst_structure_get_double (structure, "pointer_x", &x)) {
638 if (gst_structure_get_double (structure, "pointer_y", &y)) {
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmessage.c256 fail_unless (gst_structure_get_double (struc, "a_double", &a_double)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c1194 if (gst_structure_get_double (structure, "pointer_x", &x)) { in gst_xv_image_sink_navigation_send_event()
1200 if (gst_structure_get_double (structure, "pointer_y", &y)) { in gst_xv_image_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c328 fail_unless (gst_structure_get_double (gst_caps_get_structure (caps, 0), in validate_event()
336 fail_unless (gst_structure_get_double (gst_caps_get_structure (caps, 0), in validate_event()
Drtpbasepayload.c274 fail_unless (gst_structure_get_double (gst_caps_get_structure (caps, 0), in validate_event()
282 fail_unless (gst_structure_get_double (gst_caps_get_structure (caps, 0), in validate_event()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideoflip.c1238 if (gst_structure_get_double (structure, "pointer_x", &x) && in gst_video_flip_src_event()
1239 gst_structure_get_double (structure, "pointer_y", &y)) { in gst_video_flip_src_event()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c1581 if (x_offset > 0 && gst_structure_get_double (structure, "pointer_x", &x)) { in gst_x_image_sink_navigation_send_event()
1585 if (y_offset > 0 && gst_structure_get_double (structure, "pointer_y", &y)) { in gst_x_image_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c1809 if (!gst_structure_get_double (structure, "pointer_x", &x) in gst_va_vpp_src_event()
1810 || !gst_structure_get_double (structure, "pointer_y", &y)) in gst_va_vpp_src_event()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c2007 if (gst_structure_get_double (structure, "pointer_x", &old_x)) { in gst_dfbvideosink_navigation_send_event()
2021 if (gst_structure_get_double (structure, "pointer_y", &old_y)) { in gst_dfbvideosink_navigation_send_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c113 if (!options || !gst_structure_get_double (options, name, &res)) in get_opt_double()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c3206 if (gst_structure_get_double (structure, "pointer_x", &pointer_x) && in gst_video_box_src_event()
3207 gst_structure_get_double (structure, "pointer_y", &pointer_y)) { in gst_video_box_src_event()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp457 if (!gst_structure_get_double (self->config, opt, &res)) in get_opt_double()

12