Searched refs:lastpts (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparseopus.c121 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
145 os->lastpts =
153 if (os->lastpts != AV_NOPTS_VALUE) {
155 st->start_time = os->lastpts;
156 priv->cur_dts = os->lastdts = os->lastpts -= priv->pre_skip;
H A Doggparsespeex.c109 if (os->flags & OGG_FLAG_EOS && os->lastpts != AV_NOPTS_VALUE &&
114 spxp->final_packet_duration = os->granule - os->lastpts -
118 if (!os->lastpts && os->granule > 0)
120 os->lastpts = os->lastdts = os->granule - packet_size *
H A Doggparsevp8.c100 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
116 os->lastpts = os->lastdts = vp8_gptopts(s, idx, os->granule, NULL) - duration;
118 s->streams[idx]->start_time = os->lastpts;
H A Doggparseskeleton.c70 os->lastpts =
H A Doggparsetheora.c182 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
191 os->lastpts = os->lastdts = theora_gptopts(s, idx, os->granule, NULL) - duration;
193 s->streams[idx]->start_time = os->lastpts;
H A Doggparsevorbis.c395 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS) && (int64_t)os->granule>=0) {
428 os->lastpts =
432 os->lastpts = os->lastdts = AV_NOPTS_VALUE;
435 s->streams[idx]->start_time = FFMAX(os->lastpts, 0);
461 if (os->lastpts != AV_NOPTS_VALUE) {
462 priv->final_pts = os->lastpts;
H A Doggdec.h72 int64_t lastpts; member in struct:ogg_stream
H A Doggdec.c137 os->lastpts = AV_NOPTS_VALUE;
146 os->lastpts = 0;
689 os->lastpts = s->streams[i]->start_time =
708 if (os->lastpts != AV_NOPTS_VALUE) {
709 pts = os->lastpts;
710 os->lastpts = AV_NOPTS_VALUE;
722 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparsespeex.c98 if (os->flags & OGG_FLAG_EOS && os->lastpts != AV_NOPTS_VALUE &&
103 spxp->final_packet_duration = os->granule - os->lastpts -
107 if (!os->lastpts && os->granule > 0)
109 os->lastpts = os->lastdts = os->granule - packet_size *
H A Doggparseskeleton.c67 os->lastpts =
77 ogg->streams[target_idx].lastpts =
H A Doggdec.h71 int64_t lastpts; member in struct:ogg_stream
H A Doggdec.c130 os->lastpts = AV_NOPTS_VALUE;
553 if (os->lastpts != AV_NOPTS_VALUE) {
554 pts = os->lastpts;
555 os->lastpts = AV_NOPTS_VALUE;
567 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts);

Completed in 53 milliseconds