Searched refs:ff_scale_eval_dimensions (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | scale_eval.h | 32 int ff_scale_eval_dimensions(void *ctx, 38 * Transform evaluated width and height obtained from ff_scale_eval_dimensions
|
H A D | scale_eval.c | 57 int ff_scale_eval_dimensions(void *log_ctx, in ff_scale_eval_dimensions() function
|
H A D | vf_scale_vaapi.c | 79 if ((err = ff_scale_eval_dimensions(ctx, in scale_vaapi_config_output()
|
H A D | vf_scale_vulkan.c | 440 err = ff_scale_eval_dimensions(s, s->w_expr, s->h_expr, inlink, outlink, in scale_vulkan_config_output()
|
H A D | vf_scale_cuda.c | 361 if ((ret = ff_scale_eval_dimensions(s, in cudascale_config_props()
|
H A D | vf_libplacebo.c | 520 RET(ff_scale_eval_dimensions(s, s->w_expr, s->h_expr, inlink, outlink, in libplacebo_config_output()
|
Completed in 8 milliseconds