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

  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 337 static void DebugPrintOut(const char *format, ...)
357 #define DebugPrintOut(...) void()
718 DebugPrintOut("ERROR: SampleCB() - buffer sizes do not match\n");
806 DebugPrintOut("SETUP: Error device size should not be set more than once\n");
884 if (FAILED(hr)) { DebugPrintOut("SETUP: pGraph->EnumFilters() failed.\n"); return; }
904 DebugPrintOut("SETUP: removing filter %s...\n", buffer);
906 if (FAILED(hr)) { DebugPrintOut("SETUP: pGraph->RemoveFilter() failed.\n"); return;
    [all...]
cap_msmf.cpp 300 #define DebugPrintOut(...) DPO::getInstance().printOut(__VA_ARGS__)
302 #define DebugPrintOut(...) void()
    [all...]

Completed in 63 milliseconds