Searched refs:cvCreateCameraCapture_Socket (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A D_highgui.h79 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char* port, int width, int height );
H A Dcvcap.cpp92 return cvCreateCameraCapture_Socket(address, port, width, height);
H A Dcvcap_socket.cpp294 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char *port, int width, int height ) function

Completed in 103 milliseconds