blob: ce9aaaf184f34888eb86f96c5b475b6926f8171c [file] [log] [blame]
# Copyright 2015 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_ChromeCameraMJpegHWDecodeUsed"
PURPOSE = "Verify MJPEG camera video are HW accelerated."
ATTRIBUTES = "suite:bvt-cq, suite:partners"
TIME = "SHORT"
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 = """
Verify MJPEG camera video streams are HW accelerated.
"""
job.run_test('video_ChromeRTCHWDecodeUsed',
video_name='crowd720_25frames.mjpeg',
histogram_name='Media.VideoCaptureGpuJpegDecoder.InitDecodeSuccess',
histogram_bucket_val=1,
tag='mjpeg', capability='hw_dec_jpeg')