Home
last modified time | relevance | path

Searched refs:ff_update_cur_dts (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Daadec.c241 ff_update_cur_dts(s, st, 0); in aa_read_header()
368 ff_update_cur_dts(s, s->streams[0], ch->start + (chapter_pos + c->seek_offset) * TIMEPREC); in aa_read_seek()
Dvpk.c133 ff_update_cur_dts(s, st, timestamp * samples_per_block); in vpk_read_seek()
Dmca.c216 ff_update_cur_dts(s, st, timestamp * m->samples_per_block); in read_seek()
Didcin.c361 ff_update_cur_dts(s, s->streams[idcin->video_stream_index], 0); in idcin_read_seek()
Dinternal.h592 void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
Dmpc8.c332 ff_update_cur_dts(s, st, st->index_entries[index].timestamp); in mpc8_read_seek()
Dbrstm.c480 ff_update_cur_dts(s, st, timestamp * b->samples_per_block); in read_seek()
Dmp3dec.c592 ff_update_cur_dts(s, st, ie->timestamp); in mp3_seek()
Dutils.c1927 void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp) in ff_update_cur_dts() function
2208 ff_update_cur_dts(s, st, ts); in ff_seek_frame_binary()
2407 ff_update_cur_dts(s, st, ie->timestamp);
2420 ff_update_cur_dts(s, st, ie->timestamp);
2437 ff_update_cur_dts(s, st, ie->timestamp);
2476 ff_update_cur_dts(s, st, ie->timestamp);
Dmxfdec.c3822 ff_update_cur_dts(s, st, sample_time); in mxf_read_seek()
3875 ff_update_cur_dts(s, st, sample_time); in mxf_read_seek()
Dmatroskadec.c3892 ff_update_cur_dts(s, st, st->index_entries[index].timestamp); in matroska_read_seek()