Home
last modified time | relevance | path

Searched refs:EventFactory (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h38 class EventFactory {
40 virtual ~EventFactory() {} in ~EventFactory()
45 class EventFactoryImpl : public EventFactory {
76 static VideoCodingModule* Create(Clock* clock, EventFactory* event_factory);
/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc75 EventFactory* event_factory, in VideoCodingModuleImpl()
291 rtc::scoped_ptr<EventFactory> own_event_factory_;
308 EventFactory* event_factory) { in Create()
Dreceiver.h30 VCMReceiver(VCMTiming* timing, Clock* clock, EventFactory* event_factory);
Dvideo_coding_impl.h132 VideoReceiver(Clock* clock, EventFactory* event_factory);
Dreceiver.cc32 EventFactory* event_factory) in VCMReceiver()
Djitter_buffer.h37 class EventFactory; variable
Dvideo_receiver.cc28 VideoReceiver::VideoReceiver(Clock* clock, EventFactory* event_factory) in VideoReceiver()
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h47 class NullEventFactory : public webrtc::EventFactory {