Home
last modified time | relevance | path

Searched refs:VAR_POS (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dsetpts.c71 VAR_POS, enumerator
162 setpts->var_values[VAR_POS ] = !frame || frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in eval_pts()
192 d2istr(setpts->var_values[VAR_POS])); in filter_frame()
246 d2istr(setpts->var_values[VAR_POS]), in activate()
Dvf_crop.c71 VAR_POS, enumerator
152 s->var_values[VAR_POS] = NAN; in config_input()
264 s->var_values[VAR_POS] = frame->pkt_pos == -1 ? in filter_frame()
288 (int)s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS], in filter_frame()
Daf_volume.h50 VAR_POS, enumerator
Dvf_eq.h41 VAR_POS, enumerator
Dvf_overlay.h37 VAR_POS, enumerator
Dvf_scale.c87 VAR_POS, enumerator
209 vars_w[VAR_POS] || vars_h[VAR_POS] || in check_exprs()
681 !(vars_w[VAR_N] || vars_w[VAR_T] || vars_w[VAR_POS]) && in scale_frame()
682 !(vars_h[VAR_N] || vars_h[VAR_T] || vars_h[VAR_POS]) && in scale_frame()
708 scale->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in scale_frame()
864 scale->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in filter_frame_ref()
Dvf_swaprect.c77 enum { VAR_W, VAR_H, VAR_A, VAR_N, VAR_T, VAR_POS, VAR_SAR, VAR_D… enumerator
102 var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in filter_frame()
Daf_volume.c303 vol->var_values[VAR_POS] = in config_output()
396 vol->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
Df_select.c135 VAR_POS, enumerator
342 select->var_values[VAR_POS] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in select_frame()
Df_sendcmd.c55 VAR_POS, enumerator
528 var_values[VAR_POS] = ref->pkt_pos == -1 ? NAN : ref->pkt_pos; in filter_frame()
Dvf_overlay.c293 s->var_values[VAR_POS] = NAN; in config_input_overlay()
1012 s->var_values[VAR_POS] = pos == -1 ? NAN : pos; in do_blend()
1021 s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS], in do_blend()
Dvf_eq.c272 eq->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
Davfilter.c483 VAR_POS, enumerator
1613 dstctx->var_values[VAR_POS] = pos == -1 ? NAN : pos; in ff_inlink_evaluate_timeline_at_frame()
/third_party/ffmpeg/libavcodec/
Dsetts_bsf.c53 VAR_POS, enumerator
146 s->var_values[VAR_POS] = pkt->pos; in setts_filter()