Searched refs:cvCreateSocketCapture (Results 1 – 3 of 3) sorted by relevance
90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int hei… in cvCreateSocketCapture() function
171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int heig… in LOAD_CHDL()
62 m_capture = cvCreateSocketCapture(address_chars, port_chars, width, height); in Java_org_siprop_opencv_OpenCV_createSocketCapture()