Searched refs:dts (Results 101 - 125 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 Dlibmodplug.c50 double ts_per_packet; ///< used to define the pts/dts using packet_count;
314 pkt->pts = pkt->dts = var_values[VAR_TIME];
324 pkt->pts = pkt->dts = modplug->packet_count++ * modplug->ts_per_packet;
H A Dxmv.c462 pkt->dts = AV_NOPTS_VALUE;
518 pkt->dts = AV_NOPTS_VALUE;
H A Dflacdec.c210 pkt.pts, pkt.dts, *ppos);
H A Dinternal.h253 * Only needed for timestamp wrapping or if (dts not set and pts!=dts).
254 * @param timestamp new dts expressed in time_base of param ref_st
314 * Interleave a packet per dts in an output media file.
396 * @param dts timestamp of the i-th frame
399 int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts);
H A Drtpdec_mpeg4.c53 int dts; member in struct:PayloadContext::AUHeaders
140 /* XXX: Wrong if optional additional sections are present (cts, dts etc...) */
H A Dtta.c159 pkt->dts = st->index_entries[c->currentframe++].timestamp;
H A Drmdec.c1006 int64_t pos, dts; local
1022 len=sync(s, &dts, &flags, &stream_index2, &pos);
1036 flags, stream_index2, stream_index, dts, seq);
1037 av_add_index_entry(st, pos, dts, 0, 0, AVINDEX_KEYFRAME);
1045 return dts;
H A Dmov.c2057 av_dlog(c->fc, "dts shift %d\n", sc->dts_shift);
2114 /* adjust first dts according to edit list */
2122 /* more than 16 frames delay, dts are likely wrong
2212 av_dlog(mov->fc, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", "
2310 av_dlog(mov->fc, "AVIndex stream %d, chunk %d, offset %"PRIx64", dts %"PRId64", "
2785 int64_t dts; local
2833 dts = sc->track_end - sc->time_offset;
2859 av_add_index_entry(st, offset, dts, sample_size, distance,
2861 av_dlog(c->fc, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", "
2863 offset, dts, sample_siz
3671 int64_t dts = av_rescale(current_sample->timestamp, AV_TIME_BASE, msc->time_scale); local
[all...]
H A Davformat.h155 * AVPacket.pts, AVPacket.dts and AVPacket.duration timing information will be
157 * pts/dts, 0 for duration) if the stream does not provide them. The timing
515 int64_t *dts, int64_t *wall);
935 * Timestamp corresponding to the last dts sync point.
1051 * Internal data to generate dts from pts
1111 int64_t pts_wrap_reference; ///< reference dts for wrap detection
1283 #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down)
1465 * forces the use of wallclock timestamps as pts/dts of packets
2066 * pkt->pts, pkt->dts and pkt->duration are always set to correct
2069 * has B-frames, so it is better to rely on pkt->dts i
[all...]
H A Davisynth.c464 pkt->dts = n;
563 pkt->dts = n;
H A Dconcatdec.c508 if (pkt->dts != AV_NOPTS_VALUE)
509 pkt->dts += delta;
H A Ddump.c87 HEXDUMP_PRINT(" dts=");
88 if (pkt->dts == AV_NOPTS_VALUE)
91 HEXDUMP_PRINT("%0.3f", pkt->dts * av_q2d(time_base));
H A Dtee.c476 pkt2.dts = av_rescale_q(pkt->dts, tb, tb2);
H A Dlxfdec.c331 pkt->dts = lxf->frame_number++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c146 printf("dts=%s\n", ts_value_string(val_str, sizeof(val_str), pkt->dts));
148 pkt->dts, &st->time_base));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenchint.c429 count = write_hint_packets(hintbuf, buf, size, trk, &hint_pkt.dts);
435 hint_pkt.pts = hint_pkt.dts;
H A Dxmv.c468 pkt->dts = AV_NOPTS_VALUE;
524 pkt->dts = AV_NOPTS_VALUE;
H A Dassdec.c158 pkt->pts= pkt->dts= get_pts(p);
H A Dnutenc.c722 ff_nut_reset_ts(nut, *nus->time_base, pkt->dts);
725 int64_t dts_tb = av_rescale_rnd(pkt->dts,
741 put_tt(nut, nus->time_base, dyn_bc, pkt->dts);
745 ff_nut_add_sp(nut, nut->last_syncpoint_pos, 0/*unused*/, pkt->dts);
H A Drmdec.c935 int64_t pos, dts; local
949 len=sync(s, &dts, &flags, &stream_index2, &pos);
962 // av_log(s, AV_LOG_DEBUG, "%d %d-%d %"PRId64" %d\n", flags, stream_index2, stream_index, dts, seq);
963 av_add_index_entry(st, pos, dts, 0, 0, AVINDEX_KEYFRAME);
971 return dts;
H A Dmovenc.c990 track->trackDuration - track->cluster[i].dts + track->cluster[0].dts : /* readjusting */
991 track->cluster[i+1].dts - track->cluster[i].dts;
1321 delay = av_rescale_rnd(track->cluster[0].dts + start_ct, MOV_TIMESCALE,
1415 if (track->mode == MODE_PSP || track->flags & MOV_TRACK_CTTS || track->cluster[0].dts)
2106 trk->cluster[trk->entry].dts = pkt->dts;
2107 trk->trackDuration = pkt->dts - trk->cluster[0].dts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dacodec.mak104 fate-acodec-dca: CMD = md5 -i $(TARGET_PATH)/$(SRC) -c:a dca -strict -2 -f dts -flags +bitexact
109 fate-acodec-dca2: CMD = enc_dec_pcm dts wav s16le $(SRC) -c:a dca -strict -2 -flags +bitexact
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/www/www/
H A Doverlib.js1214 function dts(d,text) {
1233 dts(1,text);
1248 dts(0,text);
1263 dts(2,text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davpacket.c49 pkt->dts = AV_NOPTS_VALUE;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/www/broadcom/
H A Doverlib.js1214 function dts(d,text) {
1233 dts(1,text);
1248 dts(0,text);
1263 dts(2,text);

Completed in 135 milliseconds

12345678