OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grabFrame
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
_highgui.h
74
virtual bool
grabFrame
() { return true; }
76
virtual IplImage* queryFrame() { return
grabFrame
() ? retrieveFrame() : 0; }
cvcap.cpp
72
return capture ? capture->
grabFrame
() : 0;
cvcap_socket.cpp
91
virtual bool
grabFrame
();
208
bool CVCapture_Socket::
grabFrame
()
Completed in 2623 milliseconds