/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-event.c | 233 if (!gst_structure_get_clock_time (s, "timestamp", &ev_timestamp)) in gst_video_event_parse_downstream_force_key_unit() 235 if (!gst_structure_get_clock_time (s, "stream-time", &ev_stream_time)) in gst_video_event_parse_downstream_force_key_unit() 237 if (!gst_structure_get_clock_time (s, "running-time", &ev_running_time)) in gst_video_event_parse_downstream_force_key_unit() 306 if (!gst_structure_get_clock_time (s, "running-time", &ev_running_time)) in gst_video_event_parse_upstream_force_key_unit()
|
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/ |
D | demo-osssrc.c | 127 if (gst_structure_get_clock_time (s, "running-time", ×tamp) && in message_handler() 128 gst_structure_get_clock_time (s, "duration", &duration)) { in message_handler() 131 } else if (gst_structure_get_clock_time (s, "endtime", ×tamp)) { in message_handler()
|
D | demo-audiotest.c | 174 if (gst_structure_get_clock_time (s, "running-time", ×tamp) && in message_handler() 175 gst_structure_get_clock_time (s, "duration", &duration)) { in message_handler() 178 } else if (gst_structure_get_clock_time (s, "endtime", ×tamp)) { in message_handler()
|
D | spectrum-example.c | 46 if (!gst_structure_get_clock_time (s, "endtime", &endtime)) in message_handler()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | level.c | 229 fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); in GST_START_TEST() 230 fail_unless (gst_structure_get_clock_time (structure, "timestamp", &ts)); in GST_START_TEST() 231 fail_unless (gst_structure_get_clock_time (structure, "duration", &duration)); in GST_START_TEST() 572 gst_structure_get_clock_time (structure, "timestamp", &ts1); in GST_START_TEST() 573 gst_structure_get_clock_time (structure, "duration", &dur1); in GST_START_TEST() 578 gst_structure_get_clock_time (structure, "timestamp", &ts2); in GST_START_TEST()
|
D | spectrum.c | 186 fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); in GST_START_TEST() 286 fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); in GST_START_TEST() 386 fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); in GST_START_TEST() 486 fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); in GST_START_TEST()
|
D | rtpsession.c | 2863 fail_unless (gst_structure_get_clock_time (pkt_s, "remote-ts", &ts)); \ 3703 fail_unless (gst_structure_get_clock_time (pkt_s, "remote-ts", &ts)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/examples/level/ |
D | level-example.c | 46 if (!gst_structure_get_clock_time (s, "endtime", &endtime)) in message_handler()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlssink2.c | 431 gst_structure_get_clock_time (s, "running-time", in gst_hls_sink2_handle_message() 443 gst_structure_get_clock_time (s, "running-time", &running_time); in gst_hls_sink2_handle_message()
|
D | gsthlssink.c | 296 gst_structure_get_clock_time (structure, "running-time", &running_time); in gst_hls_sink_handle_message()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.h | 316 gboolean gst_structure_get_clock_time (const GstStructure * structure,
|
D | gststructure.c | 1814 gst_structure_get_clock_time (const GstStructure * structure, in gst_structure_get_clock_time() function
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashsink.c | 911 gst_structure_get_clock_time (s, "running-time", in gst_dash_sink_handle_message() 915 gst_structure_get_clock_time (s, "running-time", &running_time); in gst_dash_sink_handle_message()
|
/third_party/gstreamer/gstplugins_bad/gst/onvif/ |
D | gstrtponviftimestamp.c | 317 if (!gst_structure_get_clock_time (structure, "ntp-offset", &event_offset)) { in parse_event_ntp_offset()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | videoframe-audiolevel.c | 310 if (!gst_structure_get_clock_time (s, "running-time", rtime)) { in on_message()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasedepayload.c | 1497 if (!gst_structure_get_clock_time (s, "timestamp", ×tamp) || in gst_rtp_base_depayload_packet_lost() 1498 !gst_structure_get_clock_time (s, "duration", &duration)) { in gst_rtp_base_depayload_packet_lost()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstdtmfsrc.c | 325 if (gst_structure_get_clock_time (event_structure, "last-stop", &last_stop)) in gst_dtmf_src_handle_dtmf_event()
|
D | gstrtpdtmfsrc.c | 319 if (gst_structure_get_clock_time (event_structure, "last-stop", &last_stop)) in gst_rtp_dtmf_src_handle_dtmf_event()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtpbasedepayload.c | 312 fail_unless (gst_structure_get_clock_time (gst_caps_get_structure (caps, in validate_event() 320 fail_unless (gst_structure_get_clock_time (gst_caps_get_structure (caps, in validate_event()
|
D | rtpbasepayload.c | 258 fail_unless (gst_structure_get_clock_time (gst_caps_get_structure (caps, in validate_event() 266 fail_unless (gst_structure_get_clock_time (gst_caps_get_structure (caps, in validate_event()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gststructure.c | 458 fail_unless (gst_structure_get_clock_time (s, "clocktime", &clocktime)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpjitterbuffer.c | 1455 if (gst_structure_get_clock_time (caps_struct, "npt-start", &tval)) in gst_jitter_buffer_sink_parse_caps() 1460 if (gst_structure_get_clock_time (caps_struct, "npt-stop", &tval)) in gst_jitter_buffer_sink_parse_caps()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 37388 structure: Use get_uint64() in gst_structure_get_clock_time() 123915 * gst/gststructure.c: (gst_structure_get_clock_time):
|