Searched refs:SWS_BILINEAR (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 127 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()
|
D | floatimg_cmp.c | 216 dstFormat, SWS_BILINEAR, NULL, NULL, NULL); in main() 232 inFormat, SWS_BILINEAR, NULL, NULL, NULL); in main()
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 92 SWS_BILINEAR, NULL, NULL, NULL); in main()
|
/third_party/ffmpeg/libswscale/ |
D | swscale.h | 66 #define SWS_BILINEAR 2 macro
|
D | options.c | 37 … 0, AV_OPT_TYPE_CONST, { .i64 = SWS_BILINEAR }, INT_MI…
|
D | utils.c | 356 { 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/ |
D | SkVideoDecoder.cpp | 243 SWS_BILINEAR, nullptr, nullptr, nullptr); in convertFrame()
|