HomeSort by relevance Sort by last modified time
    Searched refs:VideoCapturerState (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
capturemanager.h 56 class VideoCapturerState;
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;
capturemanager.cc 40 class VideoCapturerState {
44 static VideoCapturerState* Create(VideoCapturer* video_capturer);
45 ~VideoCapturerState() {}
74 explicit VideoCapturerState(CaptureRenderAdapter* adapter);
83 const VideoFormatPod VideoCapturerState::kDefaultCaptureFormat = {
87 VideoCapturerState::VideoCapturerState(CaptureRenderAdapter* adapter)
91 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) {
96 return new VideoCapturerState(adapter)
    [all...]

Completed in 583 milliseconds