Lines Matching refs:CaptureManager
165 CaptureManager::CaptureManager() { in CaptureManager() function in cricket::CaptureManager
171 CaptureManager::~CaptureManager() { in ~CaptureManager()
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer, in StartVideoCapture()
216 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer, in StopVideoCapture()
234 bool CaptureManager::RestartVideoCapture( in RestartVideoCapture()
238 CaptureManager::RestartOptions options) { in RestartVideoCapture()
290 bool CaptureManager::AddVideoRenderer(VideoCapturer* video_capturer, in AddVideoRenderer()
303 bool CaptureManager::RemoveVideoRenderer(VideoCapturer* video_capturer, in RemoveVideoRenderer()
316 bool CaptureManager::IsCapturerRegistered(VideoCapturer* video_capturer) const { in IsCapturerRegistered()
321 bool CaptureManager::RegisterVideoCapturer(VideoCapturer* video_capturer) { in RegisterVideoCapturer()
333 void CaptureManager::UnregisterVideoCapturer( in UnregisterVideoCapturer()
358 bool CaptureManager::StartWithBestCaptureFormat( in StartWithBestCaptureFormat()
385 VideoCapturerState* CaptureManager::GetCaptureState( in GetCaptureState()
395 CaptureRenderAdapter* CaptureManager::GetAdapter( in GetAdapter()