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

Unified Diff: content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc

Issue 880643004: Use GSC0 instead of GSC1 for video encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/generic_v4l2_video_device.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
diff --git a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
index a52bde03e9e260e9cd68d63e48695d3fc99d5e9d..205f022beee95197457f14860fa242c98ce7d09e 100644
--- a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
+++ b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
@@ -60,10 +60,10 @@ void AddArmMaliGpuWhitelist(std::vector<BrokerFilePermission>* permissions) {
static const char kMali0Path[] = "/dev/mali0";
// Video processor used on ARM Exynos platforms.
- static const char kDevGsc1Path[] = "/dev/gsc1";
+ static const char kDevGsc0Path[] = "/dev/gsc0";
permissions->push_back(BrokerFilePermission::ReadWrite(kMali0Path));
- permissions->push_back(BrokerFilePermission::ReadWrite(kDevGsc1Path));
+ permissions->push_back(BrokerFilePermission::ReadWrite(kDevGsc0Path));
}
void AddArmGpuWhitelist(std::vector<BrokerFilePermission>* permissions) {
« no previous file with comments | « content/common/gpu/media/generic_v4l2_video_device.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698