OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_video_duration
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/video/
youtube_helper.py
37
self.
_video_duration
= 0
47
self.
_video_duration
= (int(self._tab.EvaluateJavaScript(
112
while (self.video_current_time() < self.
_video_duration
212
video_end_test_duration = (self.
_video_duration
-
216
'player.seekTo(%d, true)' % (self.
_video_duration
- 5))
223
% (self.
_video_duration
/ 2))
231
if (seek_position > self.
_video_duration
/ 2
232
and seek_position < self.
_video_duration
):
239
(self.
_video_duration
, seek_position))
/external/autotest/client/cros/chameleon/
avsync_probe_utils.py
194
self.
_video_duration
= 1000 / video_fps
414
if v[TIME_DIFF_INDEX] < 2 * self.
_video_duration
:
Completed in 142 milliseconds