opencv/modules/gapi/src/executor
Orest Chura 2deb38d615
Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues
[G-API] Fixed Coverity issues

* Fixed Coverity issues
 - VectorRef&OpaqueRef m_kind = CV_UNKNOWN
 - added same-type overload for saturate()
 - sanitized resize value in ByteMemoryInStream::operator>> (std::string& str)
 - handled throws from ~GStreamingExecutor()

* Catching exception by const ref

* Addressing Sergey's comments

* Applied enable_if semanitcs to saturate(x, round) too

* Removed uncaught_exception, made destructor noexcept back

* Split Fluid ConvertTo to multiple functions to avoid ifs; added CV_ALWAYS_INLINE

* Added FIXME to address throwings from stop()

* Fix standalone

* Addressing comments

* Guarded SIMD optimizations properly

* Removed excess parameter from simd_impl functions
2021-11-26 16:40:36 +00:00
..
conc_queue.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gasync.cpp gapi(async): use lazy-initialization of async_service singleton 2021-01-15 04:47:54 +00:00
gexecutor.cpp Merge pull request #21040 from alexgiving:atrutnev/rename_RMatAdapter 2021-11-11 14:52:38 +03:00
gexecutor.hpp Merge pull request #18339 from rgarnov:rg/rmat_integration 2020-10-04 18:57:41 +00:00
gstreamingexecutor.cpp Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues 2021-11-26 16:40:36 +00:00
gstreamingexecutor.hpp Merge pull request #20298 from mpashchenkov:mp/python-desync 2021-07-01 19:06:35 +00:00
gtbbexecutor.cpp Added ITT traces to GStreamingExecutor 2021-05-11 12:52:47 +03:00
gtbbexecutor.hpp remove redundant semicolons 2021-10-27 20:19:05 +08:00
last_value.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00