blob: 9fed059c7c13b207462ff87509177e2a499adaa8 [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"
DEPENDENCIES = "hw_video_acc_enc_vp8"
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')