Home
last modified time | relevance | path

Searched refs:offset_pts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_xfade_opencl.c61 int64_t offset_pts; member
145 …cl_float progress = av_clipf(1.f - ((cl_float)(ctx->pts - ctx->first_pts - ctx->offset_pts) / ctx-… in xfade_frame()
254 ctx->offset_pts = av_rescale_q(ctx->offset, AV_TIME_BASE_Q, outlink->time_base); in xfade_opencl_config_output()
294 if (ctx->first_pts + ctx->offset_pts > ctx->xf[0]->pts) { in xfade_opencl_activate()
311 if (ctx->xf[0]->pts - (ctx->first_pts + ctx->offset_pts) > ctx->duration_pts) in xfade_opencl_activate()
Dvf_xfade.c92 int64_t offset_pts; member
1737 s->offset_pts = av_rescale_q(s->offset, AV_TIME_BASE_Q, outlink->time_base); in config_output()
1826 …float progress = av_clipf(1.f - ((float)(s->pts - s->first_pts - s->offset_pts) / s->duration_pts)… in xfade_frame()
1882 if (s->first_pts + s->offset_pts > s->xf[0]->pts) { in xfade_activate()
1899 if (s->xf[0]->pts - (s->first_pts + s->offset_pts) > s->duration_pts) in xfade_activate()
/third_party/ffmpeg/libavformat/
Dsegment.c50 int64_t offset_pts; member