• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 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
5AUTHOR = "Chrome OS Project, chromeos-video@google.com"
6NAME = "video_PlaybackPerf.vp9.4k"
7PURPOSE = "Test the cpu usage and dropped frame count of VP9 4K video playback"
8CRITERIA = """
9The test outputs the cpu usage and dropped frame count of VP9 4K video playback.
10"""
11ATTRIBUTES = "suite:crosbolt_perf_nightly"
12TIME = "MEDIUM"
13TEST_CATEGORY = "Performance"
14TEST_CLASS = "video"
15TEST_TYPE = "client"
16DEPENDENCIES = '4k_video'
17
18DOC = """
19This test measures the CPU usage and dropped frame count of VP9 4K video
20playback for hardware decode and software decode.
21"""
22
23VIDEO_NAME = 'traffic/traffic-3840x2160-cbcdda7d7143b3e9f8efbeed0c4157b5.vp9.webm'
24VIDEO_DESCRIPTION = 'vp9_4k'
25job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
26             video_description=VIDEO_DESCRIPTION)
27
28