TS2D              387 libavfilter/af_volume.c         vol->var_values[VAR_STARTPTS] = TS2D(buf->pts);
TS2D              390 libavfilter/af_volume.c     vol->var_values[VAR_PTS] = TS2D(buf->pts);
TS2D              291 libavfilter/f_select.c         select->var_values[VAR_START_PTS] = TS2D(frame->pts);
TS2D              293 libavfilter/f_select.c         select->var_values[VAR_START_T] = TS2D(frame->pts) * av_q2d(inlink->time_base);
TS2D              296 libavfilter/f_select.c     select->var_values[VAR_PTS] = TS2D(frame->pts);
TS2D              297 libavfilter/f_select.c     select->var_values[VAR_T  ] = TS2D(frame->pts) * av_q2d(inlink->time_base);
TS2D              162 libavfilter/setpts.c         setpts->var_values[VAR_STARTPTS] = TS2D(frame->pts);
TS2D              165 libavfilter/setpts.c     setpts->var_values[VAR_PTS       ] = TS2D(frame->pts);
TS2D              205 libavfilter/setpts.c     setpts->var_values[VAR_PREV_INPTS ] = TS2D(in_pts);
TS2D              207 libavfilter/setpts.c     setpts->var_values[VAR_PREV_OUTPTS] = TS2D(frame->pts);
TS2D              323 libavfilter/vf_hue.c     hue->var_values[VAR_PTS] = TS2D(inpic->pts);
TS2D              162 libavfilter/vf_vignette.c         s->var_values[VAR_PTS] = TS2D(frame->pts);