Searched refs:VAR_PTS (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | setpts.c | 76 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()
|
D | f_select.c | 95 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 | af_volume.h | 51 VAR_PTS, enumerator
|
D | vf_vignette.c | 47 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()
|
D | af_volume.c | 275 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()
|
D | asrc_sine.c | 138 VAR_PTS, enumerator 223 [VAR_PTS] = sine->pts, in request_frame()
|
D | f_sendcmd.c | 56 VAR_PTS, enumerator 529 var_values[VAR_PTS] = TS2D(ref->pts); in filter_frame()
|
D | vf_hue.c | 53 VAR_PTS, enumerator 391 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()
|
D | af_afftfilt.c | 58 … { 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/ |
D | setts_bsf.c | 58 VAR_PTS, enumerator 147 s->var_values[VAR_PTS] = pkt->pts; in setts_filter()
|