Searched refs:first_pts (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fps.c47 int64_t first_pts; ///< pts of the first frame that arrived on this filter member in struct:FPSContext
85 s->first_pts = AV_NOPTS_VALUE;
142 buf->pts = av_rescale_q(s->first_pts, ctx->inputs[0]->time_base,
180 if (s->first_pts == AV_NOPTS_VALUE) {
187 double first_pts = s->start_time * AV_TIME_BASE; local
188 first_pts = FFMIN(FFMAX(first_pts, INT64_MIN), INT64_MAX);
189 s->first_pts = av_rescale_q(first_pts, AV_TIME_BASE_Q,
192 s->first_pts, av_rescale_
[all...]
H A Daf_asyncts.c40 int64_t first_pts; ///< user-specified first expected pts, in samples member in struct:ASyncContext
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 },
124 if (s->pts < s->first_pts) {
125 int delta = FFMIN(s->first_pts - s->pts, avresample_available(s->avr));
131 s->pts = s->first_pts;
147 if (s->first_pts != AV_NOPTS_VALUE)
197 if (s->first_pts != AV_NOPTS_VALUE) {
209 (s->first_frame && delta && s->first_pts != AV_NOPTS_VALUE)) {
H A Dtrim.c67 int64_t first_pts; member in struct:TrimContext
82 s->first_pts = AV_NOPTS_VALUE;
167 if (s->first_pts == AV_NOPTS_VALUE && frame->pts != AV_NOPTS_VALUE)
168 s->first_pts = frame->pts;
179 frame->pts - s->first_pts < s->duration_tb)
287 if (s->first_pts == AV_NOPTS_VALUE)
288 s->first_pts = pts + start_sample;
309 if (s->duration_tb && pts - s->first_pts < s->duration_tb) {
311 end_sample = FFMAX(end_sample, s->first_pts + s->duration_tb - pts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqaudioenc.c41 int64_t first_pts; member in struct:__anon3215
145 context->first_pts = frame->pts;
183 avpkt->pts = context->input_frames <= 7 ? context->first_pts : frame->pts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-audio.mak35 fate-filter-aresample: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af aresample=min_comp=0.001:min_hard_comp=0.1:first_pts=0
H A Dlibswresample.mak360 fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h380 int64_t first_pts; member in struct:OutputStream
H A Dffserver.c150 int64_t first_pts; /* initial pts value */ member in struct:HTTPContext
2260 c->first_pts = AV_NOPTS_VALUE;
2391 if (c->first_pts == AV_NOPTS_VALUE) {
2392 c->first_pts = av_rescale_q(pkt.dts, c->fmt_in->streams[pkt.stream_index]->time_base, AV_TIME_BASE_Q);
2431 c->cur_pts -= c->first_pts;
3327 rtp_c->first_pts = AV_NOPTS_VALUE;
H A Dffmpeg.c704 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, AV_TIME_BASE_Q);
714 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c137 int64_t first_pts; /* initial pts value */ member in struct:HTTPContext
2174 c->first_pts = AV_NOPTS_VALUE;
2307 if (c->first_pts == AV_NOPTS_VALUE) {
2308 c->first_pts = av_rescale_q(pkt.dts, c->fmt_in->streams[pkt.stream_index]->time_base, AV_TIME_BASE_Q);
2347 c->cur_pts -= c->first_pts;
3252 rtp_c->first_pts = AV_NOPTS_VALUE;

Completed in 144 milliseconds