Searched refs:dts (Results 26 - 50 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxg.c36 int64_t dts; member in struct:MXGContext
66 mxg->dts = AV_NOPTS_VALUE;
167 pkt->pts = pkt->dts = mxg->dts;
205 pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8);
222 mxg->dts = AV_RL64(startmarker_ptr + 12);
H A Dr3d.c219 unsigned dts; local
222 dts = avio_rb32(s->pb);
259 pkt->dts = dts;
263 av_dlog(s, "pkt dts %"PRId64" duration %d\n", pkt->dts, pkt->duration);
274 unsigned dts; local
277 dts = avio_rb32(s->pb);
306 pkt->dts = dts;
[all...]
H A Dmpegenc.c38 int64_t dts; member in struct:PacketDesc
539 stream 'stream_index'. 'pts' and 'dts' are only used to know if
542 int64_t pts, int64_t dts)
590 if (dts != pts)
657 int64_t pts, int64_t dts, int64_t scr, int trailer_size)
697 if (dts != pts)
781 if (dts != pts)
805 // first byte does not fit -> reset pts/dts + stuffing
808 if(dts != pts)
812 pts=dts
656 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) argument
1161 int64_t pts, dts; local
[all...]
H A Doggparsetheora.c128 theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp, int64_t *dts) argument
142 if (dts)
143 *dts = iframe + pframe;
H A Dutils.c375 { "dts" , CODEC_ID_DTS , AVMEDIA_TYPE_AUDIO },
891 int64_t dts, int64_t pts)
896 if(st->first_dts != AV_NOPTS_VALUE || dts == AV_NOPTS_VALUE || st->cur_dts == AV_NOPTS_VALUE)
899 st->first_dts= dts - st->cur_dts;
900 st->cur_dts= dts;
906 if(pktl->pkt.pts != AV_NOPTS_VALUE && pktl->pkt.pts == pktl->pkt.dts)
909 if(pktl->pkt.dts != AV_NOPTS_VALUE)
910 pktl->pkt.dts += st->first_dts;
928 if(pktl->pkt.pts != pktl->pkt.dts || pktl->pkt.dts !
890 update_initial_timestamps(AVFormatContext *s, int stream_index, int64_t dts, int64_t pts) argument
[all...]
H A Drawvideodec.c39 pkt->dts= pkt->pos / packet_size;
H A Doggdec.c544 static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts) argument
550 if (dts)
551 *dts = AV_NOPTS_VALUE;
558 if (dts)
559 *dts = os->lastdts;
565 pts = ogg_gptopts(s, idx, os->granule, dts);
580 int64_t fpos, pts, dts; local
594 pts = ogg_calc_pts(s, idx, &dts);
608 pkt->dts = dts;
[all...]
H A Dmpegtsenc.c752 int64_t pts, int64_t dts, int key)
778 if (ts->mux_rate > 1 && dts != AV_NOPTS_VALUE &&
779 (dts - get_pcr(ts, s->pb)/300) > delay) {
812 pcr = (dts - delay)*300;
813 if (dts != AV_NOPTS_VALUE && dts < pcr / 300)
814 av_log(s, AV_LOG_WARNING, "dts < pcr, TS is invalid\n");
847 if (dts != AV_NOPTS_VALUE && pts != AV_NOPTS_VALUE && dts != pts) {
882 if (dts !
750 mpegts_write_pes(AVFormatContext *s, AVStream *st, const uint8_t *payload, int payload_size, int64_t pts, int64_t dts, int key) argument
945 int64_t dts = AV_NOPTS_VALUE, pts = AV_NOPTS_VALUE; local
[all...]
H A Dffmdec.c130 ffm->dts = avio_rb64(pb);
185 int64_t dts; local
189 dts = avio_rb64(pb);
190 av_dlog(s, "dts=%0.6f\n", dts / 1000000.0);
191 return dts;
384 ffm->dts = 0;
442 pkt->dts = pkt->pts - AV_RB32(ffm->header+16);
444 pkt->dts = pkt->pts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c228 * (if not NULL), and its start code, pts and dts.
237 int64_t pts, dts; local
358 dts = AV_NOPTS_VALUE;
378 dts =
382 dts = get_pts(s->pb, -1);
394 dts = pts = get_pts(s->pb, -1);
397 dts = get_pts(s->pb, -1);
443 if (dts != AV_NOPTS_VALUE && ppos) {
449 av_add_index_entry(s->streams[i], *ppos, dts, 0, 0,
457 *pdts = dts;
471 int64_t pts, dts, dummy_pos; // dummy_pos is needed for the index building to work local
626 int64_t pos, pts, dts; local
883 int64_t pts, dts; local
[all...]
H A Dmpegenc.c41 int64_t dts; member in struct:PacketDesc
584 int64_t pts, int64_t dts, int64_t scr, int trailer_size)
624 if (dts != pts)
708 if (dts != pts)
732 // first byte does not fit -> reset pts/dts + stuffing
735 if(dts != pts)
739 pts=dts= AV_NOPTS_VALUE;
795 if (dts != pts)
811 if (pes_flags & 0x40) /*write dts*/
812 put_timestamp(ctx->pb, 0x01, dts);
583 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) argument
1077 int64_t pts, dts; local
[all...]
H A Dr3d.c225 unsigned dts; local
228 dts = avio_rb32(s->pb);
265 pkt->dts = dts;
269 av_dlog(s, "pkt dts %"PRId64" duration %d\n", pkt->dts, pkt->duration);
280 unsigned dts; local
283 dts = avio_rb32(s->pb);
316 pkt->dts = dts;
[all...]
H A Dflvdec.c45 int wrong_dts; ///< wrong dts due to negative cts
51 int64_t dts; member in struct:__anon3489::__anon3490
369 flv->validate_index[i].dts = times[i] * 1000;
700 int64_t dts, int64_t next)
750 pkt->dts = dts;
751 pkt->pts = dts;
769 int64_t dts, pts = AV_NOPTS_VALUE; local
779 dts = avio_rb24(s->pb);
780 dts |
699 flv_data_packet(AVFormatContext *s, AVPacket *pkt, int64_t dts, int64_t next) argument
[all...]
H A Dutils.c326 { "dts", AV_CODEC_ID_DTS, AVMEDIA_TYPE_AUDIO },
709 int64_t ref = pkt->dts;
836 pkt->dts = wrap_timestamp(st, pkt->dts);
841 /* TODO: audio: time filter; video: frame reordering (pts != dts) */
843 pkt->dts = pkt->pts = av_rescale_q(av_gettime(), AV_TIME_BASE_Q, st->time_base);
994 static int64_t select_from_pts_buffer(AVStream *st, int64_t *pts_buffer, int64_t dts) { argument
1002 if (dts == AV_NOPTS_VALUE) {
1009 dts = pts_buffer[i];
1016 int64_t diff = FFABS(pts_buffer[i] - dts)
1036 update_initial_timestamps(AVFormatContext *s, int stream_index, int64_t dts, int64_t pts, AVPacket *pkt) argument
2990 double dts = (is_relative(ts) ? ts - RELATIVE_TS_BASE : ts) * av_q2d(st->time_base); local
[all...]
H A Doggparsevp8.c77 static uint64_t vp8_gptopts(AVFormatContext *s, int idx, uint64_t granule, int64_t *dts) argument
88 if (dts)
89 *dts = pts;
H A Dmpegtsenc.c900 int64_t pts, int64_t dts, int key)
928 if (ts->mux_rate > 1 && dts != AV_NOPTS_VALUE &&
929 (dts - get_pcr(ts, s->pb)/300) > delay) {
962 pcr = (dts - delay)*300;
963 if (dts != AV_NOPTS_VALUE && dts < pcr / 300)
964 av_log(s, AV_LOG_WARNING, "dts < pcr, TS is invalid\n");
1007 if (dts != AV_NOPTS_VALUE && pts != AV_NOPTS_VALUE && dts != pts) {
1063 if (dts !
898 mpegts_write_pes(AVFormatContext *s, AVStream *st, const uint8_t *payload, int payload_size, int64_t pts, int64_t dts, int key) argument
1168 int64_t dts = pkt->dts, pts = pkt->pts; local
[all...]
H A Dcdg.c75 pkt->dts=
H A Dframecrcenc.c51 pkt->stream_index, pkt->dts, pkt->pts, pkt->duration, pkt->size, crc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_dtree.h132 #define addressDTS(dts)\
133 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c583 pkt->pts = pkt->dts = AV_NOPTS_VALUE;
642 pkt->dts != AV_NOPTS_VALUE &&
645 if (pkt->dts < max) {
646 int loglevel = max - pkt->dts > 2 || avctx->codec_type == AVMEDIA_TYPE_VIDEO ? AV_LOG_WARNING : AV_LOG_DEBUG;
649 ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts);
657 if(pkt->pts >= pkt->dts)
659 pkt->dts = max;
662 if (pkt->dts != AV_NOPTS_VALUE &&
664 pkt->dts > pkt->pts) {
666 pkt->dts, pk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddirac_parser.c119 s->dts == AV_NOPTS_VALUE);
183 /* Get the picture number to set the pts and dts*/
189 s->dts = pts - 1;
191 s->dts = s->last_dts+1;
196 if (avctx->has_b_frames && s->pts == s->dts)
H A Dparser.c89 s->dts= s->pts= AV_NOPTS_VALUE;
98 s->dts= s->cur_frame_dts[i];
114 int64_t pts, int64_t dts,
138 s->cur_frame_dts[i] = dts;
145 s->last_dts = s->dts;
152 //av_log(NULL, AV_LOG_DEBUG, "parser: in:%"PRId64", %"PRId64", out:%"PRId64", %"PRId64", in:%d out:%d id:%d\n", pts, dts, s->last_pts, s->last_dts, buf_size, *poutbuf_size, avctx->codec_id);
110 av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts, int64_t pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_parser.c122 s->dts == AV_NOPTS_VALUE);
188 /* Get the picture number to set the pts and dts*/
194 s->dts = pts - 1;
196 s->dts = s->last_dts+1;
201 if (avctx->has_b_frames && s->pts == s->dts)
H A Dparser.c100 s->dts =
111 s->dts = s->cur_frame_dts[i];
126 int64_t pts, int64_t dts, int64_t pos)
148 s->cur_frame_dts[i] = dts;
155 s->last_dts = s->dts;
123 av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts, int64_t pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_dec.c270 int64_t dts; local
300 dts = av_gettime();
311 dts += latency;
313 dts -= latency;
314 pkt->pts = ff_timefilter_update(pd->timefilter, dts, pd->last_period);

Completed in 193 milliseconds

12345678