Home
last modified time | relevance | path

Searched refs:SWS_BILINEAR (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
Dswscale.c127 srcFormat, SWS_BILINEAR, NULL, NULL, NULL); in doTest()
206 AV_PIX_FMT_YUVA420P, SWS_BILINEAR, in doTest()
259 const int flags[] = { SWS_FAST_BILINEAR, SWS_BILINEAR, SWS_BICUBIC, in selfTest()
418 AV_PIX_FMT_YUVA420P, SWS_BILINEAR, NULL, NULL, NULL); in main()
Dfloatimg_cmp.c216 dstFormat, SWS_BILINEAR, NULL, NULL, NULL); in main()
232 inFormat, SWS_BILINEAR, NULL, NULL, NULL); in main()
/third_party/ffmpeg/doc/examples/
Dscaling_video.c92 SWS_BILINEAR, NULL, NULL, NULL); in main()
/third_party/ffmpeg/libswscale/
Dswscale.h59 #define SWS_BILINEAR 2 macro
Doptions.c39 … 0, AV_OPT_TYPE_CONST, { .i64 = SWS_BILINEAR }, INT_MI…
Dutils.c327 { SWS_BILINEAR, "bilinear", 2 },
500 } else if (flags & SWS_BILINEAR) { in initFilter()
1246 SWS_BILINEAR | in sws_init_context()
1280 flags ^= SWS_FAST_BILINEAR | SWS_BILINEAR; in sws_init_context()
1710 (flags & SWS_BICUBLIN) ? (flags | SWS_BILINEAR) : flags, in sws_init_context()
1736 (flags & SWS_BICUBLIN) ? (flags | SWS_BILINEAR) : flags, in sws_init_context()
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp243 SWS_BILINEAR, nullptr, nullptr, nullptr); in convertFrame()