// 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. #ifndef MEDIA_GPU_VAAPI_TEST_VIDEO_DECODER_H_ #define MEDIA_GPU_VAAPI_TEST_VIDEO_DECODER_H_ #include "base/memory/raw_ref.h" #include "media/gpu/vaapi/test/shared_va_surface.h" namespace media { namespace vaapi_test { class VaapiDevice; // VideoDecoder specifies an interface for frame-by-frame libva-based decoding // with different profiles. class VideoDecoder { … }; } // namespace vaapi_test } // namespace media #endif // MEDIA_GPU_VAAPI_TEST_VIDEO_DECODER_H_