Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dsetpts.c78 VAR_PTS, enumerator
162 setpts->var_values[VAR_PTS ] = TS2D(pts); in eval_pts()
192 d2istr(setpts->var_values[VAR_PTS]), in filter_frame()
246 d2istr(setpts->var_values[VAR_PTS]), in activate()
Df_select.c97 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()
Dvf_vignette.c46 VAR_PTS, enumerator
159 s->var_values[VAR_PTS] = TS2D(frame->pts); in update_context()
163 s->var_values[VAR_PTS] = NAN; in update_context()
Daf_volume.h51 VAR_PTS, enumerator
Daf_volume.c263 vol->var_values[VAR_N], vol->var_values[VAR_T], vol->var_values[VAR_PTS], in set_volume()
292 vol->var_values[VAR_PTS] = in config_output()
379 vol->var_values[VAR_PTS] = TS2D(buf->pts); in filter_frame()
Dasrc_sine.c139 VAR_PTS, enumerator
212 [VAR_PTS] = sine->pts, in activate()
Dvf_hue.c53 VAR_PTS, enumerator
384 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()
Df_sendcmd.c60 VAR_PTS, enumerator
535 var_values[VAR_PTS] = TS2D(ref->pts); in filter_frame()
Daf_afftfilt.c57 … { VAR_SAMPLE_RATE, VAR_BIN, VAR_NBBINS, VAR_CHANNEL, VAR_CHANNELS, VAR_PTS, VAR_REAL, VAR_IM… enumerator
331 values[VAR_PTS] = in->pts; in filter_frame()
/third_party/ffmpeg/libavcodec/
Dnoise_bsf.c49 VAR_PTS, enumerator
137 s->var_values[VAR_PTS] = pkt->pts; in noise()
Dsetts_bsf.c70 VAR_PTS, enumerator
183 s->var_values[VAR_PTS] = s->cur_pkt->pts; in setts_filter()