chromium/media/base/audio_timestamp_helper_unittest.cc

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

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40285824): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "media/base/audio_timestamp_helper.h"

#include <stddef.h>
#include <stdint.h>

#include "media/base/timestamp_constants.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {

namespace {

const int k48kHz =;

}  // namespace

static const int kDefaultSampleRate =;

class AudioTimestampHelperTest : public ::testing::Test {};

TEST_F(AudioTimestampHelperTest, FramesToTime) {}

TEST_F(AudioTimestampHelperTest, TimeToFrames) {}

TEST_F(AudioTimestampHelperTest, Basic) {}

TEST_F(AudioTimestampHelperTest, GetDuration) {}

TEST_F(AudioTimestampHelperTest, GetFramesToTarget) {}

}  // namespace media