HomeSort by relevance Sort by last modified time
    Searched refs:max_frame_count (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 40 def capture(self, player, max_frame_count, box=None):
42 Captures frames upto max_frame_count, saves the image with filename
46 @param max_frame_count: int, maximum total number of frames to capture.
53 self.capture_only(player, max_frame_count, box)
59 def capture_only(self, player, max_frame_count, box=None):
62 number of frames captured is equal or more than max_frame_count. Does
66 @param max_frame_count: int, the maximum number of frames we want.
91 max_frame_count,
103 del self.checksums[max_frame_count:]
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 86 player, max_frame_count = constants.FCOUNT,

Completed in 967 milliseconds