Home
last modified time | relevance | path

Searched refs:GstPsStream (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h63 typedef struct _GstPsStream GstPsStream; typedef
147 GstPsStream *current_stream;
150 GstPsStream **streams;
151 GstPsStream **streams_found;
Dgstmpegdemux.c272 g_malloc0 (sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_init()
274 g_malloc0 (sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_init()
305 GstPsStream *stream = demux->streams[i]; in gst_ps_demux_reset()
322 sizeof (GstPsStream *) * (GST_PS_DEMUX_MAX_STREAMS)); in gst_ps_demux_reset()
350 static GstPsStream *
353 GstPsStream *stream; in gst_ps_demux_create_stream()
470 stream = g_new0 (GstPsStream, 1); in gst_ps_demux_create_stream()
527 static GstPsStream *
530 GstPsStream *stream = demux->streams[id]; in gst_ps_demux_get_stream()
564 static GstPsStream *
[all …]