OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvSetCaptureProperty_Plugin
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videoio/src/
cap_ffmpeg.cpp
54
static
CvSetCaptureProperty_Plugin
icvSetCaptureProperty_FFMPEG_p = 0;
119
(
CvSetCaptureProperty_Plugin
)GetProcAddress(icvFFOpenCV, "cvSetCaptureProperty_FFMPEG");
153
icvSetCaptureProperty_FFMPEG_p = (
CvSetCaptureProperty_Plugin
)cvSetCaptureProperty_FFMPEG;
cap_ffmpeg_api.hpp
61
typedef int (*
CvSetCaptureProperty_Plugin
)( void* capture_handle, int prop_id, double value );
Completed in 86 milliseconds