Searched refs:gst_video_event_parse_still_frame (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-event.h | 34 gboolean gst_video_event_parse_still_frame (GstEvent * event, gboolean * in_still);
|
D | video-event.c | 73 gst_video_event_parse_still_frame (GstEvent * event, gboolean * in_still) in gst_video_event_parse_still_frame() function
|
D | gstvideodecoder.c | 1215 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_video_decoder_sink_event_default()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 998 fail_unless (gst_video_event_parse_still_frame (e, &in_still), in GST_START_TEST() 1000 fail_unless (gst_video_event_parse_still_frame (e, NULL), in GST_START_TEST() 1007 fail_unless (gst_video_event_parse_still_frame (e, &in_still), in GST_START_TEST() 1009 fail_unless (gst_video_event_parse_still_frame (e, NULL), in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 419 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_dvd_spu_video_event()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 1018 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_flups_demux_sink_event()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 3013 if (gst_video_event_parse_still_frame (event, &still_state)) { in gst_deinterlace_sink_event()
|
/third_party/gstreamer/gstplugins_base/docs/libs/ |
D | gst-plugins-base-libs-sections.txt | 2748 gst_video_event_parse_still_frame
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 106371 gst_video_event_parse_still_frame() functions to the win32 defs files 106394 API: gst_video_event_parse_still_frame()
|