Home
last modified time | relevance | path

Searched refs:TS2T (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dsetpts.c158 setpts->var_values[VAR_STARTT ] = TS2T(pts, inlink->time_base); in eval_pts()
161 setpts->var_values[VAR_T ] = TS2T(pts, inlink->time_base); in eval_pts()
204 av_log(inlink->dst, AV_LOG_TRACE, " -> PTS:%s T:%f\n", d2istr(d), TS2T(d, inlink->time_base)); in filter_frame()
213 setpts->var_values[VAR_PREV_INT ] = TS2T(in_pts, inlink->time_base); in filter_frame()
215 setpts->var_values[VAR_PREV_OUTT] = TS2T(frame->pts, inlink->time_base); in filter_frame()
247 d2istr(d), TS2T(d, inlink->time_base)); in activate()
Df_sendcmd.c523 double start = TS2T(interval->start_ts, AV_TIME_BASE_Q); in filter_frame()
524 double end = TS2T(interval->end_ts, AV_TIME_BASE_Q); in filter_frame()
525 double current = TS2T(ref->pts, inlink->time_base); in filter_frame()
Dinternal.h209 #define TS2T(ts, tb) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts) * av_q2d(tb)) macro
Daf_volume.c389 vol->var_values[VAR_STARTT ] = TS2T(buf->pts, inlink->time_base); in filter_frame()
392 vol->var_values[VAR_T ] = TS2T(buf->pts, inlink->time_base); in filter_frame()
Dvf_scale.c703 scale->var_values[VAR_S2R_MAIN_T] = TS2T(in->pts, link->time_base); in scale_frame()
707 scale->var_values[VAR_T] = TS2T(in->pts, link->time_base); in scale_frame()
863 scale->var_values[VAR_T] = TS2T(in->pts, link->time_base); in filter_frame_ref()
Dvf_vignette.c166 s->var_values[VAR_T] = TS2T(frame->pts, inlink->time_base); in update_context()
Daeval.c435 t0 = TS2T(in->pts, inlink->time_base); in filter_frame()
Dvf_eq.c273 eq->var_values[VAR_T] = TS2T(in->pts, inlink->time_base); in filter_frame()
Dvf_delogo.c310 s->var_values[VAR_T] = TS2T(in->pts, inlink->time_base); in filter_frame()
Dvf_hue.c390 hue->var_values[VAR_T] = TS2T(inpic->pts, inlink->time_base); in filter_frame()
Dvf_rotate.c525 rot->var_values[VAR_T] = TS2T(in->pts, inlink->time_base); in filter_frame()