Home
last modified time | relevance | path

Searched refs:DPO (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp289 class DPO class
292 ~DPO(void);
293 static DPO& getInstance();
298 DPO(void);
300 #define DebugPrintOut(...) DPO::getInstance().printOut(__VA_ARGS__)
731 DPO::DPO(void):verbose(true) in DPO() function in __anon2599bf920111::DPO
735 DPO::~DPO(void) in ~DPO()
739 DPO& DPO::getInstance() in getInstance()
741 static DPO instance; in getInstance()
745 void DPO::printOut(const wchar_t *format, ...) in printOut()
[all …]