Home | History | Annotate | Download | only in video_ChromeRTCHWEncodeUsed

Lines Matching refs:cr

34     def start_loopback(self, cr):
38 @param cr: Autotest Chrome instance.
40 tab = cr.browser.tabs.New()
41 tab.Navigate(cr.browser.platform.http_server.UrlOf(
46 def assert_hardware_accelerated(self, cr):
50 @param cr: Autotest Chrome instance.
54 tab = cr.browser.tabs.New()
102 init_network_controller=True) as cr:
104 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
105 self.start_loopback(cr)
108 self.assert_hardware_accelerated(cr)