OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvGrabFrame
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
cvcap.cpp
70
CV_IMPL int
cvGrabFrame
( CvCapture* capture )
highgui.h
175
CVAPI(int)
cvGrabFrame
( CvCapture* capture );
177
/* get the frame grabbed with
cvGrabFrame
(..)
183
/* Just a combination of
cvGrabFrame
and cvRetrieveFrame
/external/opencv/
cvjni.cpp
96
if (
cvGrabFrame
(m_capture) == 0)
Completed in 2904 milliseconds