Searched refs:CvSetCaptureProperty_Plugin (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_ffmpeg.cpp54 static CvSetCaptureProperty_Plugin icvSetCaptureProperty_FFMPEG_p = 0;
119 (CvSetCaptureProperty_Plugin)GetProcAddress(icvFFOpenCV, "cvSetCaptureProperty_FFMPEG");
153 icvSetCaptureProperty_FFMPEG_p = (CvSetCaptureProperty_Plugin)cvSetCaptureProperty_FFMPEG;
H A Dcap_ffmpeg_api.hpp61 typedef int (*CvSetCaptureProperty_Plugin)( void* capture_handle, int prop_id, double value ); typedef

Completed in 350 milliseconds