Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dcapturemanager.cc40 class VideoCapturerState { class
44 static VideoCapturerState* Create(VideoCapturer* video_capturer);
45 ~VideoCapturerState() {} in ~VideoCapturerState()
74 explicit VideoCapturerState(CaptureRenderAdapter* adapter);
83 const VideoFormatPod VideoCapturerState::kDefaultCaptureFormat = {
87 VideoCapturerState::VideoCapturerState(CaptureRenderAdapter* adapter) in VideoCapturerState() function in cricket::VideoCapturerState
91 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) { in Create()
96 return new VideoCapturerState(adapter); in Create()
99 void VideoCapturerState::AddCaptureResolution( in AddCaptureResolution()
113 bool VideoCapturerState::RemoveCaptureResolution(const VideoFormat& format) { in RemoveCaptureResolution()
[all …]
Dcapturemanager.h56 class VideoCapturerState; variable
90 typedef std::map<VideoCapturer*, VideoCapturerState*> CaptureStates;
94 void UnregisterVideoCapturer(VideoCapturerState* capture_state);
96 bool StartWithBestCaptureFormat(VideoCapturerState* capture_info,
99 VideoCapturerState* GetCaptureState(VideoCapturer* video_capturer) const;