Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c88 guint strip_end; member
246 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 …]
/third_party/libinput/test/
Dlitest-device-wacom-intuos3-pad.c50 static struct input_event strip_end[] = { variable
62 .pad_strip_end_events = strip_end,
/third_party/grpc/third_party/upb/bazel/
Dbuild_defs.bzl13 # copybara:strip_end
31 # copybara:strip_end
/third_party/grpc/third_party/upb/benchmarks/
Dbuild_defs.bzl8 # copybara:strip_end
/third_party/grpc/third_party/upb/
DBUILD20 # copybara:strip_end
410 # copybara:strip_end
/third_party/grpc/third_party/upb/tests/
DBUILD216 # copybara:strip_end
/third_party/openssl/crypto/asn1/
Dasn_mime.c46 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