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

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

Completed in 41 milliseconds