Searched refs:CvGetCaptureProperty_Plugin (Results 1 – 2 of 2) sorted by relevance
55 static CvGetCaptureProperty_Plugin icvGetCaptureProperty_FFMPEG_p = 0;121 … (CvGetCaptureProperty_Plugin)GetProcAddress(icvFFOpenCV, "cvGetCaptureProperty_FFMPEG"); in icvInitFFMPEG()154 icvGetCaptureProperty_FFMPEG_p = (CvGetCaptureProperty_Plugin)cvGetCaptureProperty_FFMPEG; in icvInitFFMPEG()
62 typedef double (*CvGetCaptureProperty_Plugin)( void* capture_handle, int prop_id ); typedef