1# Copyright (c) 2013 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 = 'owenlin@chromium.org, chromeos-video@google.com'
6NAME = 'hardware_VideoDecodeCapable.v4l2'
7PURPOSE = 'Verify formats availability for hardware offload.'
8CRITERIA = """
9This test will fail if reported supported formats are different from expected.
10For example, daisy should support hardware VP8 and H264 decode.
11
12This control file for Daisy/Snow.
13"""
14ATTRIBUTES = "suite:video"
15SUITE = 'video'
16TIME='FAST'
17TEST_CATEGORY = 'Functional'
18TEST_CLASS = 'hardware'
19TEST_TYPE = 'client'
20DEPENDENCIES = 'video_decode_v4l2'
21RETRIES = 1
22
23DOC = """
24V4L2 formats enumeration is done in C. It is built as a extension module
25(v4l2.so) during setup.
26"""
27
28job.run_test('hardware_VideoDecodeCapable')
29