Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_vfw.cpp383 HWND hWndC = 0; in open() local
396 hWndC = capCreateCaptureWindow ( "My Own Capture Window", in open()
398 if( capDriverConnect (hWndC, wIndex)) in open()
400 DestroyWindow( hWndC ); in open()
401 hWndC = 0; in open()
405 if( hWndC ) in open()
407 capWnd = hWndC; in open()
413 capDriverGetCaps( hWndC, &caps, sizeof(caps)); in open()
415 capGetStatus(hWndC, &status, sizeof(status)); in open()
416 …::SetWindowPos(hWndC, NULL, 0, 0, status.uiImageWidth, status.uiImageHeight, SWP_NOZORDER|SWP_NOMO… in open()
[all …]