Home
last modified time | relevance | path

Searched refs:VAR_PTS (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dsetpts.c76 VAR_PTS, enumerator
160 setpts->var_values[VAR_PTS ] = TS2D(pts); in eval_pts()
190 d2istr(setpts->var_values[VAR_PTS]), in filter_frame()
244 d2istr(setpts->var_values[VAR_PTS]), in activate()
Df_select.c95 VAR_PTS, enumerator
340 select->var_values[VAR_PTS] = TS2D(frame->pts); in select_frame()
370 select->var_values[VAR_PTS], in select_frame()
401 select->var_values[VAR_PREV_SELECTED_PTS] = select->var_values[VAR_PTS]; in select_frame()
408 select->var_values[VAR_PREV_PTS] = select->var_values[VAR_PTS]; in select_frame()
Daf_volume.h51 VAR_PTS, enumerator
Dvf_vignette.c47 VAR_PTS, enumerator
167 s->var_values[VAR_PTS] = TS2D(frame->pts); in update_context()
171 s->var_values[VAR_PTS] = NAN; in update_context()
Daf_volume.c275 vol->var_values[VAR_N], vol->var_values[VAR_T], vol->var_values[VAR_PTS], in set_volume()
304 vol->var_values[VAR_PTS] = in config_output()
391 vol->var_values[VAR_PTS] = TS2D(buf->pts); in filter_frame()
Dasrc_sine.c138 VAR_PTS, enumerator
223 [VAR_PTS] = sine->pts, in request_frame()
Df_sendcmd.c56 VAR_PTS, enumerator
529 var_values[VAR_PTS] = TS2D(ref->pts); in filter_frame()
Dvf_hue.c53 VAR_PTS, enumerator
391 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()
Daf_afftfilt.c58 … { VAR_SAMPLE_RATE, VAR_BIN, VAR_NBBINS, VAR_CHANNEL, VAR_CHANNELS, VAR_PTS, VAR_REAL, VAR_IM… enumerator
270 values[VAR_PTS] = s->pts; in filter_frame()
/third_party/ffmpeg/libavcodec/
Dsetts_bsf.c58 VAR_PTS, enumerator
147 s->var_values[VAR_PTS] = pkt->pts; in setts_filter()