• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AUTHOR = "Chrome OS Team"
2NAME = "power_VideoPlayback.sw_decoder_fast"
3PURPOSE = "Measure video playback power usage."
4CRITERIA = "This test is a benchmark."
5TIME = "MEDIUM"
6TEST_CATEGORY = "Benchmark"
7TEST_CLASS = "power"
8TEST_TYPE = "client"
9
10DOC = """
11This test makes sure that power_VideoPlayback working fine.
12
13This version of the test forces Chrome to use software decoder.
14"""
15
16args_dict = utils.args_to_dict(args)
17pdash_note = args_dict.get('pdash_note', '')
18job.run_test('power_VideoPlayback', use_hw_decode=False, tag=NAME.split('.')[1],
19             secs_per_video=2, pdash_note=pdash_note, seconds_period=1)
20