| // Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_VP9_CONFIGURATION_H_ | |
| #define SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_VP9_CONFIGURATION_H_ | |
| // For local experimentation purposes, make it easy to specify larger buffers, but use smaller | |
| // buffers by default. | |
| constexpr bool kUseLessRam = true; | |
| #endif // SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_VP9_CONFIGURATION_H_ |