/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 79 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/ |
D | navigation.c | 806 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()
|
D | video-resampler.c | 99 if (!options || !gst_structure_get_double (options, name, &res)) in get_opt_double()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcstats.c | 121 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/ |
D | camctrl.c | 103 gst_structure_get_double (s, name, &v); in set_program()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gstgtkbasesink.c | 329 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/ |
D | vksink.c | 652 && 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/ |
D | gstrfbsrc.c | 591 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/ |
D | gststructure.h | 304 gboolean gst_structure_get_double (const GstStructure * structure,
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 147 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/ |
D | gstgltransformation.c | 710 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()
|
D | gstglimagesink.c | 621 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/ |
D | gstvideoscale.c | 1210 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/ |
D | osxvideosink.m | 632 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/ |
D | gstmessage.c | 256 fail_unless (gst_structure_get_double (struc, "a_double", &a_double)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 1194 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/ |
D | rtpbasedepayload.c | 328 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()
|
D | rtpbasepayload.c | 274 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/ |
D | gstvideoflip.c | 1238 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/ |
D | ximagesink.c | 1581 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/ |
D | gstvavpp.c | 1809 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/ |
D | dfbvideosink.c | 2007 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/ |
D | audio-resampler.c | 113 if (!options || !gst_structure_get_double (options, name, &res)) in get_opt_double()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 3206 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/ |
D | gstd3d11converter.cpp | 457 if (!gst_structure_get_double (self->config, opt, &res)) in get_opt_double()
|