Searched refs:dts (Results 51 - 75 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dg729dec.c77 pkt->dts = pkt->pts = pkt->pos / s->streams[0]->codec->block_align;
H A Dmsnwc_tcp.c123 pkt->dts = timestamp;
H A Dnuv.c334 int64_t pos, dts; local
362 dts = AV_RL32(&hdr[4]);
365 av_add_index_entry(s->streams[stream_index], pos, dts, size + HDRSIZE, 0,
369 return dts;
H A Doggparsetheora.c146 int64_t *dts)
165 if (dts)
166 *dts = iframe + pframe;
145 theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp, int64_t *dts) argument
H A Dmovenchint.c312 * @param dts pointer where the timestamp for the written RTP hint is stored
316 int size, MOVTrack *trk, int64_t *dts)
360 if (*dts == AV_NOPTS_VALUE)
361 *dts = trk->cur_rtp_ts_unwrapped;
441 count = write_hint_packets(hintbuf, buf, size, trk, &hint_pkt.dts);
447 hint_pkt.pts = hint_pkt.dts;
315 write_hint_packets(AVIOContext *out, const uint8_t *data, int size, MOVTrack *trk, int64_t *dts) argument
H A Doggdec.c61 static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts);
699 static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts) argument
705 if (dts)
706 *dts = AV_NOPTS_VALUE;
713 if (dts)
714 *dts = os->lastdts;
720 pts = ogg_gptopts(s, idx, os->granule, dts);
756 int64_t fpos, pts, dts; local
775 pts = ogg_calc_pts(s, idx, &dts);
790 pkt->dts
[all...]
H A Dfilmstripdec.c85 pkt->dts = avio_tell(s->pb) / (st->codec->width * (st->codec->height + film->leading) * 4);
H A Dmovenc.h47 int64_t dts; member in struct:MOVIentry
H A Drawvideodec.c81 pkt->pts = pkt->dts = pkt->pos / packet_size;
H A Dseek.c116 int64_t pts, dts; // PTS/DTS from stream local
148 dts = pkt.dts;
151 pts = dts;
H A Dffmdec.c105 ffm->dts = avio_rb64(pb);
160 int64_t dts; local
164 dts = avio_rb64(pb);
165 av_dlog(s, "dts=%0.6f\n", dts / 1000000.0);
166 return dts;
356 ffm->dts = 0;
483 ffm->dts = 0;
543 pkt->dts = pkt->pts - AV_RB32(ffm->header+16);
545 pkt->dts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerenc.c71 /* counter for frames submitted to encoder, used as dts */
72 int64_t dts; member in struct:SchroEncoderParams
178 p_schro_params->dts = -1;
392 pkt->dts = p_schro_params->dts++;
H A Davpacket.c53 pkt->dts = AV_NOPTS_VALUE;
505 dst->dts = src->dts;
571 if (pkt->dts != AV_NOPTS_VALUE)
572 pkt->dts = av_rescale_q(pkt->dts, src_tb, dst_tb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmd5enc.c93 snprintf(buf, sizeof(buf) - 64, "%d, %"PRId64", %d, ", pkt->stream_index, pkt->dts, pkt->size);
H A Dmovenc.h44 int64_t dts; member in struct:MOVIentry
H A Dmsnwc_tcp.c123 pkt->dts = timestamp;
H A Dsrtdec.c90 pkt->pts = pkt->dts = get_pts(pkt->data);
H A Dflvdec.c43 int wrong_dts; ///< wrong dts due to negative cts
443 int64_t dts, pts = AV_NOPTS_VALUE; local
451 dts = avio_rb24(s->pb);
452 dts |= avio_r8(s->pb) << 24;
453 av_dlog(s, "type:%d, size:%d, dts:%"PRId64"\n", type, size, dts);
508 av_add_index_entry(st, pos, dts, size, 0, AVINDEX_KEYFRAME);
558 pts = dts + cts;
559 if (cts < 0) { // dts are wrong
564 dts
[all...]
H A Dfilmstripdec.c86 pkt->dts = avio_tell(s->pb) / (st->codec->width * (st->codec->height + film->leading) * 4);
H A Dflvenc.c60 int64_t delay; ///< first dts delay (needed for AVC & Speex)
425 flv->delay = -pkt->dts;
426 if (pkt->dts < -flv->delay) {
432 ts = pkt->dts + flv->delay; // add delay to force positive dts
457 avio_wb24(pb,pkt->pts - pkt->dts);
H A Dpcmdec.c45 pkt->dts=
H A Dseek-test.c106 ts_str(dts_buf, pkt.dts, st->time_base);
108 printf("ret:%-10s st:%2d flags:%d dts:%s pts:%s pos:%7" PRId64 " size:%6d", ret_str(ret), pkt.stream_index, pkt.flags, dts_buf, ts_buf, pkt.pos, pkt.size);
H A Dseek.c114 int64_t pts, dts; // PTS/DTS from stream local
146 dts = pkt.dts;
149 pts = dts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscoding.c388 enc_pkt.dts = av_rescale_q_rnd(enc_pkt.dts,
512 packet.dts = av_rescale_q_rnd(packet.dts,
541 packet.dts = av_rescale_q_rnd(packet.dts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h339 * @param dts the dts field of the decoded AVPacket
342 int64_t guess_correct_pts(PtsCorrectionContext *ctx, int64_t pts, int64_t dts);

Completed in 103 milliseconds

12345678