Searched refs:min_bitrate_mbps (Results 1 – 5 of 5) sorted by relevance
175 def StartVideoCapture(self, min_bitrate_mbps, argument196 self.browser.platform.StartVideoCapture(min_bitrate_mbps)
41 def StartVideoCapture(self, min_bitrate_mbps): argument112 self._tab.StartVideoCapture(min_bitrate_mbps=2)
374 def StartVideoCapture(self, min_bitrate_mbps): argument376 min_bitrate_mbps = max(min_bitrate_mbps, 0.1)377 if min_bitrate_mbps > 100:379 'Max capture rate is 100mbps.' % min_bitrate_mbps)383 self._device, megabits_per_second=min_bitrate_mbps)
204 def StartVideoCapture(self, min_bitrate_mbps): argument
206 def StartVideoCapture(self, min_bitrate_mbps): argument219 return self._platform_backend.StartVideoCapture(min_bitrate_mbps)