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

/external/opencv3/modules/videoio/src/
H A Dcap_libv4l.cpp362 static int icvSetVideoSize( CvCaptureCAM_V4L* capture, int w, int h);
758 /* icvSetVideoSize(capture, DEFAULT_V4L_WIDTH, DEFAULT_V4L_HEIGHT); */
1497 static int icvSetVideoSize( CvCaptureCAM_V4L* capture, int w, int h) { function
1756 retval = icvSetVideoSize( capture, width, height);
1764 retval = icvSetVideoSize( capture, width, height);
1780 retval = icvSetVideoSize(capture, capture->width, capture->height);
H A Dcap_v4l.cpp359 static int icvSetVideoSize( CvCaptureCAM_V4L* capture, int w, int h);
879 icvSetVideoSize(capture, DEFAULT_V4L_WIDTH, DEFAULT_V4L_HEIGHT);
2485 static int icvSetVideoSize( CvCaptureCAM_V4L* capture, int w, int h) { function
2791 retval = icvSetVideoSize( capture, width, height);
2798 retval = icvSetVideoSize( capture, width, height);

Completed in 58 milliseconds