Searched refs:WebRtcVideoCapturer (Results 1 – 4 of 4) sorted by relevance
131 WebRtcVideoCapturer::WebRtcVideoCapturer() in WebRtcVideoCapturer() function in cricket::WebRtcVideoCapturer140 WebRtcVideoCapturer::WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory) in WebRtcVideoCapturer() function in cricket::WebRtcVideoCapturer149 WebRtcVideoCapturer::~WebRtcVideoCapturer() { in ~WebRtcVideoCapturer()155 bool WebRtcVideoCapturer::Init(const Device& device) { in Init()229 bool WebRtcVideoCapturer::Init(webrtc::VideoCaptureModule* module) { in Init()244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, in GetBestCaptureFormat()263 bool WebRtcVideoCapturer::SetApplyRotation(bool enable) { in SetApplyRotation()282 CaptureState WebRtcVideoCapturer::Start(const VideoFormat& capture_format) { in Start()326 void WebRtcVideoCapturer::Stop() { in Stop()356 bool WebRtcVideoCapturer::IsRunning() { in IsRunning()[all …]
59 class WebRtcVideoCapturer : public VideoCapturer,62 WebRtcVideoCapturer();63 explicit WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory);64 virtual ~WebRtcVideoCapturer();
35 rtc::scoped_ptr<WebRtcVideoCapturer> capturer( in Create()36 new WebRtcVideoCapturer()); in Create()
50 capturer_(new cricket::WebRtcVideoCapturer(factory_)), in WebRtcVideoCapturerTest()64 rtc::scoped_ptr<cricket::WebRtcVideoCapturer> capturer_;