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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2839823002: Android: enable HW encoding (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 538
539 const char kWebrtcHwEncodingDescription[] = 539 const char kWebrtcHwEncodingDescription[] =
540 "Support in WebRTC for encoding video streams using platform hardware."; 540 "Support in WebRTC for encoding video streams using platform hardware.";
541 541
542 const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding"; 542 const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
543 543
544 const char kWebrtcHwH264EncodingDescription[] = 544 const char kWebrtcHwH264EncodingDescription[] =
545 "Support in WebRTC for encoding h264 video streams using platform " 545 "Support in WebRTC for encoding h264 video streams using platform "
546 "hardware."; 546 "hardware.";
547 547
548 const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
549
550 const char kWebrtcHwVP8EncodingDescription[] =
551 "Support in WebRTC for encoding vp8 video streams using platform "
552 "hardware.";
553
548 const char kWebrtcSrtpAesGcmName[] = 554 const char kWebrtcSrtpAesGcmName[] =
549 "Negotiation with GCM cipher suites for SRTP in WebRTC"; 555 "Negotiation with GCM cipher suites for SRTP in WebRTC";
550 556
551 const char kWebrtcSrtpAesGcmDescription[] = 557 const char kWebrtcSrtpAesGcmDescription[] =
552 "When enabled, WebRTC will try to negotiate GCM cipher suites for " 558 "When enabled, WebRTC will try to negotiate GCM cipher suites for "
553 "SRTP."; 559 "SRTP.";
554 560
555 const char kWebrtcStunOriginName[] = "WebRTC Stun origin header"; 561 const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
556 562
557 const char kWebrtcStunOriginDescription[] = 563 const char kWebrtcStunOriginDescription[] =
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3021 #endif // defined(OS_ANDROID) 3027 #endif // defined(OS_ANDROID)
3022 3028
3023 const char kEnableIdleTimeSpellCheckingName[] = 3029 const char kEnableIdleTimeSpellCheckingName[] =
3024 "Enable idle time spell checker"; 3030 "Enable idle time spell checker";
3025 3031
3026 const char kEnableIdleTimeSpellCheckingDescription[] = 3032 const char kEnableIdleTimeSpellCheckingDescription[] =
3027 "Make spell-checking code run only when the browser is idle, so that input " 3033 "Make spell-checking code run only when the browser is idle, so that input "
3028 "latency is reduced, especially when editing long articles, emails, etc."; 3034 "latency is reduced, especially when editing long articles, emails, etc.";
3029 3035
3030 } // namespace flag_descriptions 3036 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698