Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c219 GstClockTime ev_timestamp, ev_stream_time, ev_running_time; in gst_video_event_parse_downstream_force_key_unit() local
237 if (!gst_structure_get_clock_time (s, "running-time", &ev_running_time)) in gst_video_event_parse_downstream_force_key_unit()
238 ev_running_time = GST_CLOCK_TIME_NONE; in gst_video_event_parse_downstream_force_key_unit()
253 *running_time = ev_running_time; in gst_video_event_parse_downstream_force_key_unit()
292 GstClockTime ev_running_time; in gst_video_event_parse_upstream_force_key_unit() local
306 if (!gst_structure_get_clock_time (s, "running-time", &ev_running_time)) in gst_video_event_parse_upstream_force_key_unit()
307 ev_running_time = GST_CLOCK_TIME_NONE; in gst_video_event_parse_upstream_force_key_unit()
317 *running_time = ev_running_time; in gst_video_event_parse_upstream_force_key_unit()