Home
last modified time | relevance | path

Searched refs:WebRtcVideoCapturer (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc131 WebRtcVideoCapturer::WebRtcVideoCapturer() in WebRtcVideoCapturer() function in cricket::WebRtcVideoCapturer
140 WebRtcVideoCapturer::WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory) in WebRtcVideoCapturer() function in cricket::WebRtcVideoCapturer
149 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 …]
Dwebrtcvideocapturer.h59 class WebRtcVideoCapturer : public VideoCapturer,
62 WebRtcVideoCapturer();
63 explicit WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory);
64 virtual ~WebRtcVideoCapturer();
Dwebrtcvideocapturerfactory.cc35 rtc::scoped_ptr<WebRtcVideoCapturer> capturer( in Create()
36 new WebRtcVideoCapturer()); in Create()
Dwebrtcvideocapturer_unittest.cc50 capturer_(new cricket::WebRtcVideoCapturer(factory_)), in WebRtcVideoCapturerTest()
64 rtc::scoped_ptr<cricket::WebRtcVideoCapturer> capturer_;