Searched refs:ff_update_cur_dts (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | aadec.c | 241 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()
|
D | vpk.c | 133 ff_update_cur_dts(s, st, timestamp * samples_per_block); in vpk_read_seek()
|
D | mca.c | 216 ff_update_cur_dts(s, st, timestamp * m->samples_per_block); in read_seek()
|
D | idcin.c | 361 ff_update_cur_dts(s, s->streams[idcin->video_stream_index], 0); in idcin_read_seek()
|
D | internal.h | 592 void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
|
D | mpc8.c | 332 ff_update_cur_dts(s, st, st->index_entries[index].timestamp); in mpc8_read_seek()
|
D | brstm.c | 480 ff_update_cur_dts(s, st, timestamp * b->samples_per_block); in read_seek()
|
D | mp3dec.c | 592 ff_update_cur_dts(s, st, ie->timestamp); in mp3_seek()
|
D | utils.c | 1927 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);
|
D | mxfdec.c | 3822 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()
|
D | matroskadec.c | 3892 ff_update_cur_dts(s, st, st->index_entries[index].timestamp); in matroska_read_seek()
|