Home
last modified time | relevance | path

Searched refs:videos (Results 1 – 25 of 68) 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.h264.private.716 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.416 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.316 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.016 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.116 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.616 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.216 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.516 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.016 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.316 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.416 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.816 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.516 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.916 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.h264.private.816 VDA stress test to download and run with h264 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.916 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.116 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.716 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.216 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 videos=videos)
Dcontrol.vp8.private.616 VDA stress test to download and run with vp8 test videos from cloud storage.
22 # Download the test videos from the gs bucket to the server.
24 videos = []
29 videos=videos,
38 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.py220 def run(self, name, browser, videos, test, argument
236 self.videos = videos
306 _change_source_and_play(tab, self.videos[0])
321 _change_source_and_play(self.activeTab, self.videos[0])
343 for video in self.videos:
353 def _get_testcase_name(class_name, videos): argument
361 m = re.match('.*/(\w+)-.*\.(\w+)', videos[0])
385 for class_name, videos in testcases:
386 name = _get_testcase_name(class_name, videos)
387 logging.info('run: %s - %s', name, videos)
[all …]
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
Dvideo_VideoDecodeAccelerator.py22 def run_once(self, videos, use_cr_source_dir=True, gtest_filter=''): argument
32 logging.debug('Starting video_VideoDecodeAccelerator: %s', videos)
40 for video in videos:
Dcontrol.vp933 videos = ['test-25fps.vp9:320:240:250:250:35:150:12']
35 job.run_test('video_VideoDecodeAccelerator', videos=videos)

123