Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c43 gst_video_event_new_still_frame (gboolean in_still) in gst_video_event_new_still_frame() argument
49 "still-state", G_TYPE_BOOLEAN, in_still, NULL); in gst_video_event_new_still_frame()
73 gst_video_event_parse_still_frame (GstEvent * event, gboolean * in_still) in gst_video_event_parse_still_frame() argument
89 if (in_still) in gst_video_event_parse_still_frame()
90 *in_still = ev_still_state; in gst_video_event_parse_still_frame()
Dvideo-event.h31 GstEvent * gst_video_event_new_still_frame (gboolean in_still);
34 gboolean gst_video_event_parse_still_frame (GstEvent * event, gboolean * in_still);
Dgstvideodecoder.c1557 gboolean in_still; in gst_video_decoder_sink_event_default() local
1560 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_video_decoder_sink_event_default()
1561 if (in_still) { in gst_video_decoder_sink_event_default()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h104 gboolean in_still; member
Dgstmpegdemux.c848 demux->in_still = FALSE; in gst_flups_demux_flush()
994 if (demux->in_still && stop != -1) { in gst_flups_demux_sink_event()
1016 gboolean in_still; in gst_flups_demux_sink_event() local
1018 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_flups_demux_sink_event()
1021 demux->in_still = in_still; in gst_flups_demux_sink_event()
1022 GST_INFO_OBJECT (demux, "still-state now %d", demux->in_still); in gst_flups_demux_sink_event()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c420 gboolean in_still; in gst_dvd_spu_video_event() local
422 if (gst_video_event_parse_still_frame (event, &in_still)) { in gst_dvd_spu_video_event()
429 "Still frame event on video pad: in-still = %d", in_still); in gst_dvd_spu_video_event()
432 if (in_still) { in gst_dvd_spu_video_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c994 gboolean in_still; in GST_START_TEST() local
998 fail_unless (gst_video_event_parse_still_frame (e, &in_still), in GST_START_TEST()
1002 fail_unless (in_still == TRUE); in GST_START_TEST()
1007 fail_unless (gst_video_event_parse_still_frame (e, &in_still), in GST_START_TEST()
1011 fail_unless (in_still == FALSE); in GST_START_TEST()