Searched refs:strip_end (Results 1 – 7 of 7) sorted by relevance
88 guint strip_end; member246 tagdemux->priv->strip_end = 0; in gst_tag_demux_reset()394 if (tagdemux->priv->strip_end > 0) { in gst_tag_demux_trim_buffer()397 tagdemux->priv->upstream_size - tagdemux->priv->strip_end; in gst_tag_demux_trim_buffer()859 start -= tagdemux->priv->strip_end; in gst_tag_demux_seek_pull()877 stop -= tagdemux->priv->strip_end; in gst_tag_demux_seek_pull()975 start -= tagdemux->priv->strip_end; in gst_tag_demux_seek_push()993 stop -= tagdemux->priv->strip_end; in gst_tag_demux_seek_push()1107 demux->priv->strip_end = tagsize; in gst_tag_demux_pull_end_tag()1151 demux->priv->strip_end = newsize; in gst_tag_demux_pull_end_tag()[all …]
50 static struct input_event strip_end[] = { variable62 .pad_strip_end_events = strip_end,
13 # copybara:strip_end31 # copybara:strip_end
8 # copybara:strip_end
20 # copybara:strip_end410 # copybara:strip_end
216 # copybara:strip_end
46 static char *strip_end(char *name);754 return strip_end(strip_start(name)); in strip_ends()777 static char *strip_end(char *name) in strip_end() function