Searched refs:VAR_PTS (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | setpts.c | 78 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()
|
D | f_select.c | 97 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()
|
D | vf_vignette.c | 46 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()
|
D | af_volume.h | 51 VAR_PTS, enumerator
|
D | af_volume.c | 263 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()
|
D | asrc_sine.c | 139 VAR_PTS, enumerator 212 [VAR_PTS] = sine->pts, in activate()
|
D | vf_hue.c | 53 VAR_PTS, enumerator 384 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()
|
D | f_sendcmd.c | 60 VAR_PTS, enumerator 535 var_values[VAR_PTS] = TS2D(ref->pts); in filter_frame()
|
D | af_afftfilt.c | 57 … { 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/ |
D | noise_bsf.c | 49 VAR_PTS, enumerator 137 s->var_values[VAR_PTS] = pkt->pts; in noise()
|
D | setts_bsf.c | 70 VAR_PTS, enumerator 183 s->var_values[VAR_PTS] = s->cur_pkt->pts; in setts_filter()
|