chromium/media/cast/openscreen/remoting_proto_utils_unittest.cc

// Copyright 2016 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/cast/openscreen/remoting_proto_utils.h"

#include <memory>
#include <string>
#include <utility>
#include <vector>

#include "base/memory/ref_counted.h"
#include "media/base/audio_decoder_config.h"
#include "media/base/decoder_buffer.h"
#include "media/base/demuxer_stream.h"
#include "media/base/encryption_scheme.h"
#include "media/base/test_helpers.h"
#include "media/base/video_decoder_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/openscreen/src/cast/streaming/remoting.pb.h"

_;
Invoke;
Return;

namespace media::cast {

class ProtoUtilsTest : public testing::Test {};

TEST_F(ProtoUtilsTest, PassEOSDecoderBuffer) {}

TEST_F(ProtoUtilsTest, PassValidDecoderBuffer) {}

TEST_F(ProtoUtilsTest, AudioDecoderConfigConversionTest) {}

TEST_F(ProtoUtilsTest, AudioDecoderConfigHandlesAacExtraDataCorrectly) {}

TEST_F(ProtoUtilsTest, PipelineStatisticsConversion) {}

TEST_F(ProtoUtilsTest, VideoDecoderConfigConversionTest) {}

}  // namespace media::cast