opencv/modules/gapi/src
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
..
api Added desync RMats and MediaFrames support 2021-09-24 14:29:27 +03:00
backends Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues 2021-11-26 16:40:36 +00:00
compiler remove redundant semicolons 2021-10-27 20:19:05 +08:00
executor Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues 2021-11-26 16:40:36 +00:00
streaming/onevpl Merge pull request #21022 from sivanov-work:async_mfp_demux 2021-11-22 14:53:38 +03:00
utils Added ITT traces to GStreamingExecutor 2021-05-11 12:52:47 +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