Home
last modified time | relevance | path

Searched defs:sub_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc49 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()
205 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
209 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
214 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c3928 GstMatroskaTrackSubtitleContext *sub_stream; in gst_matroska_demux_check_subtitle_buffer() local