1 AUTHOR = "Chrome OS Team" 2 NAME = "power_VideoPlayback.sw_decoder_fast" 3 PURPOSE = "Measure video playback power usage." 4 CRITERIA = "This test is a benchmark." 5 TIME = "MEDIUM" 6 TEST_CATEGORY = "Benchmark" 7 TEST_CLASS = "power" 8 TEST_TYPE = "client" 9 10 DOC = """ 11 This test makes sure that power_VideoPlayback working fine. 12 13 This version of the test forces Chrome to use software decoder. 14 """ 15 16 args_dict = utils.args_to_dict(args) 17 pdash_note = args_dict.get('pdash_note', '') 18 job.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