Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp345 CHAR szMsg[512];
346 ::StringCbVPrintfA(szMsg, sizeof(szMsg), format, args);
347 ::OutputDebugStringA(szMsg);
Dcap_msmf.cpp755 WCHAR szMsg[512]; in printOut() local
756 ::StringCchVPrintfW(szMsg, sizeof(szMsg)/sizeof(szMsg[0]), format, args); in printOut()
757 ::OutputDebugStringW(szMsg); in printOut()