Searched refs:dts (Results 126 - 150 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h253 /* predicted dts of the next packet read for this stream or (when there are
256 int64_t dts; ///< dts of the last packet read for this stream (in AV_TIME_BASE units) member in struct:InputStream
381 /* dts of the last packet sent to the muxer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibtheoraenc.c340 pkt->pts = pkt->dts = frame->pts;
H A Dutils.c1831 avpkt->dts = avpkt->pts;
2069 avpkt->pts = avpkt->dts = frame->pts;
2110 * @param dts the dts field of the decoded AVPacket
2114 int64_t reordered_pts, int64_t dts)
2118 if (dts != AV_NOPTS_VALUE) {
2119 ctx->pts_correction_num_faulty_dts += dts <= ctx->pts_correction_last_dts;
2120 ctx->pts_correction_last_dts = dts;
2127 } else if(dts != AV_NOPTS_VALUE)
2128 ctx->pts_correction_last_pts = dts;
2113 guess_correct_pts(AVCodecContext *ctx, int64_t reordered_pts, int64_t dts) argument
[all...]
H A Davcodec.h1123 * pts MUST be larger or equal to dts as presentation cannot happen before
1125 * the terms dts and pts/cts to mean something different. Such timestamps
1126 * must be converted to true pts/dts before they are stored in AVPacket.
1134 int64_t dts; member in struct:AVPacket
2952 * Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
4131 int64_t dts; /* dts of the current frame */ member in struct:AVCodecParserContext
4225 * Analogous to cur_frame_pts/dts
4295 * @param dts input decoding timestamp.
4304 * pts, dts, po
[all...]
H A Da64multienc.c388 pkt->pts = pkt->dts = c->next_pts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlxfdec.c334 pkt->dts = lxf->frame_number++;
H A Dapplehttp.c614 c->first_timestamp = var->pkt.dts;
617 /* Check if this stream has the packet with the lowest dts */
620 var->pkt.dts < c->variants[minvariant]->pkt.dts)
H A Dgxfenc.c839 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
928 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base.den,
932 field_nb[i] = pkt[i]->dts; // dts are field based
H A Dallformats.c85 REGISTER_MUXDEMUX (DTS, dts);
H A Dcafdec.c349 pkt->dts = pkt->pts = caf->frame_cnt;
H A Dmatroskaenc.c1044 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
1047 "pts %" PRId64 ", dts %" PRId64 ", duration %d, flags %d\n",
1048 avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, flags);
1122 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
1184 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
H A Dasfenc.c801 pts = (pkt->pts != AV_NOPTS_VALUE) ? pkt->pts : pkt->dts;
807 put_frame(s, stream, s->streams[pkt->stream_index], pkt->dts, pkt->data, pkt->size, flags);
H A Davienc.c523 // av_log(s, AV_LOG_DEBUG, "%"PRId64" %d %d\n", pkt->dts, avi->packet_count[stream_index], stream_index);
524 while(enc->block_align==0 && pkt->dts != AV_NOPTS_VALUE && pkt->dts > avist->packet_count){
532 // av_log(s, AV_LOG_DEBUG, "dup %"PRId64" %d\n", pkt->dts, avi->packet_count[stream_index]);
H A Davidec.c815 ts = av_rescale_q(ast->sub_pkt.dts, st->time_base, AV_TIME_BASE_Q);
1095 pkt->dts = ast->frame_offset;
1096 // pkt->dts += ast->start;
1098 pkt->dts /= ast->sample_size;
1099 //av_log(s, AV_LOG_DEBUG, "dts:%"PRId64" offset:%"PRId64" %d/%d smpl_siz:%d base:%d st:%d size:%d\n", pkt->dts, ast->frame_offset, ast->scale, ast->rate, ast->sample_size, AV_TIME_BASE, avi->stream_index, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxfenc.c911 field_nb = av_rescale_rnd(pkt->dts, gxf->time_base.den,
1003 field_nb[i] = av_rescale_rnd(pkt[i]->dts, gxf->time_base.den,
1007 field_nb[i] = pkt[i]->dts; // dts are field based
H A Dmatroskaenc.c1506 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
1512 "pts %" PRId64 ", dts %" PRId64 ", duration %d, flags %d\n",
1513 avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, flags);
1637 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
1651 "pts %" PRId64 ", dts %" PRId64 ", duration %d, flags %d\n",
1652 avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags);
1692 int64_t ts = mkv->tracks[pkt->stream_index].write_dts ? pkt->dts : pkt->pts;
1776 cluster_time = pkt->dts - mkv->cluster_pts;
1813 "pts %" PRIu64 "dts %" PRIu64 "\n",
1814 avio_tell(pb), pkt->pts, pkt->dts);
[all...]
H A Dcafdec.c382 pkt->dts = pkt->pts = caf->frame_cnt;
H A Dnutenc.c1006 ff_nut_reset_ts(nut, *nus->time_base, pkt->dts);
1009 int64_t dts_tb = av_rescale_rnd(pkt->dts,
1030 put_tt(nut, nus->time_base, dyn_bc, pkt->dts);
1040 if ((ret = ff_nut_add_sp(nut, nut->last_syncpoint_pos, 0 /*unused*/, pkt->dts)) < 0)
H A Dasfenc.c929 pts = (pkt->pts != AV_NOPTS_VALUE) ? pkt->pts : pkt->dts;
936 pkt->dts, pkt->data, pkt->size, flags);
H A Dsmoothstreamingenc.c583 st->first_dts = pkt->dts;
586 av_compare_ts(pkt->dts - st->first_dts, st->time_base,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c204 // double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
1358 // FIXME set to 0.5 after we fix some dts/pts bugs like in avidec.c
1451 pkt.dts != AV_NOPTS_VALUE ? av_rescale(pkt.dts, enc->time_base.den, AV_TIME_BASE*(int64_t)enc->time_base.num) : -1);*/
1775 if (pkt->dts == AV_NOPTS_VALUE)
1776 opkt.dts = av_rescale_q(ist->pts, AV_TIME_BASE_Q, ost->st->time_base);
1778 opkt.dts = av_rescale_q(pkt->dts, ist->st->time_base, ost->st->time_base);
1779 opkt.dts -= ost_tb_start_time;
1931 pkt->dts
[all...]
H A Dffmpeg.c252 //double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
1131 //FIXME set to 0.5 after we fix some dts/pts bugs like in avidec.c
1261 pkt.dts != AV_NOPTS_VALUE ? av_rescale(pkt.dts, enc->time_base.den, AV_TIME_BASE*(int64_t)enc->time_base.num) : -1);*/
1487 if(pkt->dts != AV_NOPTS_VALUE)
1488 ist->next_pts = ist->pts = av_rescale_q(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q);
1545 avpkt.dts = ist->pts;
1721 if (pkt->dts == AV_NOPTS_VALUE)
1722 opkt.dts = av_rescale_q(ist->pts, AV_TIME_BASE_Q, ost->st->time_base);
1724 opkt.dts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h896 * pts MUST be larger or equal to dts as presentation cannot happen before
898 * the terms dts and pts/cts to mean something different. Such timestamps
899 * must be converted to true pts/dts before they are stored in AVPacket.
907 int64_t dts; member in struct:AVPacket
1240 * dts from the last AVPacket that has been input into the decoder
4433 int64_t dts; /* dts of the current frame */ member in struct:AVCodecParserContext
4526 * Analogous to cur_frame_pts/dts
4569 * @param dts input decoding timestamp.
4578 * pts, dts, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h122 * pts MUST be larger or equal to dts as presentation cannot happen before
124 * the terms dts and pts/cts to mean something different. Such timestamps
125 * must be converted to true pts/dts before they are stored in AVPacket.
133 int64_t dts; member in struct:AVPacket
525 * Timestamp corresponding to the last dts sync point.
921 * pkt->pts, pkt->dts and pkt->duration are always set to correct
924 * has B-frames, so it is better to rely on pkt->dts if you do not
1089 * Only needed for timestamp wrapping or if (dts not set and pts!=dts).
1090 * @param timestamp new dts expresse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3128 int64_t dts; /* dts of the current frame */ member in struct:AVCodecParserContext
3235 int64_t pts, int64_t dts);

Completed in 234 milliseconds

12345678