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

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

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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 extern const char kWebrtcHwEncodingDescription[]; 587 extern const char kWebrtcHwEncodingDescription[];
588 588
589 // Name of chrome:flags option to turn on WebRTC h264 hardware video encoding 589 // Name of chrome:flags option to turn on WebRTC h264 hardware video encoding
590 // support. 590 // support.
591 extern const char kWebrtcHwH264EncodingName[]; 591 extern const char kWebrtcHwH264EncodingName[];
592 592
593 // Description of chrome:flags option to turn on WebRTC hardware h264 video 593 // Description of chrome:flags option to turn on WebRTC hardware h264 video
594 // encoding support. 594 // encoding support.
595 extern const char kWebrtcHwH264EncodingDescription[]; 595 extern const char kWebrtcHwH264EncodingDescription[];
596 596
597 // Name of chrome:flags option to turn on WebRTC vp8 hardware video encoding
598 // support.
599 extern const char kWebrtcHwVP8EncodingName[];
600
601 // Description of chrome:flags option to turn on WebRTC hardware vp8 video
602 // encoding support.
603 extern const char kWebrtcHwVP8EncodingDescription[];
604
597 // Name of chrome:flags option to enable GCM cipher suites for WebRTC 605 // Name of chrome:flags option to enable GCM cipher suites for WebRTC
598 extern const char kWebrtcSrtpAesGcmName[]; 606 extern const char kWebrtcSrtpAesGcmName[];
599 607
600 // Description of chrome:flags option to enable GCM cipher suites for WebRTC 608 // Description of chrome:flags option to enable GCM cipher suites for WebRTC
601 extern const char kWebrtcSrtpAesGcmDescription[]; 609 extern const char kWebrtcSrtpAesGcmDescription[];
602 610
603 // Name of chrome:flags option to turn on Origin header for WebRTC STUN messages 611 // Name of chrome:flags option to turn on Origin header for WebRTC STUN messages
604 extern const char kWebrtcStunOriginName[]; 612 extern const char kWebrtcStunOriginName[];
605 613
606 // Description of chrome:flags option to turn on Origin header for WebRTC STUN 614 // Description of chrome:flags option to turn on Origin header for WebRTC STUN
(...skipping 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after
3289 3297
3290 // Name of the flag that enables Blink's idle time spell checker. 3298 // Name of the flag that enables Blink's idle time spell checker.
3291 extern const char kEnableIdleTimeSpellCheckingName[]; 3299 extern const char kEnableIdleTimeSpellCheckingName[];
3292 3300
3293 // Description of the flag that enables Blink's idle time spell checker. 3301 // Description of the flag that enables Blink's idle time spell checker.
3294 extern const char kEnableIdleTimeSpellCheckingDescription[]; 3302 extern const char kEnableIdleTimeSpellCheckingDescription[];
3295 3303
3296 } // namespace flag_descriptions 3304 } // namespace flag_descriptions
3297 3305
3298 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3306 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698