Lines Matching refs:CvCaptureCAM_MSMF
3581 class CvCaptureCAM_MSMF : public CvCapture class
3584 CvCaptureCAM_MSMF();
3585 virtual ~CvCaptureCAM_MSMF();
3615 CvCaptureCAM_MSMF::CvCaptureCAM_MSMF(): in CvCaptureCAM_MSMF() function in CvCaptureCAM_MSMF
3626 CvCaptureCAM_MSMF::~CvCaptureCAM_MSMF() in ~CvCaptureCAM_MSMF()
3632 void CvCaptureCAM_MSMF::close() in close()
3644 bool CvCaptureCAM_MSMF::open( int _index ) in open()
3693 bool CvCaptureCAM_MSMF::grabFrame() in grabFrame()
3700 IplImage* CvCaptureCAM_MSMF::retrieveFrame(int) in retrieveFrame()
3714 double CvCaptureCAM_MSMF::getProperty( int property_id ) const in getProperty()
3730 bool CvCaptureCAM_MSMF::setProperty( int property_id, double value ) in setProperty()
4029 CvCaptureCAM_MSMF* capture = new CvCaptureCAM_MSMF; in cvCreateCameraCapture_MSMF()