1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Forbid Rctx in IE for VAAPI temporary, Add preproc VAAPI

This commit is contained in:
SergeyIvanov87
2022-07-12 12:41:23 +03:00
parent 3635b3dee7
commit 2b2ba534e2
2 changed files with 44 additions and 13 deletions
@@ -300,9 +300,13 @@ support_matrix resolved_conf{{
{"CPU", {{ "CPU", {/* unsupported: preproc mix */}},
{ "GPU", {/* unsupported: preproc mix */}}
}},
#if defined(HAVE_DIRECTX) && defined(HAVE_D3D11)
{"GPU", {{ "CPU", std::make_shared<flow>(true, false)},
{ "GPU", std::make_shared<flow>(true, true)}}}
#else // TODO VAAPI under linux doesn't support GPU IE remote context
{"GPU", {{ "CPU", std::make_shared<flow>(true, false)},
{ "GPU", std::make_shared<flow>(true, false)}}}
#endif
}}
},
{"CPU", {{