Searched refs:DebugPrintOut (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | 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; } 907 DebugPrintOut("SETUP: filter removed %s\n",buffer); 930 if(setupStarted){ DebugPrintOut("\nSETUP: Disconnecting device %i\n", myID); } 945 DebugPrintOut("SETUP: freeing Grabber Callback\n"); [all …]
|
D | cap_msmf.cpp | 300 #define DebugPrintOut(...) DPO::getInstance().printOut(__VA_ARGS__) macro 302 #define DebugPrintOut(...) void() macro 1237 …DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: Destroying instance of the ImageGrabber class\n", ig_… in ~ImageGrabber() 1266 … DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE: Destroying instance of the ImageGrabberWinRT class\n"); in ~ImageGrabberWinRT() 1385 DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE: Creating instance of ImageGrabberWinRT\n"); in CreateInstance() 1471 DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: Stopping of of grabbing of images\n", ig_DeviceID); in stopGrabbing() 1479 DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: Start Grabbing of the images\n", ig_DeviceID); in startGrabbing() 1507 DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: MESessionEnded\n", ig_DeviceID); in startGrabbing() 1513 DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: MESessionStopped \n", ig_DeviceID); in startGrabbing() 1519 … DebugPrintOut(L"IMAGEGRABBER VIDEODEVICE %i: MEVideoCaptureDeviceRemoved \n", ig_DeviceID); in startGrabbing() [all …]
|
D | cap_msmf.hpp | 1176 DebugPrintOut(L"StreamSink::StreamSink\n"); in StreamSink() 1181 DebugPrintOut(L"StreamSink::~StreamSink\n"); in ~StreamSink() 1336 DebugPrintOut(L"StreamSink::GetMediaSink: HRESULT=%i\n", hr); in GetMediaSink() 1357 DebugPrintOut(L"StreamSink::GetIdentifier: HRESULT=%i\n", hr); in GetIdentifier() 1379 DebugPrintOut(L"StreamSink::GetMediaTypeHandler: HRESULT=%i\n", hr); in GetMediaTypeHandler() 1459 …DebugPrintOut(L"StreamSink::PlaceMarker: HRESULT=%i %s\n", hr, StreamSinkMarkerTypeMap.at(eMarkerT… in PlaceMarker() 1473 DebugPrintOut(L"StreamSink::Flush: HRESULT=%i\n", hr); in Flush() 1514 …DebugPrintOut(L"StreamSink::GetEvent: HRESULT=%i %s\n", hrStatus, MediaEventTypeMap.at(meType).c_s… in GetEvent() 1516 DebugPrintOut(L"StreamSink::GetEvent: HRESULT=%i\n", hr); in GetEvent() 1533 DebugPrintOut(L"StreamSink::BeginGetEvent: HRESULT=%i\n", hr); in BeginGetEvent() [all …]
|