Lines Matching defs:stream
41 /** Each RDT stream-set (represented by one RTSPStream) can contain
43 * codecs/bitrates). Each such stream is represented by one AVStream
45 * that array such that the first is the first stream of this set. */
143 * Then for each stream ([number_of_streams] times):
149 * we skip MDPR chunks until we reach the one of the stream
151 * the RM demuxer to parse the stream-specific header data.
220 * by stream status packets
234 * containing stream status info, the second byte indicates the
247 * ID of the stream within this particular set of streams
259 * 16: stream_id (extended stream ID; see stream_id)
388 av_strlcatf(cmd, size, "stream=%d;rule=%d,stream=%d;rule=%d",
413 AVStream *stream = s->streams[st_index];
419 ffstream(stream)->first_dts = atoi(p);
424 if (s->streams[n]->id == stream->id) {