OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVcmFactoryInterface
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h
48
class
WebRtcVcmFactoryInterface
{
50
virtual ~
WebRtcVcmFactoryInterface
() {}
63
explicit WebRtcVideoCapturer(
WebRtcVcmFactoryInterface
* factory);
97
rtc::scoped_ptr<
WebRtcVcmFactoryInterface
> factory_;
fakewebrtcvcmfactory.h
38
class FakeWebRtcVcmFactory : public cricket::
WebRtcVcmFactoryInterface
{
webrtcvideocapturer.cc
71
class WebRtcVcmFactory : public
WebRtcVcmFactoryInterface
{
140
WebRtcVideoCapturer::WebRtcVideoCapturer(
WebRtcVcmFactoryInterface
* factory)
Completed in 137 milliseconds