Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dcvcap.cpp90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int hei… in cvCreateSocketCapture() function
Dhighgui.h171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int heig… in LOAD_CHDL()
/external/opencv/
Dcvjni.cpp62 m_capture = cvCreateSocketCapture(address_chars, port_chars, width, height); in Java_org_siprop_opencv_OpenCV_createSocketCapture()