OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_path
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/video_VDASanity/
video_VDASanity.py
29
video_path
= os.path.join(self.bindir, 'video.download')
31
video_path
, width, height, frame_num, frag_num, 0, 0, profile)
33
self._download_video(path,
video_path
)
36
self._remove_if_exists(
video_path
)
/external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py
59
video_path
= os.path.join(constants.CROS_VIDEO_DIR,
61
shutil.copy2(
video_path
, self.bindir)
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py
72
video_path
= os.path.join(constants.CROS_VIDEO_DIR,
74
shutil.copy2(
video_path
, self.bindir)
/external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py
297
video_path
= os.path.join(self.bindir, '%s.download' % name)
299
video_path
, width, height, frame_num, frag_num, 0, 0, profile)
301
self._download_video(path,
video_path
)
307
_remove_if_exists(
video_path
)
Completed in 65 milliseconds