Home
last modified time | relevance | path

Searched refs:ref_st (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddemux.h104 * Stream ref_st unchanged, others set cur_dts in their native time base.
106 * @param timestamp new dts expressed in time_base of param ref_st
107 * @param ref_st reference stream giving time_base of param timestamp
109 void avpriv_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
H A Dseek.c33 void avpriv_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp) in avpriv_update_cur_dts() argument
41 st->time_base.den * (int64_t) ref_st->time_base.num, in avpriv_update_cur_dts()
42 st->time_base.num * (int64_t) ref_st->time_base.den); in avpriv_update_cur_dts()
H A Dmov.c5466 AVStream *ref_st = NULL;
5568 for (j = 0; ref_st == NULL && j < item->nb_stream_info; j++) {
5572 ref_st = c->fc->streams[j];
5573 ref_sc = ref_st->priv_data;
5578 if (ref_st) for (i = 0; i < c->fc->nb_streams; i++) {
5582 st->duration = sc->track_end = av_rescale(ref_st->duration, sc->time_scale, ref_sc->time_scale);

Completed in 11 milliseconds