Searched refs:offset_pts (Results 1 – 3 of 3) sorted by relevance
61 int64_t offset_pts; member145 …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()
92 int64_t offset_pts; member1737 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()
50 int64_t offset_pts; member