// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/base/media_util.h" #include "base/trace_event/trace_event.h" namespace media { std::vector<uint8_t> EmptyExtraData() { … } AudioParameters::Format ConvertAudioCodecToBitstreamFormat(AudioCodec codec) { … } bool MediaTraceIsEnabled() { … } } // namespace media