Home | History | Annotate | Download | only in base

Lines Matching refs:CaptureManager

28 #include "talk/media/base/capturemanager.h"
39 // CaptureManager helper class.
165 CaptureManager::CaptureManager() {
171 CaptureManager::~CaptureManager() {
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
216 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer,
234 bool CaptureManager::RestartVideoCapture(
238 CaptureManager::RestartOptions options) {
290 bool CaptureManager::AddVideoRenderer(VideoCapturer* video_capturer,
303 bool CaptureManager::RemoveVideoRenderer(VideoCapturer* video_capturer,
316 bool CaptureManager::IsCapturerRegistered(VideoCapturer* video_capturer) const {
321 bool CaptureManager::RegisterVideoCapturer(VideoCapturer* video_capturer) {
333 void CaptureManager::UnregisterVideoCapturer(
340 // When unregistering a VideoCapturer, the CaptureManager needs to unregister
345 // the CaptureManager no longer is listening to the VideoCapturer it will not
349 // for the CaptureManager it doesn't matter as it will no longer receive any
358 bool CaptureManager::StartWithBestCaptureFormat(
385 VideoCapturerState* CaptureManager::GetCaptureState(
395 CaptureRenderAdapter* CaptureManager::GetAdapter(