Home
last modified time | relevance | path

Searched refs:getBackendName (Results 1 – 25 of 119) sorted by relevance

12345

/dports/graphics/opencv/opencv-4.5.3/modules/videoio/misc/python/test/
H A Dtest_videoio.py17 self.check_name(cv.videoio_registry.getBackendName(cv.CAP_ANY));
18 self.check_name(cv.videoio_registry.getBackendName(cv.CAP_FFMPEG))
19 self.check_name(cv.videoio_registry.getBackendName(cv.CAP_OPENCV_MJPEG))
22 self.check_name(cv.videoio_registry.getBackendName(backend))
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DBackendTest.cpp53 ExecutionEngine EE_{getBackendName()};
589 runDebugPrint(EE_, getBackendName(), tensorRef, "console", ""); in TEST_P()
597 testDebugPrint<float>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
604 testDebugPrint<int8_t>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
611 testDebugPrint<int16_t>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
618 testDebugPrint<int32_t>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
625 testDebugPrint<int32_t>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
639 testDebugPrint<bool>(EE_, getBackendName(), tensorRef, "bin"); in TEST_P()
647 testDebugPrint<float>(EE_, getBackendName(), tensorRef, "txt"); in TEST_P()
654 testDebugPrint<int8_t>(EE_, getBackendName(), tensorRef, "txt"); in TEST_P()
[all …]
H A DBackendTestUtils.h68 return enabledBackends.find(getBackendName()) != enabledBackends.end(); \
72 std::string getBackendName() { return std::get<0>(GetParam()); } \
85 : EE_(getBackendName(), deviceMemory), mod_(EE_.getModule()) { in EE_() argument
90 ExecutionEngine EE_{getBackendName()};
222 std::string getBackendName() const override { return "MockBackend"; } in getBackendName() function
254 std::string getBackendName() const override { return "Interpreter"; } in getBackendName() function
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/test/
H A Dtest_camera.cpp67 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
88 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
101 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
118 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
136 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
152 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
164 std::cout << "Camera 0 via " << capture.getBackendName() << " backend" << std::endl; in TEST()
H A Dtest_video_io.cpp86 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in doTest()
180 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in doFrameCountTest()
240 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in doTimestampTest()
244 … throw SkipTestException(cv::String("Backend ") + cv::videoio_registry::getBackendName(apiPref) + in doTimestampTest()
248 … throw SkipTestException(cv::String("Backend ") + cv::videoio_registry::getBackendName(apiPref) + in doTimestampTest()
254 … throw SkipTestException(cv::String("Backend ") + cv::videoio_registry::getBackendName(apiPref) + in doTimestampTest()
504 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in TEST_P()
566 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in TEST_P()
625 …cv::String("Backend is not available/disabled: ") + cv::videoio_registry::getBackendName(apiPref)); in TEST_P()
691 std::string backend_name = cv::videoio_registry::getBackendName(backend); in TEST_P()
[all …]
H A Dtest_precomp.hpp21 out << cv::videoio_registry::getBackendName(api); return out; in operator <<()
49 *os << cv::videoio_registry::getBackendName(api); in PrintTo()
/dports/www/owncloud/owncloud/lib/public/
H A DIUserBackend.php45 public function getBackendName(); function
/dports/www/nextcloud/nextcloud/lib/public/
H A DIUserBackend.php40 public function getBackendName(); function
/dports/www/nextcloud/nextcloud/lib/public/Group/Backend/
H A DINamedBackend.php35 public function getBackendName(): string; function
/dports/net/nsq/nsq-1.2.1/nsqd/
H A Ddqname.go5 func getBackendName(topicName, channelName string) string { func
H A Ddqname_windows.go6 func getBackendName(topicName, channelName string) string { func
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/backends/localebe/
H A Dlocalebecdef.cxx40 LocaleBackend::getBackendName,
H A Dlocalebackend.cxx318 OUString LocaleBackend::getBackendName() { in getBackendName() function in LocaleBackend
324 return getBackendName() ; in getImplementationName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/backends/macbe/
H A Dmacbecdef.cxx41 MacOSXBackend::getBackendName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/backends/wininetbe/
H A Dwininetbecdef.cxx41 WinInetBackend::getBackendName,
H A Dwininetbackend.cxx343 OUString WinInetBackend::getBackendName() { in getBackendName() function in WinInetBackend
349 return getBackendName() ; in getImplementationName()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap.cpp318 String VideoCapture::getBackendName() const in getBackendName() function in cv::VideoCapture
326 return cv::videoio_registry::getBackendName(static_cast<VideoCaptureAPIs>(api)); in getBackendName()
651 String VideoWriter::getBackendName() const in getBackendName() function in cv::VideoWriter
659 return cv::videoio_registry::getBackendName(static_cast<VideoCaptureAPIs>(api)); in getBackendName()
/dports/graphics/opencv/opencv-4.5.3/samples/tapi/
H A Dvideo_acceleration.cpp126 cout << "VideoCapture backend = " << capture.getBackendName() << endl; in main()
153 cout << "VideoWriter backend = " << writer.getBackendName() << endl; in main()
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/
H A DServiceNode.php52 $params['backend'] = $this->getBpConfig()->getBackendName();
H A DHostNode.php65 $params['backend'] = $this->getBpConfig()->getBackendName();
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/
H A DUser_Proxy.php153 public function getBackendName() { function in OCA\\User_LDAP\\User_Proxy
154 return $this->refBackend->getBackendName();
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Habana/
H A DHabana.h42 std::string getBackendName() const override { return getName(); } in getBackendName() function
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/include/opencv2/videoio/
H A Dregistry.hpp27 CV_EXPORTS_W cv::String getBackendName(VideoCaptureAPIs api);
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/CPU/
H A DCPUBackend.h41 std::string getBackendName() const override { in getBackendName() function
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Backends/Interpreter/
H A DInterpreter.h39 std::string getBackendName() const override { in getBackendName() function

12345