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.vp8"
      7 PURPOSE = "Test the cpu usage and dropped frame count of VP8 video playback"
      8 CRITERIA = """
      9 The test outputs the cpu usage and dropped frame count of VP8 video playback.
     10 """
     11 ATTRIBUTES = "suite:crosbolt_perf_nightly"
     12 SUITE = "crosbolt_perf_nightly"
     13 TIME = "MEDIUM"
     14 TEST_CATEGORY = "Performance"
     15 TEST_CLASS = "video"
     16 TEST_TYPE = "client"
     17 
     18 DOC = """
     19 This test measures the CPU usage and dropped frame count of VP8 video playback
     20 for software decode on all devices and hardware decode on those devices with
     21 hardware acceleration support.
     22 """
     23 
     24 VIDEO_NAME = 'traffic-1920x1080-ad53f821ff3cf8ffa7e991c9d2e0b854.vp8.webm'
     25 VIDEO_DESCRIPTION = 'vp8_1080p'
     26 job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
     27              video_description=VIDEO_DESCRIPTION)
     28