Searched refs:VAR_POS (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | setpts.c | 73 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 D | vf_crop.c | 71 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 D | af_volume.h | 50 VAR_POS, enumerator
|
H A D | vf_overlay_cuda.c | 70 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 D | vf_scale_npp.c | 109 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 D | vf_scale.c | 86 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 D | vf_overlay.h | 37 VAR_POS, enumerator
|
H A D | vf_eq.h | 41 VAR_POS, enumerator
|
H A D | vf_swaprect.c | 68 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 D | f_select.c | 137 VAR_POS, enumerator 342 select->var_values[VAR_POS] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in select_frame()
|
H A D | f_sendcmd.c | 59 VAR_POS, enumerator 534 var_values[VAR_POS] = ref->pkt_pos == -1 ? NAN : ref->pkt_pos; in filter_frame()
|
H A D | af_volume.c | 291 vol->var_values[VAR_POS] = in config_output() 384 vol->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
|
H A D | vf_eq.c | 238 eq->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
|
H A D | vf_overlay.c | 293 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 D | avfilter.c | 475 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 D | noise_bsf.c | 55 VAR_POS, enumerator 143 s->var_values[VAR_POS] = pkt->pos; in noise()
|
H A D | setts_bsf.c | 60 VAR_POS, enumerator 182 s->var_values[VAR_POS] = s->cur_pkt->pos; in setts_filter()
|
Completed in 16 milliseconds