Home
last modified time | relevance | path

Searched refs:video_file (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py46 def run_once(self, codec, is_mse, video_file, arc_mode=None): argument
64 tab1.Navigate(video_file)
73 'files', video_file)
85 video_src_path = video_file,
Dcontrol.vp928 video_file='720_vp9.webm', tag='vp9')
Dcontrol.vp828 video_file='720_vp8.webm', tag='vp8')
Dcontrol.h26428 video_file='720_h264.mp4', tag='h264')
Dcontrol.vp9.mse29 video_file=video, tag='vp9')
Dcontrol.vp8.mse29 video_file=video, tag='vp8')
Dcontrol.h264.mse29 video_file=video, tag='h264')
/external/autotest/client/site_tests/video_VideoSanity/
Dvideo_VideoSanity.py26 def run_once(self, video_file, arc_mode=False): argument
60 'files', video_file)
71 video_src_path = video_file,
Dcontrol.h26426 job.run_test('video_VideoSanity', video_file='720_h264.mp4', tag='h264')
Dcontrol.vp826 job.run_test('video_VideoSanity', video_file='720_vp8.webm', tag='vp8')
Dcontrol.vp926 job.run_test('video_VideoSanity', video_file='720_vp9.webm', tag='vp9')
/external/autotest/client/site_tests/video_VideoReload/
Dvideo_VideoReload.py21 def run_once(self, video_file): argument
38 video_src_path = video_file,
Dcontrol.h26427 job.run_test('video_VideoReload', tag='h264', video_file=video)
Dcontrol.vp828 job.run_test('video_VideoReload', tag='vp8', video_file=video)
Dcontrol.vp928 job.run_test('video_VideoReload', tag='vp9', video_file=video)
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
Dvideo_ChromeVidResChangeHWDecode.py22 def run_once(self, video_file, video_len): argument
41 video_src_path = video_file,
Dcontrol.h26429 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31,
Dcontrol.vp829 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=30,
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc78 const std::string video_file = in SetUp() local
80 source_file_ = fopen(video_file.c_str(), "rb"); in SetUp()
82 << "Cannot read source file: " + video_file + "\n"; in SetUp()