Lines Matching refs:idx
28 static int dirac_header(AVFormatContext *s, int idx)
31 struct ogg_stream *os = ogg->streams + idx;
32 AVStream *st = s->streams[idx];
66 static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule,
71 struct ogg_stream *os = ogg->streams + idx;
86 static int old_dirac_header(AVFormatContext *s, int idx)
89 struct ogg_stream *os = ogg->streams + idx;
90 AVStream *st = s->streams[idx];
102 static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp,
106 struct ogg_stream *os = ogg->streams + idx;