Lines Matching refs:timescale
2523 st->avg_frame_rate.num = AV_RB32(st->codecpar->extradata + 8); /* timescale */
3485 /* duration is in global timescale units;convert to msc timescale */
3487 avpriv_request_sample(mov->fc, "Support for mvhd.timescale = 0 with editlists");
4609 av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", sc->ffindex);
5468 AVRational timescale;
5492 timescale = av_make_q(1, avio_rb32(pb));
5494 if (timescale.den <= 0) {
5495 av_log(c->fc, AV_LOG_ERROR, "Invalid sidx timescale 1/%d\n", timescale.den);
5527 timestamp = av_rescale_q(pts, timescale, st->time_base);