opencv/modules/gapi/src
Dmitry Matveev 099ad1a259 G-API: Desync -- fix the queue saturation problem
Set queue size = 1 to Copy island right after the desync.
In this case, Copy won't read more data from a "last_written"
container than required, while feeding the desynchronized path.

Sometimes Copy don't get fused into an island and behaves
on its own -- in this case, it reads more data in advance
so the slow (desync) part actually processes some data in-sync
(more than actually required)
2020-11-03 14:26:32 +03:00
..
api Merge pull request #18673 from dmatveev:dm/upstream_desync 2020-10-29 18:55:24 +00:00
backends Merge pull request #18673 from dmatveev:dm/upstream_desync 2020-10-29 18:55:24 +00:00
compiler G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
executor G-API: Desync -- fix the queue saturation problem 2020-11-03 14:26:32 +03:00
logger.hpp GAPI: GAPI_LOG_DEBUG facility 2020-07-15 01:31:25 +03:00
precomp.hpp Merge pull request #15216 from dmatveev:dm/ng-0010-g-api-streaming-api 2019-10-18 19:29:58 +03:00