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.h66 #define SWS_BILINEAR 2 macro
Doptions.c37 … 0, AV_OPT_TYPE_CONST, { .i64 = SWS_BILINEAR }, INT_MI…
Dutils.c356 { SWS_BILINEAR, "bilinear", 2 },
529 } else if (flags & SWS_BILINEAR) { in initFilter()
1367 SWS_BILINEAR | in sws_init_context()
1401 flags ^= SWS_FAST_BILINEAR | SWS_BILINEAR; in sws_init_context()
1840 (flags & SWS_BICUBLIN) ? (flags | SWS_BILINEAR) : flags, in sws_init_context()
1868 (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()