Searched refs:_capturer (Results 1 – 3 of 3) sorted by relevance
72 webrtc::AVFoundationVideoCapturer* _capturer;83 _capturer = capturer;105 _capturer = nullptr;153 _capturer->CaptureSampleBuffer(sampleBuffer);299 : _capturer(nil), _startThread(nullptr) {304 _capturer =309 _capturer = nil;314 if (!_capturer) {318 if (_capturer.isRunning) {336 [_capturer startCaptureAsync];[all …]
38 rtc::scoped_ptr<cricket::VideoCapturer> _capturer;65 _capturer.reset(capturer);71 return _capturer.release();
72 RTCAVFoundationVideoCapturerInternal* _capturer; variable