chromium/media/mojo/services/mojo_demuxer_stream_adapter_unittest.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <memory>

#include "base/run_loop.h"
#include "base/task/sequenced_task_runner.h"
#include "base/test/bind.h"
#include "base/test/gmock_callback_support.h"
#include "base/test/task_environment.h"
#include "media/base/decoder_buffer.h"
#include "media/base/demuxer_stream.h"
#include "media/base/mock_filters.h"
#include "media/base/test_helpers.h"
#include "media/mojo/clients/mojo_demuxer_stream_impl.h"
#include "media/mojo/services/mojo_demuxer_stream_adapter.h"
#include "testing/gtest/include/gtest/gtest.h"

RunOnceCallback;
_;
Invoke;

namespace media {

// This test both MojoDemuxerStreamImpl and MojoDemuxerStreamAdapter.
class MojoDemuxerStreamAdapterTest : public testing::Test {};

TEST_F(MojoDemuxerStreamAdapterTest, InitializeAudioStream) {}

TEST_F(MojoDemuxerStreamAdapterTest, InitializeAudioStreamAndReadMultiBuffer) {}

TEST_F(MojoDemuxerStreamAdapterTest, InitializeAudioStreamAndReadOneBuffer) {}

TEST_F(MojoDemuxerStreamAdapterTest, InitializeVideoStream) {}

TEST_F(MojoDemuxerStreamAdapterTest, EnableBitstreamConverter) {}

}  // namespace media