Home
last modified time | relevance | path

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

123

/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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)
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.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.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.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.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)
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.py203 def run(self, name, browser, videos, test, argument
219 self.videos = videos
289 _change_source_and_play(tab, self.videos[0])
304 _change_source_and_play(self.activeTab, self.videos[0])
326 for video in self.videos:
336 def _get_testcase_name(class_name, videos): argument
344 m = re.match('.*/(\w+)-.*\.(\w+)', videos[0])
372 for class_name, videos in testcases:
373 name = _get_testcase_name(class_name, videos)
374 logging.info('run: %s - %s', name, videos)
[all …]
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dvideo_VideoDecodeAccelerator.py23 def run_once(self, videos, use_cr_source_dir=True, gtest_filter=None): argument
33 logging.debug('Starting video_VideoDecodeAccelerator: %s', videos)
41 for video in videos:
Dcontrol.vp932 videos = ['test-25fps.vp9:320:240:250:250:35:150:12']
35 job.run_test('video_VideoDecodeAccelerator', videos=videos, **args_dict)

123