Home
last modified time | relevance | path

Searched refs:VAR_POS (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dsetpts.c73 VAR_POS, enumerator
164 setpts->var_values[VAR_POS ] = !frame || frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in eval_pts()
194 d2istr(setpts->var_values[VAR_POS])); in filter_frame()
248 d2istr(setpts->var_values[VAR_POS]), in activate()
H A Dvf_crop.c71 VAR_POS, enumerator
148 s->var_values[VAR_POS] = NAN; in config_input()
260 s->var_values[VAR_POS] = frame->pkt_pos == -1 ? in filter_frame()
284 (int)s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS], in filter_frame()
H A Daf_volume.h50 VAR_POS, enumerator
H A Dvf_overlay_cuda.c70 VAR_POS, enumerator
274 ctx->var_values[VAR_POS] = pos == -1 ? NAN : pos; in overlay_cuda_blend()
283 ctx->var_values[VAR_N], ctx->var_values[VAR_T], ctx->var_values[VAR_POS], in overlay_cuda_blend()
357 s->var_values[VAR_POS] = NAN; in config_input_overlay()
H A Dvf_scale_npp.c109 VAR_POS, enumerator
216 vars_w[VAR_POS] || vars_h[VAR_POS] || in check_exprs()
793 !(vars_w[VAR_N] || vars_w[VAR_T] || vars_w[VAR_POS]) && in nppscale_scale()
794 !(vars_h[VAR_N] || vars_h[VAR_T] || vars_h[VAR_POS]) && in nppscale_scale()
820 s->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in nppscale_scale()
935 scale->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in nppscale_filter_frame_ref()
H A Dvf_scale.c86 VAR_POS, enumerator
207 vars_w[VAR_POS] || vars_h[VAR_POS] || in check_exprs()
715 !(vars_w[VAR_N] || vars_w[VAR_T] || vars_w[VAR_POS]) && in scale_frame()
716 !(vars_h[VAR_N] || vars_h[VAR_T] || vars_h[VAR_POS]) && in scale_frame()
742 scale->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in scale_frame()
892 scale->var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in filter_frame_ref()
H A Dvf_overlay.h37 VAR_POS, enumerator
H A Dvf_eq.h41 VAR_POS, enumerator
H A Dvf_swaprect.c68 enum { VAR_W, VAR_H, VAR_A, VAR_N, VAR_T, VAR_POS, VAR_SAR, VAR_DAR, VAR_VARS_NB }; enumerator
93 var_values[VAR_POS] = in->pkt_pos == -1 ? NAN : in->pkt_pos; in filter_frame()
H A Df_select.c137 VAR_POS, enumerator
342 select->var_values[VAR_POS] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in select_frame()
H A Df_sendcmd.c59 VAR_POS, enumerator
534 var_values[VAR_POS] = ref->pkt_pos == -1 ? NAN : ref->pkt_pos; in filter_frame()
H A Daf_volume.c291 vol->var_values[VAR_POS] = in config_output()
384 vol->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
H A Dvf_eq.c238 eq->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
H A Dvf_overlay.c293 s->var_values[VAR_POS] = NAN; in config_input_overlay()
1015 s->var_values[VAR_POS] = pos == -1 ? NAN : pos; in do_blend()
1024 s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS], in do_blend()
H A Davfilter.c475 VAR_POS, enumerator
1506 dstctx->var_values[VAR_POS] = pos == -1 ? NAN : pos; in ff_inlink_evaluate_timeline_at_frame()
/third_party/ffmpeg/libavcodec/
H A Dnoise_bsf.c55 VAR_POS, enumerator
143 s->var_values[VAR_POS] = pkt->pos; in noise()
H A Dsetts_bsf.c60 VAR_POS, enumerator
182 s->var_values[VAR_POS] = s->cur_pkt->pos; in setts_filter()

Completed in 16 milliseconds