OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureStates
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
capturemanager.h
90
typedef std::map<VideoCapturer*, VideoCapturerState*>
CaptureStates
;
103
CaptureStates
capture_states_;
capturemanager.cc
388
CaptureStates
::const_iterator iter = capture_states_.find(video_capturer);
Completed in 463 milliseconds