Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // Defines all the "media" command-line switches. | 5 // Defines all the "media" command-line switches. |
| 6 | 6 |
| 7 #ifndef MEDIA_BASE_MEDIA_SWITCHES_H_ | 7 #ifndef MEDIA_BASE_MEDIA_SWITCHES_H_ |
| 8 #define MEDIA_BASE_MEDIA_SWITCHES_H_ | 8 #define MEDIA_BASE_MEDIA_SWITCHES_H_ |
| 9 | 9 |
| 10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 37 MEDIA_EXPORT extern const char kEnableVp9Playback[]; | 37 MEDIA_EXPORT extern const char kEnableVp9Playback[]; |
| 38 | 38 |
| 39 MEDIA_EXPORT extern const char kEnableVp8AlphaPlayback[]; | 39 MEDIA_EXPORT extern const char kEnableVp8AlphaPlayback[]; |
| 40 | 40 |
| 41 MEDIA_EXPORT extern const char kEnableEac3Playback[]; | 41 MEDIA_EXPORT extern const char kEnableEac3Playback[]; |
| 42 | 42 |
| 43 #if defined(OS_WIN) | 43 #if defined(OS_WIN) |
| 44 MEDIA_EXPORT extern const char kWaveOutBuffers[]; | 44 MEDIA_EXPORT extern const char kWaveOutBuffers[]; |
| 45 #endif | 45 #endif |
| 46 | 46 |
| 47 #if defined(OS_ANDROID) | |
| 48 MEDIA_EXPORT extern const char kUseExternalVideoSurfaceThresholdInPixels[]; | |
|
Ami GONE FROM CHROMIUM
2013/05/08 21:43:14
AFAICT the only use site is under a GOOGLE_TV #ifd
| |
| 49 #endif | |
| 50 | |
| 47 } // namespace switches | 51 } // namespace switches |
| 48 | 52 |
| 49 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ | 53 #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ |
| OLD | NEW |