HomeSort by relevance Sort by last modified time
    Searched refs:szMsg (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 345 CHAR szMsg[512];
346 ::StringCbVPrintfA(szMsg, sizeof(szMsg), format, args);
347 ::OutputDebugStringA(szMsg);
    [all...]
cap_msmf.cpp 755 WCHAR szMsg[512];
756 ::StringCchVPrintfW(szMsg, sizeof(szMsg)/sizeof(szMsg[0]), format, args);
757 ::OutputDebugStringW(szMsg);
    [all...]

Completed in 74 milliseconds