Searched defs:grabFrame (Results 1 - 25 of 28) sorted by relevance

12

/external/opencv/otherlibs/highgui/
H A D_highgui.h74 virtual bool grabFrame() { return true; } function in struct:CvCapture
76 virtual IplImage* queryFrame() { return grabFrame() ? retrieveFrame() : 0; }
H A Dcvcap_socket.cpp91 virtual bool grabFrame();
208 bool CVCapture_Socket::grabFrame() function in class:CVCapture_Socket
/external/opencv3/modules/videoio/src/
H A Dcap_winrt_capture.cpp136 bool VideoCapture_WinRT::grabFrame() function in class:cv::VideoCapture_WinRT
153 // should be called on the image processing thread after grabFrame
H A Dcap_unicap.cpp67 virtual bool grabFrame();
208 bool CvCapture_Unicap::grabFrame() { function in class:CvCapture_Unicap
211 CV_FUNCNAME("CvCapture_Unicap::grabFrame");
H A Dcap_ximea.cpp21 virtual bool grabFrame();
172 bool CvCaptureCAM_XIMEA::grabFrame() function in class:CvCaptureCAM_XIMEA
H A Dprecomp.hpp90 virtual bool grabFrame() { return true; } function in struct:CvCapture
170 virtual bool grabFrame() = 0;
H A Dcap_cmu.cpp73 virtual bool grabFrame();
393 bool CvCaptureCAM_CMU::grabFrame() function in class:CvCaptureCAM_CMU
H A Dcap_ffmpeg.cpp178 virtual bool grabFrame() function in class:CvCapture_FFMPEG_proxy
H A Dcap_giganetix.cpp299 virtual bool grabFrame();
577 CvCaptureCAM_Giganetix::grabFrame() function in class:CvCaptureCAM_Giganetix
H A Dcap_images.cpp85 virtual bool grabFrame();
111 bool CvCapture_Images::grabFrame() function in class:CvCapture_Images
H A Dcap_intelperc.cpp24 bool IntelPerCStreamBase::grabFrame() function in class:cv::IntelPerCStreamBase
594 bool VideoCapture_IntelPerC::grabFrame() function in class:cv::VideoCapture_IntelPerC
601 isGrabbed = m_depthStream.grabFrame();
603 isGrabbed &= m_imageStream.grabFrame();
H A Dcap_pvapi.cpp86 virtual bool grabFrame();
213 bool CvCaptureCAM_PvAPI::grabFrame() function in class:CvCaptureCAM_PvAPI
H A Dcap_xine.cpp791 virtual bool grabFrame();
814 bool CvCaptureAVI_XINE_CPP::grabFrame() function in class:CvCaptureAVI_XINE_CPP
H A Dcap_vfw.cpp104 virtual bool grabFrame();
199 bool CvCaptureAVI_VFW::grabFrame() function in class:CvCaptureAVI_VFW
322 virtual bool grabFrame();
470 bool CvCaptureCAM_VFW::grabFrame() function in class:CvCaptureCAM_VFW
H A Dcap_dc1394.cpp1054 virtual bool grabFrame();
1078 bool CvCaptureCAM_DC1394_CPP::grabFrame() function in class:CvCaptureCAM_DC1394_CPP
H A Dcap_dc1394_v2.cpp212 virtual bool grabFrame();
538 bool CvCaptureCAM_DC1394_v2_CPP::grabFrame() function in class:CvCaptureCAM_DC1394_v2_CPP
H A Dcap_gphoto2.cpp145 virtual bool grabFrame();
829 bool DigitalCameraCapture::grabFrame() function in class:cv::gphoto2::DigitalCameraCapture
H A Dcap_gstreamer.cpp128 virtual bool grabFrame();
205 * \brief CvCapture_GStreamer::grabFrame
210 bool CvCapture_GStreamer::grabFrame() function in class:CvCapture_GStreamer
H A Dcap_libv4l.cpp1867 virtual bool grabFrame();
1890 bool CvCaptureCAM_V4L_CPP::grabFrame() function in class:CvCaptureCAM_V4L_CPP
H A Dcap_openni.cpp451 virtual bool grabFrame();
1116 bool CvCapture_OpenNI::grabFrame() function in class:CvCapture_OpenNI
H A Dcap_qt.cpp1446 virtual bool grabFrame();
1470 bool CvCapture_QT_Movie_CPP::grabFrame() function in class:CvCapture_QT_Movie_CPP
1515 virtual bool grabFrame();
1539 bool CvCapture_QT_Cam_CPP::grabFrame() function in class:CvCapture_QT_Cam_CPP
H A Dcap_ffmpeg_impl.hpp232 bool grabFrame();
660 bool CvCapture_FFMPEG::grabFrame() function in class:CvCapture_FFMPEG
905 grabFrame();
918 grabFrame();
935 if(!grabFrame())
1870 return capture->grabFrame();
H A Dcap_mjpeg_decoder.cpp694 virtual bool grabFrame();
798 bool MotionJpegCapture::grabFrame() function in class:cv::MotionJpegCapture
/external/opencv3/modules/videoio/
H A Dprecomp.hpp90 virtual bool grabFrame() { return true; } function in struct:CvCapture
170 virtual bool grabFrame() = 0;
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp210 void RenderingWidget::grabFrame(void) function in class:RenderingWidget
324 grabFrame();

Completed in 292 milliseconds

12