HomeSort by relevance Sort by last modified time
    Searched refs:m_capture (Results 1 - 2 of 2) sorted by null

  /external/opencv/
cvjni.cpp 62 m_capture = cvCreateSocketCapture(address_chars, port_chars, width, height);
65 if (m_capture == 0)
79 if (m_capture) {
80 cvReleaseCapture(&m_capture);
81 m_capture = 0;
90 if (m_capture == 0)
96 if (cvGrabFrame(m_capture) == 0)
102 IplImage *frame = cvRetrieveFrame(m_capture);
cvjni.h 49 CvCapture *m_capture = 0; variable

Completed in 219 milliseconds