Searched refs:dts (Results 1 - 25 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Daudio.mak16 FATE_TESTS += fate-dts
17 fate-dts: CMD = pcm -i $(SAMPLES)/dts/dts.ts
18 fate-dts: CMP = oneoff
19 fate-dts: REF = $(SAMPLES)/dts/dts.pcm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Daudio.mak22 FATE_SAMPLES_AUDIO-$(call DEMDEC, MPEGTS, DCA) += fate-dts
23 fate-dts: CMD = pcm -i $(TARGET_SAMPLES)/dts/dts.ts
24 fate-dts: CMP = oneoff
25 fate-dts: REF = $(SAMPLES)/dts/dts.pcm
28 fate-dts_es: CMD = pcm -i $(TARGET_SAMPLES)/dts/dts_es.dts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daudiointerleave.h32 uint64_t dts; ///< current dts member in struct:AudioInterleaveContext
H A Dffm.h54 int64_t dts; member in struct:FFMContext
H A Doggdec.h45 * Will set dts if non-null and known.
48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
148 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) argument
155 pts = os->codec->gptopts(s, i, gp, dts);
158 if (dts)
159 *dts = pts;
H A Daudiointerleave.c92 pkt->dts = pkt->pts = aic->dts;
95 aic->dts += pkt->duration;
123 // rewrite pts and dts to be decoded time line position
124 pkt->pts = pkt->dts = aic->dts;
125 aic->dts += pkt->duration;
H A Dffmenc.c44 avio_wb64(pb, ffm->dts);
61 int64_t dts, int header)
68 ffm->dts = dts;
226 ffm->dts = 0;
235 int64_t dts; local
239 dts = ffm->start_time + pkt->dts;
248 if (pkt->pts != pkt->dts) {
250 AV_WB32(header+16, pkt->pts - pkt->dts);
59 ffm_write_data(AVFormatContext *s, const uint8_t *buf, int size, int64_t dts, int header) argument
[all...]
H A Dmkvtimestamp_v2.c38 snprintf(buf, sizeof(buf), "%" PRId64 "\n", pkt->dts);
H A Doggparsedirac.c59 int64_t dts = (gp >> 31); local
60 int64_t pts = dts + ((gp >> 9) & 0x1fff);
66 *dts_out = dts;
88 int64_t *dts)
87 old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp, int64_t *dts) argument
H A Dmux.c455 av_dlog(s, "compute_pkt_fields2: pts:%s dts:%s cur_dts:%s b:%d size:%d st:%d\n",
456 av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts), delay, pkt->size, pkt->stream_index);
472 if (pkt->pts == AV_NOPTS_VALUE && pkt->dts != AV_NOPTS_VALUE && delay == 0)
473 pkt->pts = pkt->dts;
476 if ((pkt->pts == 0 || pkt->pts == AV_NOPTS_VALUE) && pkt->dts == AV_NOPTS_VALUE && !delay) {
482 pkt->dts =
487 //calculate dts from pts
488 if (pkt->pts != AV_NOPTS_VALUE && pkt->dts == AV_NOPTS_VALUE && delay <= MAX_REORDER_DELAY) {
495 pkt->dts = st->pts_buffer[0];
500 st->cur_dts >= pkt->dts) || s
952 av_get_output_timestamp(struct AVFormatContext *s, int stream, int64_t *dts, int64_t *wall) argument
[all...]
H A Dmxg.c38 int64_t dts; member in struct:MXGContext
69 mxg->dts = AV_NOPTS_VALUE;
172 pkt->pts = pkt->dts = mxg->dts;
215 pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8);
237 mxg->dts = AV_RL64(startmarker_ptr + 12);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daudiointerleave.h32 uint64_t dts; ///< current dts member in struct:__anon2118
H A Doggdec.h45 * Will set dts if non-null and known.
48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
135 ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts) argument
142 pts = os->codec->gptopts(s, i, gp, dts);
145 if (dts)
146 *dts = pts;
H A Daudiointerleave.c86 pkt->dts = pkt->pts = aic->dts;
89 aic->dts += pkt->duration;
116 // rewrite pts and dts to be decoded time line position
117 pkt->pts = pkt->dts = aic->dts;
118 aic->dts += pkt->duration;
H A Dffmenc.c43 avio_wb64(pb, ffm->dts);
60 int64_t dts, int header)
67 ffm->dts = dts;
196 ffm->dts = 0;
204 int64_t dts; local
208 dts = pkt->dts;
217 if (pkt->pts != pkt->dts) {
219 AV_WB32(header+16, pkt->pts - pkt->dts);
58 ffm_write_data(AVFormatContext *s, const uint8_t *buf, int size, int64_t dts, int header) argument
[all...]
H A Dffm.h54 int64_t dts; member in struct:FFMContext
H A Dframecrcenc.c30 snprintf(buf, sizeof(buf), "%d, %"PRId64", %d, 0x%08x\n", pkt->stream_index, pkt->dts, pkt->size, crc);
H A Doggparsedirac.c59 int64_t dts = (gp >> 31); local
60 int64_t pts = dts + ((gp >> 9) & 0x1fff);
66 *dts_out = dts;
88 int64_t *dts)
87 old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp, int64_t *dts) argument
H A Dmpeg.c237 (if not NULL), and its start code, pts and dts.
246 int64_t pts, dts; local
305 dts = AV_NOPTS_VALUE;
323 dts = pts = get_pts(s->pb, c);
326 dts = get_pts(s->pb, -1);
344 dts = pts = get_pts(s->pb, -1);
347 dts = get_pts(s->pb, -1);
404 if(dts != AV_NOPTS_VALUE && ppos){
410 av_add_index_entry(s->streams[i], *ppos, dts, 0, 0, AVINDEX_KEYFRAME /* FIXME keyframe? */);
417 *pdts = dts;
429 int64_t pts, dts, dummy_pos; //dummy_pos is needed for the index building to work local
586 int64_t pos, pts, dts; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/boot/
H A DMakefile14 dtstree := $(srctree)/$(src)/dts
59 cmd_dtc = $(DTC) -O dtb -o $(obj)/$*.dtb -b 0 -p 1024 $(dtstree)/$*.dts
61 $(obj)/%.dtb: $(dtstree)/%.dts FORCE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-dec.c101 int64_t dts; local
124 dts = av_gettime();
126 dts -= av_rescale(delay + res, 1000000, s->sample_rate);
127 pkt->pts = ff_timefilter_update(s->timefilter, dts, s->last_period);
H A Dalsa-audio-enc.c88 if (pkt->dts != AV_NOPTS_VALUE)
89 s->timestamp = pkt->dts;
129 pkt.dts = (*frame)->pkt_dts;
136 int64_t *dts, int64_t *wall)
142 *dts = s->timestamp - delay;
135 audio_get_output_timestamp(AVFormatContext *s1, int stream, int64_t *dts, int64_t *wall) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dwrapper16 # -s tree.dts specify device-tree source file (needs dtc installed)
38 dts=
59 echo ' [-d devtree] [-s tree.dts] [-c] [-C cross-prefix]' >&2
89 dts="$1"
124 if [ -n "$dts" ]; then
125 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
126 dts="$object/dts/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c38 printf("%s: pts:%s pts_time:%s dts:%s dts_time:%s duration:%s duration_time:%s stream_index:%d\n",
41 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, time_base),
136 pkt.dts = av_rescale_q_rnd(pkt.dts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dseek_print.c86 printf("read: %d size=%d stream=%d dts=%s (%s) pts=%s (%s)\n",
88 av_ts2str(packet.dts), av_ts2timestr(packet.dts, tb),

Completed in 291 milliseconds

12345678