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

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

Issue 1156803004: Change image processor name from /dev/gsc0 to /dev/image-proc0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename image-proc to image-proc0 Created 5 years, 6 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 | « no previous file | content/common/sandbox_linux/bpf_cros_arm_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/generic_v4l2_device.cc
diff --git a/content/common/gpu/media/generic_v4l2_device.cc b/content/common/gpu/media/generic_v4l2_device.cc
index 2dde55d1fcca0ebeede3f1d4dc90c29cab1ca588..2d00d087402a262371a6d851ac779bd34d20fff9 100644
--- a/content/common/gpu/media/generic_v4l2_device.cc
+++ b/content/common/gpu/media/generic_v4l2_device.cc
@@ -36,7 +36,7 @@ namespace content {
namespace {
const char kDecoderDevice[] = "/dev/video-dec";
const char kEncoderDevice[] = "/dev/video-enc";
-const char kImageProcessorDevice[] = "/dev/gsc0";
+const char kImageProcessorDevice[] = "/dev/image-proc0";
}
GenericV4L2Device::GenericV4L2Device(Type type)
« no previous file with comments | « no previous file | content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698