Lines Matching defs:streams
42 * multiple streams (of the same content, but with possibly different
46 AVStream **streams;
47 int n_streams; /**< streams with identical content in this set */
63 s->streams = &ic->streams[first_stream_of_set_idx];
67 s->streams[s->n_streams]->id == s->streams[0]->id);
142 * 2: number of streams
227 * ID of a set of streams of identical content, possibly with
230 * Flag set for certain streams deemed less tolerable for packet
247 * ID of the stream within this particular set of streams
252 * 16: set_id (extended set-of-streams ID; see set_id)
351 s->streams[s->prev_stream_id],
378 s->streams[s->prev_stream_id],
413 AVStream *stream = s->streams[st_index];
424 if (s->streams[n]->id == stream->id) {
425 int count = s->streams[n]->index + 1, err;
437 rdt->rmst[s->streams[n]->index] = ff_rm_alloc_rmstream();
438 if (!rdt->rmst[s->streams[n]->index])
440 rdt_load_mdpr(rdt, s->streams[n], (n - first) * 2);
494 * for multi-bitrate streams.
522 real_parse_asm_rulebook(s, s->streams[stream_index], p);