#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "media/base/audio_parameters.h"
#include <stddef.h>
#include "base/strings/string_number_conversions.h"
#include "media/base/channel_layout.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
TEST(AudioParameters, Constructor_Default) { … }
TEST(AudioParameters, Constructor_ParameterValues) { … }
TEST(AudioParameters, Constructor_ParameterValuesPlusHardwareCapabilities) { … }
TEST(AudioParameters, GetBytesPerBuffer) { … }
TEST(AudioParameters, Compare) { … }
TEST(AudioParameters, Constructor_ValidChannelCounts) { … }
TEST(AudioParameters, Constructor_ValidChannelCountsFor514Downmix) { … }
TEST(AudioParameters, Constructor_CopyChannelLayoutConfig) { … }
TEST(AudioParameters, ShouldCheckDiscreteWithNoChannels) { … }
TEST(AudioParameters, ChannelLayoutConfig_Guess) { … }
TEST(AudioParameters, ChannelLayoutConfig_GuessUnsupported) { … }
}