Home
last modified time | relevance | path

Searched refs:videos (Results 1 – 25 of 90) sorted by relevance

1234

/external/autotest/server/site_tests/video_VDAStressSetup/
Dvideo_VDAStressSetup.py22 def run_once(self, gs_bucket, server_videos_dir, videos, shard_number, argument
32 videos.extend(json.load(open(local_video_list)))
38 video_count = len(videos)
43 videos.sort()
44 videos = videos[begin:end]
46 for video in videos:
/external/autotest/server/site_tests/video_VDAStress/
Dcontrol.vp8.private.715 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.215 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.015 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.615 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.115 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.015 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.815 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.915 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.215 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.915 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.815 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.715 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.315 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.515 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.415 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.315 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.115 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.515 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.vp8.private.415 VDA stress test to download and run with vp8 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dcontrol.h264.private.615 VDA stress test to download and run with h264 test videos from cloud storage.
21 # Download the test videos from the gs bucket to the server.
23 videos = []
28 videos=videos,
37 videos=videos)
Dvideo_VDAStress.py20 def run_once(self, machine, server_videos_dir, videos): argument
23 for video in videos:
32 host_at.run_test('video_VideoDecodeAccelerator', videos=['%s%s%s' %
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py225 def run(self, name, browser, videos, test, argument
241 self.videos = videos
311 _change_source_and_play(tab, self.videos[0])
326 _change_source_and_play(self.activeTab, self.videos[0])
348 for video in self.videos:
358 def _get_testcase_name(class_name, videos): argument
366 m = re.match('.*/(\w+)-.*\.(\w+)', videos[0])
394 for class_name, videos in testcases:
395 name = _get_testcase_name(class_name, videos)
396 logging.info('run: %s - %s', name, videos)
[all …]
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dvideo_VideoDecodeAccelerator.py24 def run_once(self, videos, capability, import_mode=False, argument
36 logging.debug('Starting video_VideoDecodeAccelerator: %s', videos)
44 for video in videos:
/external/autotest/client/site_tests/power_VideoPlayback/
Dpower_VideoPlayback.py137 def run_once(self, videos=None, secs_per_video=_MEASUREMENT_DURATION, argument
148 if not videos:
149 videos = self._VIDEOS
152 for name, url in videos:

1234