// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/vaapi/test/scoped_va_config.h" #include <va/va_str.h> #include "media/gpu/vaapi/test/macros.h" #include "media/gpu/vaapi/test/vaapi_device.h" namespace media { namespace vaapi_test { ScopedVAConfig::ScopedVAConfig(const VaapiDevice& device, VAProfile profile, unsigned int va_rt_format) : … { … } ScopedVAConfig::~ScopedVAConfig() { … } } // namespace vaapi_test } // namespace media