Lines Matching defs:duration
175 int duration;
178 here we parse the duration of each packet in the first page and compare
179 the total duration to the page granule to find the encoder delay and
186 duration = 1;
189 duration ++;
194 pts = av_sat_sub64(pts, duration);
198 if (s->streams[idx]->duration > 0)
199 s->streams[idx]->duration = av_sat_sub64(s->streams[idx]->duration, s->streams[idx]->start_time);
203 /* parse packet duration */