Home
last modified time | relevance | path

Searched refs:imgfmt_dst (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/test/
H A Dscale_sws.c15 static bool supports_fmts(void *pctx, int imgfmt_dst, int imgfmt_src) in supports_fmts() argument
18 return mp_sws_supports_formats(ctx, imgfmt_dst, imgfmt_src); in supports_fmts()
H A Dscale_zimg.c13 static bool supports_fmts(void *pctx, int imgfmt_dst, int imgfmt_src) in supports_fmts() argument
16 mp_zimg_supports_out_format(imgfmt_dst); in supports_fmts()
H A Dscale_test.h8 bool (*supports_fmts)(void *ctx, int imgfmt_dst, int imgfmt_src);