Lines Matching defs:capture
419 static int try_palette_v4l2(CvCaptureCAM_V4L* capture, unsigned long colorspace) in try_palette_v4l2()
443 static int try_init_v4l(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l()
487 static int try_init_v4l2(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l2()
544 static int autosetup_capture_mode_v4l2(CvCaptureCAM_V4L* capture) in autosetup_capture_mode_v4l2()
611 static int autosetup_capture_mode_v4l(CvCaptureCAM_V4L* capture) in autosetup_capture_mode_v4l()
649 static void v4l2_scan_controls(CvCaptureCAM_V4L* capture) in v4l2_scan_controls()
793 static int _capture_V4L2 (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L2()
989 static int _capture_V4L (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L()
1129 CvCaptureCAM_V4L * capture = (CvCaptureCAM_V4L*)cvAlloc(sizeof(CvCaptureCAM_V4L)); in icvCaptureFromCAM_V4L() local
1175 static int read_frame_v4l2(CvCaptureCAM_V4L* capture) { in read_frame_v4l2()
1223 static void mainloop_v4l2(CvCaptureCAM_V4L* capture) { in mainloop_v4l2()
1265 static int icvGrabFrameCAM_V4L(CvCaptureCAM_V4L* capture) { in icvGrabFrameCAM_V4L()
2108 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int) { in icvRetrieveFrameCAM_V4L()
2293 static double icvGetPropertyCAM_V4L (CvCaptureCAM_V4L* capture, in icvGetPropertyCAM_V4L()
2485 static int icvSetVideoSize( CvCaptureCAM_V4L* capture, int w, int h) { in icvSetVideoSize()
2592 static int icvSetControl (CvCaptureCAM_V4L* capture, in icvSetControl()
2775 static int icvSetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, in icvSetPropertyCAM_V4L()
2820 static void icvCloseCAM_V4L( CvCaptureCAM_V4L* capture ){ in icvCloseCAM_V4L()
2929 CvCaptureCAM_V4L_CPP* capture = new CvCaptureCAM_V4L_CPP; in cvCreateCameraCapture_V4L() local