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 5 AUTHOR = "Chrome OS Project, chromeos-video (a] google.com" 6 NAME = "video_PlaybackPerf.h264.4k" 7 PURPOSE = "Test the cpu usage and dropped frame count of H264 4K video playback" 8 CRITERIA = """ 9 The test outputs the cpu usage and dropped frame count of H264 4K video 10 playback. 11 """ 12 ATTRIBUTES = "suite:crosbolt_perf_nightly" 13 SUITE = "crosbolt_perf_nightly" 14 TIME = "MEDIUM" 15 TEST_CATEGORY = "Performance" 16 TEST_CLASS = "video" 17 TEST_TYPE = "client" 18 DEPENDENCIES = '4k_video' 19 20 DOC = """ 21 This test measures the CPU usage and dropped frame count of H264 4K video 22 playback for hardware decode and software decode. 23 """ 24 25 VIDEO_NAME = 'traffic_3840x2160-32ec10f87ef369d0e5ec9c736d63cc58.mp4' 26 VIDEO_DESCRIPTION = 'h264_4k' 27 job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME, 28 video_description=VIDEO_DESCRIPTION) 29 30