chromium/media/gpu/vp9_picture.cc

// Copyright 2015 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/vp9_picture.h"

#include <memory>

#include "base/memory/scoped_refptr.h"

namespace media {

VP9Picture::VP9Picture() :{}
VP9Picture::~VP9Picture() = default;

V4L2VP9Picture* VP9Picture::AsV4L2VP9Picture() {}

VaapiVP9Picture* VP9Picture::AsVaapiVP9Picture() {}

scoped_refptr<VP9Picture> VP9Picture::Duplicate() {}

scoped_refptr<VP9Picture> VP9Picture::CreateDuplicate() {}

}  // namespace media