Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-fallback.c516 dispatch->pending_event |= (value) ? in fallback_process_touch_button()
555 dispatch->pending_event |= EVDEV_KEY; in fallback_process_key()
601 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch()
621 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch()
629 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch()
635 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch()
655 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch()
670 dispatch->pending_event |= EVDEV_ABSOLUTE_MOTION; in fallback_process_absolute_motion()
675 dispatch->pending_event |= EVDEV_ABSOLUTE_MOTION; in fallback_process_absolute_motion()
823 dispatch->pending_event |= EVDEV_RELATIVE_MOTION; in fallback_process_relative()
[all …]
Devdev-fallback.h119 enum evdev_event_type pending_event; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c658 check_pending_key_unit_event (GstEvent * pending_event, GstSegment * segment, in check_pending_key_unit_event() argument
668 if (pending_event == NULL) in check_pending_key_unit_event()
692 gst_video_event_parse_upstream_force_key_unit (pending_event, in check_pending_key_unit_event()
698 gst_event_set_seqnum (event, gst_event_get_seqnum (pending_event)); in check_pending_key_unit_event()
Dgsth265parse.c2600 check_pending_key_unit_event (GstEvent * pending_event, GstSegment * segment, in check_pending_key_unit_event() argument
2610 if (pending_event == NULL) in check_pending_key_unit_event()
2634 if (!gst_video_event_parse_upstream_force_key_unit (pending_event, in check_pending_key_unit_event()
2636 gst_video_event_parse_downstream_force_key_unit (pending_event, NULL, in check_pending_key_unit_event()
2643 gst_event_set_seqnum (event, gst_event_get_seqnum (pending_event)); in check_pending_key_unit_event()
Dgsth264parse.c2749 check_pending_key_unit_event (GstEvent * pending_event, in check_pending_key_unit_event() argument
2760 if (pending_event == NULL) in check_pending_key_unit_event()
2784 if (!gst_video_event_parse_upstream_force_key_unit (pending_event, in check_pending_key_unit_event()
2786 gst_video_event_parse_downstream_force_key_unit (pending_event, NULL, in check_pending_key_unit_event()
2793 gst_event_set_seqnum (event, gst_event_get_seqnum (pending_event)); in check_pending_key_unit_event()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h423 GstEvent *pending_event; member
Dqtdemux.c5794 if (stream->pending_event && stream->pad) in gst_qtdemux_process_buffer_dvd()
5795 gst_pad_push_event (stream->pad, stream->pending_event); in gst_qtdemux_process_buffer_dvd()
5796 stream->pending_event = NULL; in gst_qtdemux_process_buffer_dvd()
14139 stream->pending_event =
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1064 check_pending_key_unit_event (GstEvent * pending_event, GstSegment * segment, in check_pending_key_unit_event() argument
1074 if (pending_event == NULL) in check_pending_key_unit_event()
1097 if (GST_EVENT_TYPE (pending_event) == GST_EVENT_CUSTOM_DOWNSTREAM) { in check_pending_key_unit_event()
1098 gst_video_event_parse_downstream_force_key_unit (pending_event, in check_pending_key_unit_event()
1101 gst_video_event_parse_upstream_force_key_unit (pending_event, NULL, in check_pending_key_unit_event()
1108 gst_event_set_seqnum (event, gst_event_get_seqnum (pending_event)); in check_pending_key_unit_event()
/third_party/gstreamer/gstreamer/
DChangeLog33623 capsfilter: Remove EOS event from pending_event list on FLUSH_STOP