Searched refs:icvRetrieveFrameCAM_V4L (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_libv4l.cpp356 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
1275 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int) { function
1897 return captureV4L ? icvRetrieveFrameCAM_V4L( captureV4L, 0 ) : 0;
H A Dcap_v4l.cpp354 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
2108 static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int) { function
2914 return captureV4L ? icvRetrieveFrameCAM_V4L( captureV4L, 0 ) : 0;

Completed in 151 milliseconds