Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dcvcap.cpp55 CV_IMPL void cvReleaseCapture( CvCapture** pcapture ) in cvReleaseCapture()
64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture ) in cvQueryFrame()
70 CV_IMPL int cvGrabFrame( CvCapture* capture ) in cvGrabFrame()
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture ) in cvRetrieveFrame()
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id ) in cvGetCaptureProperty()
85 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value ) in cvSetCaptureProperty()
90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int hei… in cvCreateSocketCapture()
Dhighgui.h168 typedef struct CvCapture CvCapture; in LOAD_CHDL() typedef
171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int heig… in LOAD_CHDL()
175 CVAPI(int) cvGrabFrame( CvCapture* capture ); in LOAD_CHDL()
181 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture ); in LOAD_CHDL()
185 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture ); in LOAD_CHDL()
188 CVAPI(void) cvReleaseCapture( CvCapture** capture ); in LOAD_CHDL()
209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id ); in LOAD_CHDL()
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value ); in LOAD_CHDL()
D_highgui.h69 struct CvCapture struct
71 virtual ~CvCapture() {} in ~CvCapture() argument
79 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char* port, int width, int heig… argument
Dcvcap_socket.cpp69 class CVCapture_Socket : public CvCapture
294 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char *port, int width, int heig… in cvCreateCameraCapture_Socket()
/external/opencv/
Dcvjni.h49 CvCapture *m_capture = 0;