Lines Matching refs:serial
63 static int ogg_new_stream(AVFormatContext *s, uint32_t serial);
206 * situation where a new audio stream spawn (identified with a new serial) and
209 static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, char *magic, int page_size,
233 os->serial = serial;
235 os->serial = serial;
248 static int ogg_new_stream(AVFormatContext *s, uint32_t serial)
268 os->serial = serial;
321 uint32_t serial;
372 serial = avio_rl32(bc);
390 idx = ogg_find_stream(ogg, serial);
433 idx = ogg_replace_stream(s, serial, readout_buf, size, probing);
435 idx = ogg_new_stream(s, serial);