Home
last modified time | relevance | path

Searched refs:TS2D (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dsetpts.c157 setpts->var_values[VAR_STARTPTS] = TS2D(pts); in eval_pts()
160 setpts->var_values[VAR_PTS ] = TS2D(pts); in eval_pts()
212 setpts->var_values[VAR_PREV_INPTS ] = TS2D(in_pts); in filter_frame()
214 setpts->var_values[VAR_PREV_OUTPTS] = TS2D(frame->pts); in filter_frame()
Df_select.c335 select->var_values[VAR_START_PTS] = TS2D(frame->pts); in select_frame()
337 select->var_values[VAR_START_T] = TS2D(frame->pts) * av_q2d(inlink->time_base); in select_frame()
340 select->var_values[VAR_PTS] = TS2D(frame->pts); in select_frame()
341 select->var_values[VAR_T ] = TS2D(frame->pts) * av_q2d(inlink->time_base); in select_frame()
Dinternal.h208 #define TS2D(ts) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts)) macro
Daf_volume.c388 vol->var_values[VAR_STARTPTS] = TS2D(buf->pts); in filter_frame()
391 vol->var_values[VAR_PTS] = TS2D(buf->pts); in filter_frame()
Dvf_vignette.c167 s->var_values[VAR_PTS] = TS2D(frame->pts); in update_context()
Df_sendcmd.c529 var_values[VAR_PTS] = TS2D(ref->pts); in filter_frame()
Dvf_hue.c391 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()