Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_xfade_opencl.c60 int64_t offset_pts; member
144 cl_float progress = av_clipf(1.f - ((cl_float)(ctx->pts - ctx->first_pts - ctx->offset_pts) / ctx->duration_pts), 0.f, 1.f); in xfade_frame()
253 ctx->offset_pts = av_rescale_q(ctx->offset, AV_TIME_BASE_Q, outlink->time_base); in xfade_opencl_config_output()
293 if (ctx->first_pts + ctx->offset_pts > ctx->xf[0]->pts) { in xfade_opencl_activate()
310 if (ctx->xf[0]->pts - (ctx->first_pts + ctx->offset_pts) > ctx->duration_pts) in xfade_opencl_activate()
H A Dvf_xfade.c95 int64_t offset_pts; member
1839 s->offset_pts = av_rescale_q(s->offset, AV_TIME_BASE_Q, outlink->time_base); in config_output()
1932 float progress = av_clipf(1.f - ((float)(s->pts - s->first_pts - s->offset_pts) / s->duration_pts), 0.f, 1.f); in xfade_frame()
1989 if (s->first_pts + s->offset_pts > s->xf[0]->pts) { in xfade_activate()
2006 if (s->xf[0]->pts - (s->first_pts + s->offset_pts) > s->duration_pts) in xfade_activate()
/third_party/ffmpeg/libavformat/
H A Dsegment.c51 int64_t offset_pts; member

Completed in 7 milliseconds