Searched refs:YuvFramesCapturer (Results 1 – 3 of 3) sorted by relevance
42 class YuvFramesCapturer::YuvFramesThread45 explicit YuvFramesThread(YuvFramesCapturer* capturer) in YuvFramesThread()87 YuvFramesCapturer* capturer_;98 const char* YuvFramesCapturer::kYuvFrameDeviceName = "YuvFramesGenerator";101 YuvFramesCapturer::YuvFramesCapturer() in YuvFramesCapturer() function in cricket::YuvFramesCapturer109 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 …]
48 class YuvFramesCapturer : public VideoCapturer {50 YuvFramesCapturer();51 YuvFramesCapturer(int width, int height);52 virtual ~YuvFramesCapturer();93 RTC_DISALLOW_COPY_AND_ASSIGN(YuvFramesCapturer);
173 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()