G-API (Fluid) core support for I420

- Extended NV12 support in Fluid Core engine to cover I420
This commit is contained in:
Anton Potapov
2019-11-13 15:05:56 +03:00
parent b6a58818bb
commit b5426a8679
3 changed files with 19 additions and 18 deletions
@@ -530,7 +530,7 @@ GAPI_FLUID_KERNEL(FNV12toRGB, cv::gapi::imgproc::GNV12toRGB, false)
{
static const int Window = 1;
static const int LPI = 2;
static const auto Kind = GFluidKernel::Kind::NV12toRGB;
static const auto Kind = GFluidKernel::Kind::YUV420toRGB;
static void run(const cv::gapi::fluid::View &in1,
const cv::gapi::fluid::View &in2,