OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capture_states_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
capturemanager.h
103
CaptureStates
capture_states_
;
member in class:cricket::CaptureManager
capturemanager.cc
179
//
capture_states_
is not always empty here.
180
RTC_DCHECK(
capture_states_
.empty());
328
capture_states_
[video_capturer] = capture_state;
337
capture_states_
.erase(video_capturer);
388
CaptureStates::const_iterator iter =
capture_states_
.find(video_capturer);
389
if (iter ==
capture_states_
.end()) {
Completed in 425 milliseconds