Lines Matching defs:stream_id
80 int stream_id;
136 static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id)
144 avio_wl32(pb, stream_id);
147 if ((stream_id & 0x80000000) && guid != &ff_index_guid) {
153 t->stream_id = stream_id & 0x3FFFFFFF;
158 static void write_chunk_header2(AVFormatContext *s, const ff_asf_guid *guid, int stream_id)
164 write_chunk_header(s, guid, 0, stream_id); // length updated later
197 avio_wl32(pb, t->stream_id);
361 avio_wl32(pb, st->index + INDEX_BASE); //stream_id