Home
last modified time | relevance | path

Searched refs:RemoveCaptureResolution (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
Dcapturemanager.cc48 bool RemoveCaptureResolution(const VideoFormat& format);
113 bool VideoCapturerState::RemoveCaptureResolution(const VideoFormat& format) { in RemoveCaptureResolution() function in cricket::VideoCapturerState
223 if (!capture_state->RemoveCaptureResolution(format)) { in StopVideoCapture()