Home
last modified time | relevance | path

Searched refs:CvGetCaptureProperty_Plugin (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg.cpp55 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()
Dcap_ffmpeg_api.hpp62 typedef double (*CvGetCaptureProperty_Plugin)( void* capture_handle, int prop_id ); typedef