Searched refs:pending_event (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/src/ |
D | evdev-fallback.c | 585 dispatch->pending_event |= (value) ? in fallback_process_touch_button() 624 dispatch->pending_event |= EVDEV_KEY; in fallback_process_key() 670 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch() 690 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch() 698 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch() 704 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch() 724 dispatch->pending_event |= EVDEV_ABSOLUTE_MT; in fallback_process_touch() 739 dispatch->pending_event |= EVDEV_ABSOLUTE_MOTION; in fallback_process_absolute_motion() 744 dispatch->pending_event |= EVDEV_ABSOLUTE_MOTION; in fallback_process_absolute_motion() 892 dispatch->pending_event |= EVDEV_RELATIVE_MOTION; in fallback_process_relative() [all …]
|
D | evdev-fallback.h | 126 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_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/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 423 GstEvent *pending_event; member
|
D | qtdemux.c | 5799 if (stream->pending_event && stream->pad) in gst_qtdemux_process_buffer_dvd() 5800 gst_pad_push_event (stream->pad, stream->pending_event); in gst_qtdemux_process_buffer_dvd() 5801 stream->pending_event = NULL; in gst_qtdemux_process_buffer_dvd() 14184 stream->pending_event =
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 33623 capsfilter: Remove EOS event from pending_event list on FLUSH_STOP
|