Home
last modified time | relevance | path

Searched refs:out_pts (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_separatefields.c105 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() argument
112 *out_pts = s->second->pts += pts; in flush_frame()
139 int64_t out_pts = pts; in activate() local
141 ret = flush_frame(outlink, pts, &out_pts); in activate()
142 ff_outlink_set_status(outlink, status, out_pts); in activate()
Dvf_dnn_processing.c315 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() argument
337 if (out_pts) in flush_frame()
338 *out_pts = out_frame->pts + pts; in flush_frame()
399 int64_t out_pts = pts; in activate_async() local
400 ret = flush_frame(outlink, pts, &out_pts); in activate_async()
401 ff_outlink_set_status(outlink, status, out_pts); in activate_async()
Df_drawgraph.c167 int64_t in_pts, out_pts; in filter_frame() local
325 out_pts = av_rescale_q(in_pts, inlink->time_base, outlink->time_base); in filter_frame()
327 if (out_pts == s->prev_pts) in filter_frame()
334 clone->pts = s->prev_pts = out_pts; in filter_frame()
Dvf_minterpolate.c185 int64_t out_pts; member
1175 mi_ctx->out_pts = av_rescale_q(avf_in->pts, inlink->time_base, outlink->time_base); in filter_frame()
1193 …if (av_compare_ts(mi_ctx->out_pts, outlink->time_base, mi_ctx->frames[2].avf->pts, inlink->time_ba… in filter_frame()
1200 avf_out->pts = mi_ctx->out_pts++; in filter_frame()
/third_party/ffmpeg/libavcodec/
Daudio_frame_queue.c78 int64_t out_pts = AV_NOPTS_VALUE; in ff_af_queue_remove() local
84 out_pts = afq->frames->pts; in ff_af_queue_remove()
89 *pts = ff_samples_to_time_base(afq->avctx, out_pts); in ff_af_queue_remove()