Searched refs:AV_NOPTS_VALUE (Results 1 - 25 of 233) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtimestamp.h45 if (ts == AV_NOPTS_VALUE) snprintf(buf, AV_TS_MAX_STRING_SIZE, "NOPTS");
67 if (ts == AV_NOPTS_VALUE) snprintf(buf, AV_TS_MAX_STRING_SIZE, "NOPTS");
H A Davutil.h241 #define AV_NOPTS_VALUE ((int64_t)UINT64_C(0x8000000000000000)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtrim.c82 s->first_pts = AV_NOPTS_VALUE;
103 if (s->start_pts == AV_NOPTS_VALUE || start_pts < s->start_pts)
108 if (s->end_pts == AV_NOPTS_VALUE || end_pts > s->end_pts)
130 " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
132 "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
156 if (s->start_frame >= 0 || s->start_pts != AV_NOPTS_VALUE) {
160 if (s->start_pts != AV_NOPTS_VALUE && frame->pts != AV_NOPTS_VALUE &&
167 if (s->first_pts == AV_NOPTS_VALUE && frame->pts != AV_NOPTS_VALUE)
[all...]
H A Daf_asyncts.c39 int first_frame; ///< 1 until filter_frame() has processed at least 1 frame with a pts != AV_NOPTS_VALUE
60 { "first_pts", "Assume the first pts should be this value.", OFFSET(first_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, A|F },
70 s->pts = AV_NOPTS_VALUE;
147 if (s->first_pts != AV_NOPTS_VALUE)
183 int64_t pts = (buf->pts == AV_NOPTS_VALUE) ? buf->pts :
190 if (s->pts == AV_NOPTS_VALUE || pts == AV_NOPTS_VALUE) {
191 if (pts != AV_NOPTS_VALUE) {
197 if (s->first_pts != AV_NOPTS_VALUE) {
209 (s->first_frame && delta && s->first_pts != AV_NOPTS_VALUE)) {
[all...]
H A Dvf_separatefields.c81 if (second->pts != AV_NOPTS_VALUE &&
82 inpicref->pts != AV_NOPTS_VALUE)
85 second->pts = AV_NOPTS_VALUE;
98 if (inpicref->pts != AV_NOPTS_VALUE)
H A Daf_asetnsamples.c61 asns->next_out_pts = AV_NOPTS_VALUE;
118 if (asns->next_out_pts != AV_NOPTS_VALUE)
145 if (asns->next_out_pts == AV_NOPTS_VALUE)
H A Daf_apad.c62 apad->next_pts = AV_NOPTS_VALUE;
120 if (apad->next_pts != AV_NOPTS_VALUE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daudio_frame_queue.c55 if (f->pts != AV_NOPTS_VALUE) {
63 new->pts = AV_NOPTS_VALUE;
78 int64_t out_pts = AV_NOPTS_VALUE;
83 if (afq->frames->pts != AV_NOPTS_VALUE)
96 if(afq->frames[i].pts != AV_NOPTS_VALUE)
107 if(afq->frames && afq->frames[0].pts != AV_NOPTS_VALUE)
H A Dxsubdec.c40 return AV_NOPTS_VALUE;
43 if (c > 9) return AV_NOPTS_VALUE;
72 if (avpkt->pts != AV_NOPTS_VALUE)
H A Dinternal.h198 if(samples == AV_NOPTS_VALUE)
199 return AV_NOPTS_VALUE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek.c147 if (pts == AV_NOPTS_VALUE)
165 if (pts != AV_NOPTS_VALUE &&
178 if (sp->first_ts == AV_NOPTS_VALUE) {
187 if (sp->term_ts != AV_NOPTS_VALUE &&
295 sp->first_ts = AV_NOPTS_VALUE;
300 st->cur_dts = AV_NOPTS_VALUE;
338 st->cur_dts = AV_NOPTS_VALUE;
341 if (sp->first_ts != AV_NOPTS_VALUE) {
344 sp->first_ts = AV_NOPTS_VALUE;
438 st->last_IP_pts = AV_NOPTS_VALUE;
[all...]
H A Dutils.c636 s->duration = s->start_time = AV_NOPTS_VALUE;
896 if(st->first_dts != AV_NOPTS_VALUE || dts == AV_NOPTS_VALUE || st->cur_dts == AV_NOPTS_VALUE)
906 if(pktl->pkt.pts != AV_NOPTS_VALUE && pktl->pkt.pts == pktl->pkt.dts)
909 if(pktl->pkt.dts != AV_NOPTS_VALUE)
912 if(st->start_time == AV_NOPTS_VALUE && pktl->pkt.pts != AV_NOPTS_VALUE)
915 if (st->start_time == AV_NOPTS_VALUE)
924 if(st->first_dts != AV_NOPTS_VALUE){
[all...]
H A Doggdec.c130 os->lastpts = AV_NOPTS_VALUE;
131 os->lastdts = AV_NOPTS_VALUE;
478 if (s->duration != AV_NOPTS_VALUE)
494 if (s->streams[i]->start_time != AV_NOPTS_VALUE)
548 int64_t pts = AV_NOPTS_VALUE;
551 *dts = AV_NOPTS_VALUE;
553 if (os->lastpts != AV_NOPTS_VALUE) {
555 os->lastpts = AV_NOPTS_VALUE;
557 if (os->lastdts != AV_NOPTS_VALUE) {
560 os->lastdts = AV_NOPTS_VALUE;
[all...]
H A Dpva.c74 int64_t pva_pts = AV_NOPTS_VALUE, startpos;
151 if (pva_pts != AV_NOPTS_VALUE)
180 int64_t res = AV_NOPTS_VALUE;
185 res = AV_NOPTS_VALUE;
193 if (streamid - 1 != stream_index || res == AV_NOPTS_VALUE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c94 st->pts_wrap_reference != AV_NOPTS_VALUE && timestamp != AV_NOPTS_VALUE) {
577 s->duration = s->start_time = AV_NOPTS_VALUE;
714 if (ref == AV_NOPTS_VALUE)
716 if (st->pts_wrap_reference != AV_NOPTS_VALUE || st->pts_wrap_bits >= 63 || ref == AV_NOPTS_VALUE || !s->correct_ts_overflow)
731 if (s->streams[default_stream_index]->pts_wrap_reference == AV_NOPTS_VALUE) {
745 if (program->pts_wrap_reference != AV_NOPTS_VALUE) {
1002 if (dts == AV_NOPTS_VALUE) {
1015 if (pts_buffer[i] != AV_NOPTS_VALUE) {
[all...]
H A Dseek.c149 if (pts == AV_NOPTS_VALUE)
167 if (pts != AV_NOPTS_VALUE &&
180 if (sp->first_ts == AV_NOPTS_VALUE) {
189 if (sp->term_ts != AV_NOPTS_VALUE &&
297 sp->first_ts = AV_NOPTS_VALUE;
302 st->cur_dts = AV_NOPTS_VALUE;
340 st->cur_dts = AV_NOPTS_VALUE;
343 if (sp->first_ts != AV_NOPTS_VALUE) {
346 sp->first_ts = AV_NOPTS_VALUE;
436 st->last_IP_pts = AV_NOPTS_VALUE;
[all...]
H A Dflacdec.c122 avpriv_new_chapter(s, track, st->time_base, start, AV_NOPTS_VALUE, isrc);
187 int64_t pts = AV_NOPTS_VALUE;
190 return AV_NOPTS_VALUE;
195 return AV_NOPTS_VALUE;
215 if (parser->pts != AV_NOPTS_VALUE){
H A Dpva.c87 int64_t pva_pts = AV_NOPTS_VALUE, startpos;
173 if (pva_pts != AV_NOPTS_VALUE)
202 int64_t res = AV_NOPTS_VALUE;
207 res = AV_NOPTS_VALUE;
215 if (streamid - 1 != stream_index || res == AV_NOPTS_VALUE) {
H A Doggparseopus.c121 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
153 if (os->lastpts != AV_NOPTS_VALUE) {
154 if (st->start_time == AV_NOPTS_VALUE)
H A Dseek-test.c48 if (ts == AV_NOPTS_VALUE) {
64 int64_t seekfirst = AV_NOPTS_VALUE;
111 if(seekfirst != AV_NOPTS_VALUE){
H A Doggparseflac.c96 AV_NOPTS_VALUE, AV_NOPTS_VALUE, -1);
H A Dpjsdec.c61 return AV_NOPTS_VALUE;
90 if (pts_start != AV_NOPTS_VALUE) {
H A Dvplayerdec.c54 return AV_NOPTS_VALUE;
81 if (pts_start != AV_NOPTS_VALUE) {
H A Dmux.c387 int64_t den = AV_NOPTS_VALUE;
400 if (den != AV_NOPTS_VALUE) {
472 if (pkt->pts == AV_NOPTS_VALUE && pkt->dts != AV_NOPTS_VALUE && delay == 0)
476 if ((pkt->pts == 0 || pkt->pts == AV_NOPTS_VALUE) && pkt->dts == AV_NOPTS_VALUE && !delay) {
488 if (pkt->pts != AV_NOPTS_VALUE && pkt->dts == AV_NOPTS_VALUE && delay <= MAX_REORDER_DELAY) {
490 for (i = 1; i < delay + 1 && st->pts_buffer[i] == AV_NOPTS_VALUE; i++)
498 if (st->cur_dts && st->cur_dts != AV_NOPTS_VALUE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxsubdec.c40 return AV_NOPTS_VALUE;
43 if (c > 9) return AV_NOPTS_VALUE;
73 if (avpkt->pts != AV_NOPTS_VALUE)

Completed in 117 milliseconds

12345678910