Home
last modified time | relevance | path

Searched refs:lastdts (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggparseopus.c152 os->lastdts = os->granule - duration; in opus_packet()
162 priv->cur_dts = os->lastdts = os->lastpts -= priv->pre_skip; in opus_packet()
Doggdec.c170 os->lastdts = AV_NOPTS_VALUE; in ogg_reset()
237 os->lastdts = 0; in ogg_replace_stream()
787 if (os->lastdts != AV_NOPTS_VALUE) { in ogg_calc_pts()
789 *dts = os->lastdts; in ogg_calc_pts()
790 os->lastdts = AV_NOPTS_VALUE; in ogg_calc_pts()
797 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts); in ogg_calc_pts()
Doggdec.h73 int64_t lastdts; member
Doggparsespeex.c136 os->lastpts = os->lastdts = os->granule - packet_size * in speex_packet()
Doggparsevp8.c125 os->lastdts = vp8_gptopts(s, idx, os->granule, NULL) - duration; in vp8_packet()
Doggparsevorbis.c459 os->lastdts = os->granule - duration; in vorbis_packet()
462 os->lastpts = os->lastdts = AV_NOPTS_VALUE; in vorbis_packet()
Doggparsetheora.c195 os->lastpts = os->lastdts = pts; in theora_packet()