chromium/third_party/webrtc/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc

/*
 *  Copyright (c) 2019 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */
#include "modules/rtp_rtcp/source/rtcp_packet/remote_estimate.h"

#include <algorithm>
#include <cmath>
#include <type_traits>
#include <utility>
#include <vector>

#include "modules/rtp_rtcp/source/byte_io.h"
#include "modules/rtp_rtcp/source/rtcp_packet/common_header.h"
#include "rtc_base/logging.h"

namespace webrtc {
namespace rtcp {
namespace {

static constexpr int kFieldValueSize =;
static constexpr int kFieldSize =;
static constexpr DataRate kDataRateResolution =;
constexpr int64_t kMaxEncoded =;

class DataRateSerializer {};

class RemoteEstimateSerializerImpl : public RemoteEstimateSerializer {};

}  // namespace

const RemoteEstimateSerializer* GetRemoteEstimateSerializer() {}

RemoteEstimate::RemoteEstimate() :{}

RemoteEstimate::RemoteEstimate(App&& app)
    :{}

bool RemoteEstimate::ParseData() {}

void RemoteEstimate::SetEstimate(NetworkStateEstimate estimate) {}

}  // namespace rtcp
}  // namespace webrtc