Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/video_MediaRecorderPerf/
Dvideo_MediaRecorderPerf.py154 with tempfile.TemporaryFile() as video_file:
155 video_file.write(video_byte_array)
156 video_file.seek(0)
157 mkvparse.mkvparse(video_file, mkv_listener)
165 def run_once(self, codec, fps, video_file, capability): argument
181 url = DOWNLOAD_BASE + video_file
182 local_path = os.path.join(self.bindir, video_file)
Dcontrol.h26431 video_file='crowd720_25frames.y4m', tag='h264',
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py48 def run_once(self, codec, is_mse, video_file, capability, arc_mode=None): argument
75 tab1.Navigate(video_file)
84 'files', video_file)
96 video_src_path = video_file,
Dcontrol.vp927 video_file='720_vp9.webm', tag='vp9',
Dcontrol.vp827 video_file='720_vp8.webm', tag='vp8',
Dcontrol.h26427 video_file='720_h264.mp4', tag='h264', capability='hw_dec_h264_1080_30')
Dcontrol.vp9.mse27 video_file=video, tag='vp9', capability='hw_dec_vp9_1080_30')
Dcontrol.h264.mse27 video_file=video, tag='h264', capability='hw_dec_h264_1080_30')
Dcontrol.vp8.mse27 video_file=video, tag='vp8', capability='hw_dec_vp8_1080_30')
/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.vp926 job.run_test('video_VideoSanity', video_file='720_vp9.webm', tag='vp9')
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')
/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.py23 def run_once(self, video_file, video_len, capability): argument
45 video_src_path = video_file,
Dcontrol.vp828 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=11,
Dcontrol.h26428 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31,
/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()