Searched refs:SetVideoCapture (Results 1 – 4 of 4) sorted by relevance
139 virtual CaptureResult SetVideoCapture(bool capture) = 0;218 virtual CaptureResult SetVideoCapture(bool capture) { in SetVideoCapture() function
144 CaptureResult SetVideoCapture(bool capture);
100 virtual CaptureResult SetVideoCapture(bool capture) { return CR_SUCCESS; } in SetVideoCapture() function
577 CaptureResult ChannelManager::SetVideoCapture(bool capture) { in SetVideoCapture() function in cricket::ChannelManager591 return media_engine_->SetVideoCapture(capture); in SetVideoCapture_w()