Home | History | Annotate | Download | only in video_PlaybackPerf
      1 # Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "Chrome OS Project, chromeos-video (a] google.com"
      6 NAME = "video_PlaybackPerf.power_h264"
      7 PURPOSE = "Test the power consumption of H264 video playback"
      8 CRITERIA = """
      9 The test outputs the power consumption of H264 video playback.
     10 """
     11 TIME = "MEDIUM"
     12 TEST_CATEGORY = "Performance"
     13 TEST_CLASS = "video"
     14 TEST_TYPE = "client"
     15 
     16 DOC = """
     17 This test measures the power consumption of H264 video playback for hardware
     18 decode and software decode.
     19 This test is redundant with respect to calls made within server test
     20 video_PowerConsumption.
     21 This control file is to measure the power consumption locally.
     22 """
     23 
     24 VIDEO_NAME = 'traffic/traffic-1920x1080-8005020218f6b86bfa978e550d04956e.mp4'
     25 VIDEO_DESCRIPTION = 'h264_1080p'
     26 job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
     27              video_description=VIDEO_DESCRIPTION,
     28              capability='hw_dec_h264_1080_30', power_test=True)
     29