Home | History | Annotate | Download | only in base

Lines Matching refs:VideoCapturer

28 // Declaration of abstract class VideoCapturer
102 // VideoCapturer is an abstract class that defines the interfaces for video
112 // Create an object of a subclass of VideoCapturer
128 class VideoCapturer
134 VideoCapturer();
135 explicit VideoCapturer(rtc::Thread* thread);
136 virtual ~VideoCapturer() {}
217 // Tells videocapturer whether to apply the pending rotation. By default, the
228 // Caps the VideoCapturer's format according to max_format. It can e.g. be
252 sigslot::signal2<VideoCapturer*, CaptureState> SignalStateChange;
256 // unmarshalled thread owned by the VideoCapturer.
258 sigslot::signal2<VideoCapturer*, const CapturedFrame*,
262 sigslot::signal2<VideoCapturer*, const VideoFrame*,
291 void OnFrameCaptured(VideoCapturer* video_capturer,
380 RTC_DISALLOW_COPY_AND_ASSIGN(VideoCapturer);