Searched refs:VAR_POS (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | setpts.c | 71 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()
|
D | vf_crop.c | 71 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()
|
D | af_volume.h | 50 VAR_POS, enumerator
|
D | vf_eq.h | 41 VAR_POS, enumerator
|
D | vf_overlay.h | 37 VAR_POS, enumerator
|
D | vf_scale.c | 87 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()
|
D | vf_swaprect.c | 77 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()
|
D | af_volume.c | 303 vol->var_values[VAR_POS] = in config_output() 396 vol->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
|
D | f_select.c | 135 VAR_POS, enumerator 342 select->var_values[VAR_POS] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; in select_frame()
|
D | f_sendcmd.c | 55 VAR_POS, enumerator 528 var_values[VAR_POS] = ref->pkt_pos == -1 ? NAN : ref->pkt_pos; in filter_frame()
|
D | vf_overlay.c | 293 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()
|
D | vf_eq.c | 272 eq->var_values[VAR_POS] = pos == -1 ? NAN : pos; in filter_frame()
|
D | avfilter.c | 483 VAR_POS, enumerator 1613 dstctx->var_values[VAR_POS] = pos == -1 ? NAN : pos; in ff_inlink_evaluate_timeline_at_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | setts_bsf.c | 53 VAR_POS, enumerator 146 s->var_values[VAR_POS] = pkt->pos; in setts_filter()
|