Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c221 guint ev_count; in gst_video_event_parse_downstream_force_key_unit() local
241 if (!gst_structure_get_uint (s, "count", &ev_count)) in gst_video_event_parse_downstream_force_key_unit()
242 ev_count = 0; in gst_video_event_parse_downstream_force_key_unit()
265 *count = ev_count; in gst_video_event_parse_downstream_force_key_unit()
294 guint ev_count; in gst_video_event_parse_upstream_force_key_unit() local
310 if (!gst_structure_get_uint (s, "count", &ev_count)) in gst_video_event_parse_upstream_force_key_unit()
311 ev_count = 0; in gst_video_event_parse_upstream_force_key_unit()
329 *count = ev_count; in gst_video_event_parse_upstream_force_key_unit()