Chromium Code Reviews| Index: media/base/media_switches.cc |
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
| index bb3a0d61f214cb3ceff926397c3e31b87a057d3b..e27d6baf66c4cafcc466e50ea8150572ca936f50 100644 |
| --- a/media/base/media_switches.cc |
| +++ b/media/base/media_switches.cc |
| @@ -97,6 +97,11 @@ const char kUseFileForFakeVideoCapture[] = "use-file-for-fake-video-capture"; |
| // or <path>%noloop to stop after playing the file to completion. |
| const char kUseFileForFakeAudioCapture[] = "use-file-for-fake-audio-capture"; |
| +// Use fake device for accelerated decoding of jpeg. This allows, for example, |
|
mcasas
2017/03/08 01:33:17
s/jpeg/JPEG/
chfremer
2017/03/08 18:58:08
Done.
|
| +// testing of the communication to the GPU service without requiring actual |
| +// accelerator hardware to be present. |
| +const char kUseFakeJpegDecodeAccelerator[] = "use-fake-jpeg-decode-accelerator"; |
| + |
| // Enables support for inband text tracks in media content. |
| const char kEnableInbandTextTracks[] = "enable-inband-text-tracks"; |