Searched refs:VideoCapturerState (Results 1 – 2 of 2) sorted by relevance
40 class VideoCapturerState { class44 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::VideoCapturerState91 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 …]
56 class VideoCapturerState; variable90 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;