Lines Matching defs:offset
627 int64_t offset;
669 offset = sti->mux_ts_offset;
672 pkt->dts += offset;
674 pkt->pts += offset;
716 int64_t offset = av_rescale_q(s->output_ts_offset, AV_TIME_BASE_Q, st->time_base);
719 pkt->dts += offset;
721 pkt->pts += offset;
1045 int ff_get_muxer_ts_offset(AVFormatContext *s, int stream_index, int64_t *offset)
1053 *offset = ffstream(st)->mux_ts_offset;
1056 *offset += av_rescale_q(s->output_ts_offset, AV_TIME_BASE_Q, st->time_base);