Home
last modified time | relevance | path

Searched refs:next_trun_dts (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h132 int64_t next_trun_dts; member
Dmov.c1371 frag_stream_info[i].next_trun_dts = AV_NOPTS_VALUE; in update_frag_index()
4688 frag_stream_info->next_trun_dts = AV_NOPTS_VALUE; in mov_read_tfhd()
4844 if (frag_stream_info->next_trun_dts != AV_NOPTS_VALUE) { in mov_read_trun()
4845 dts = frag_stream_info->next_trun_dts - sc->time_offset; in mov_read_trun()
5009 frag_stream_info->next_trun_dts = dts + sc->time_offset; in mov_read_trun()