Home
last modified time | relevance | path

Searched refs:YuvFramesCapturer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/devices/
Dyuvframescapturer.cc42 class YuvFramesCapturer::YuvFramesThread
45 explicit YuvFramesThread(YuvFramesCapturer* capturer) in YuvFramesThread()
87 YuvFramesCapturer* capturer_;
98 const char* YuvFramesCapturer::kYuvFrameDeviceName = "YuvFramesGenerator";
101 YuvFramesCapturer::YuvFramesCapturer() in YuvFramesCapturer() function in cricket::YuvFramesCapturer
109 YuvFramesCapturer::~YuvFramesCapturer() { in ~YuvFramesCapturer()
114 void YuvFramesCapturer::Init() { in Init()
135 CaptureState YuvFramesCapturer::Start(const VideoFormat& capture_format) { in Start()
156 bool YuvFramesCapturer::IsRunning() { in IsRunning()
160 void YuvFramesCapturer::Stop() { in Stop()
[all …]
Dyuvframescapturer.h48 class YuvFramesCapturer : public VideoCapturer {
50 YuvFramesCapturer();
51 YuvFramesCapturer(int width, int height);
52 virtual ~YuvFramesCapturer();
93 RTC_DISALLOW_COPY_AND_ASSIGN(YuvFramesCapturer);
Ddevicemanager.cc173 if (name == YuvFramesCapturer::kYuvFrameDeviceName) { in GetFakeVideoCaptureDevice()
174 *out = YuvFramesCapturer::CreateYuvFramesCapturerDevice(); in GetFakeVideoCaptureDevice()
231 if (YuvFramesCapturer::IsYuvFramesCapturerDevice(device)) { in MaybeConstructFakeVideoCapturer()
232 YuvFramesCapturer* capturer = new YuvFramesCapturer(); in MaybeConstructFakeVideoCapturer()