blob: c48b27156cab6d591fbd4434cb103593ae9ac49e [file] [log] [blame]
// 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_
namespace amlogic_decoder {
// For local experimentation purposes, make it easy to specify larger buffers, but use smaller
// buffers by default.
constexpr bool kUseLessRam = true;
} // namespace amlogic_decoder
#endif // SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_VP9_CONFIGURATION_H_