Searched refs:Capturer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Ddummyinstantiation.cc36 new cricket::FakeWebRtcVideoEngine::Capturer();
H A Dfakewebrtcvideoengine.h340 class Capturer : public webrtc::ViEExternalCapture { class in class:cricket::FakeWebRtcVideoEngine
342 Capturer() : channel_id_(-1), denoising_(false), function in class:cricket::FakeWebRtcVideoEngine::Capturer
416 for (std::map<int, Capturer*>::const_iterator iter = capturers_.begin();
418 Capturer* capturer = iter->second;
778 Capturer* cap = new Capturer();
1201 std::map<int, Capturer*> capturers_;

Completed in 51 milliseconds