Lines Matching defs:capture
348 static void icvCloseCAM_DC1394( CvCaptureCAM_DC1394* capture ){ in icvCloseCAM_DC1394()
357 static int icvGrabFrameCAM_DC1394( CvCaptureCAM_DC1394* capture ){ in icvGrabFrameCAM_DC1394()
379 static IplImage* icvRetrieveFrameCAM_DC1394( CvCaptureCAM_DC1394* capture, int ){ in icvRetrieveFrameCAM_DC1394()
455 static double icvGetPropertyCAM_DC1394( CvCaptureCAM_DC1394* capture, int property_id ){ in icvGetPropertyCAM_DC1394()
511 static int icvResizeFrame(CvCaptureCAM_DC1394 * capture){ in icvResizeFrame()
585 int icvSetConvertRGB(CvCaptureCAM_DC1394 * capture, int convert){ in icvSetConvertRGB()
616 icvSetModeCAM_DC1394( CvCaptureCAM_DC1394 * capture, int mode ){ in icvSetModeCAM_DC1394()
674 static unsigned int icvGetBestFrameRate( CvCaptureCAM_DC1394 * capture, int format, int mode ){ in icvGetBestFrameRate()
692 icvSetFrameRateCAM_DC1394( CvCaptureCAM_DC1394 * capture, double value ){ in icvSetFrameRateCAM_DC1394()
777 icvSetFeatureCAM_DC1394( CvCaptureCAM_DC1394* capture, int feature_id, int val){ in icvSetFeatureCAM_DC1394()
854 icvSetPropertyCAM_DC1394( CvCaptureCAM_DC1394* capture, int property_id, double value ){ in icvSetPropertyCAM_DC1394()
1104 CvCaptureCAM_DC1394_CPP* capture = new CvCaptureCAM_DC1394_CPP; in cvCreateCameraCapture_DC1394() local