blob: 4b9c07dee2faee644a8a5e4cbc8ee394fc46ee4c [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Project, chromeos-video@google.com"
NAME = "video_MediaRecorderHWEncodeUsed.vp8"
PURPOSE = "Verify that VP8 video encode acceleration is used in MediaRecorder"
CRITERIA = """
This test will fail if VEA is not used when MediaRecorder records a video.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-perbuild, suite:partners"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This test verifies VP8 video encode acceleration is used when MediaRecorder
records a video.
"""
job.run_test('video_MediaRecorderHWEncodeUsed', codec='vp8', tag='vp8',
capability='hw_enc_vp8_1080_30')