Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit.mm28 _isCapturing(false),
177 _isCapturing = true;
184 _isCapturing = false;
190 return _isCapturing;
Dvideo_capture_qtkit.h66 bool _isCapturing; variable