#include "media/formats/mpeg/mpeg1_audio_stream_parser.h"
#include <stdint.h>
#include <memory>
#include "media/base/test_data_util.h"
#include "media/formats/common/stream_parser_test_base.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
class MPEG1AudioStreamParserTest
: public StreamParserTestBase, public testing::Test { … };
TEST_F(MPEG1AudioStreamParserTest, UnalignedAppend) { … }
TEST_F(MPEG1AudioStreamParserTest, UnalignedAppendMP2) { … }
TEST_F(MPEG1AudioStreamParserTest, UnalignedAppend512) { … }
TEST_F(MPEG1AudioStreamParserTest, MetadataParsing) { … }
}