Home
last modified time | relevance | path

Searched refs:_capturing (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.mm144 if (_capturing)
148 _capturing = YES;
152 if (!_capturing)
156 _capturing = NO;
169 _capturing = NO;
Dvideo_capture_qtkit_objc.h29 bool _capturing; variable