Searched refs:pending_event (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/src/ |
D | evdev-fallback.c | 516 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 …]
|
D | evdev-fallback.h | 119 enum evdev_event_type pending_event; member
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpeg4videoparse.c | 658 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()
|
D | gsth265parse.c | 2600 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()
|
D | gsth264parse.c | 2749 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/ |
D | qtdemux.h | 423 GstEvent *pending_event; member
|
D | qtdemux.c | 5794 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/ |
D | gstbasetsmux.c | 1064 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/ |
D | ChangeLog | 33623 capsfilter: Remove EOS event from pending_event list on FLUSH_STOP
|