Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(913)

Unified Diff: content/common/gpu/media/vp9_picture.cc

Issue 1345943009: Reland: Add accelerated VP9 decode infrastructure and an implementation for VA-API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/vp9_picture.h ('k') | content/common/sandbox_linux/bpf_gpu_policy_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/vp9_picture.cc
diff --git a/content/common/gpu/media/vp8_picture.cc b/content/common/gpu/media/vp9_picture.cc
similarity index 55%
copy from content/common/gpu/media/vp8_picture.cc
copy to content/common/gpu/media/vp9_picture.cc
index 63ec8e93eaa7589307ace511c95b6dcc2f9ed81a..4b20316cabb38ad0c34476eb9b88f420d8968411 100644
--- a/content/common/gpu/media/vp8_picture.cc
+++ b/content/common/gpu/media/vp9_picture.cc
@@ -2,21 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/gpu/media/vp8_picture.h"
+#include "content/common/gpu/media/vp9_picture.h"
namespace content {
-VP8Picture::VP8Picture() {
-}
+VP9Picture::VP9Picture() {}
-VP8Picture::~VP8Picture() {
-}
+VP9Picture::~VP9Picture() {}
-V4L2VP8Picture* VP8Picture::AsV4L2VP8Picture() {
+V4L2VP9Picture* VP9Picture::AsV4L2VP9Picture() {
return nullptr;
}
-VaapiVP8Picture* VP8Picture::AsVaapiVP8Picture() {
+VaapiVP9Picture* VP9Picture::AsVaapiVP9Picture() {
return nullptr;
}
« no previous file with comments | « content/common/gpu/media/vp9_picture.h ('k') | content/common/sandbox_linux/bpf_gpu_policy_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698