Searched refs:capturing_ (Results 1 – 2 of 2) sorted by relevance
93 DCHECK(!capturing_); in OnCaptureStarted()94 capturing_ = true; in OnCaptureStarted()123 if (capturing_) in StopStream()127 capturing_ = false; in StopStream()
47 bool capturing_ = false; variable