chromium/out/Default/gen/media/capabilities/video_decode_stats.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: video_decode_stats.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_video_5fdecode_5fstats_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_video_5fdecode_5fstats_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_video_5fdecode_5fstats_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_video_5fdecode_5fstats_2eproto {};
namespace media {
class DecodeStatsProto;
struct DecodeStatsProtoDefaultTypeInternal;
extern DecodeStatsProtoDefaultTypeInternal _DecodeStatsProto_default_instance_;
}  // namespace media
PROTOBUF_NAMESPACE_OPEN
template<> ::media::DecodeStatsProto* Arena::CreateMaybeMessage<::media::DecodeStatsProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace media {

// ===================================================================

class DecodeStatsProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:media.DecodeStatsProto) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// DecodeStatsProto

// optional uint64 frames_decoded = 1;
inline bool DecodeStatsProto::_internal_has_frames_decoded() const {}
inline bool DecodeStatsProto::has_frames_decoded() const {}
inline void DecodeStatsProto::clear_frames_decoded() {}
inline uint64_t DecodeStatsProto::_internal_frames_decoded() const {}
inline uint64_t DecodeStatsProto::frames_decoded() const {}
inline void DecodeStatsProto::_internal_set_frames_decoded(uint64_t value) {}
inline void DecodeStatsProto::set_frames_decoded(uint64_t value) {}

// optional uint64 frames_dropped = 2;
inline bool DecodeStatsProto::_internal_has_frames_dropped() const {}
inline bool DecodeStatsProto::has_frames_dropped() const {}
inline void DecodeStatsProto::clear_frames_dropped() {}
inline uint64_t DecodeStatsProto::_internal_frames_dropped() const {}
inline uint64_t DecodeStatsProto::frames_dropped() const {}
inline void DecodeStatsProto::_internal_set_frames_dropped(uint64_t value) {}
inline void DecodeStatsProto::set_frames_dropped(uint64_t value) {}

// optional uint64 frames_power_efficient = 3;
inline bool DecodeStatsProto::_internal_has_frames_power_efficient() const {}
inline bool DecodeStatsProto::has_frames_power_efficient() const {}
inline void DecodeStatsProto::clear_frames_power_efficient() {}
inline uint64_t DecodeStatsProto::_internal_frames_power_efficient() const {}
inline uint64_t DecodeStatsProto::frames_power_efficient() const {}
inline void DecodeStatsProto::_internal_set_frames_power_efficient(uint64_t value) {}
inline void DecodeStatsProto::set_frames_power_efficient(uint64_t value) {}

// optional double last_write_date = 7;
inline bool DecodeStatsProto::_internal_has_last_write_date() const {}
inline bool DecodeStatsProto::has_last_write_date() const {}
inline void DecodeStatsProto::clear_last_write_date() {}
inline double DecodeStatsProto::_internal_last_write_date() const {}
inline double DecodeStatsProto::last_write_date() const {}
inline void DecodeStatsProto::_internal_set_last_write_date(double value) {}
inline void DecodeStatsProto::set_last_write_date(double value) {}

// optional double unweighted_average_frames_dropped = 8 [default = 0];
inline bool DecodeStatsProto::_internal_has_unweighted_average_frames_dropped() const {}
inline bool DecodeStatsProto::has_unweighted_average_frames_dropped() const {}
inline void DecodeStatsProto::clear_unweighted_average_frames_dropped() {}
inline double DecodeStatsProto::_internal_unweighted_average_frames_dropped() const {}
inline double DecodeStatsProto::unweighted_average_frames_dropped() const {}
inline void DecodeStatsProto::_internal_set_unweighted_average_frames_dropped(double value) {}
inline void DecodeStatsProto::set_unweighted_average_frames_dropped(double value) {}

// optional double unweighted_average_frames_efficient = 9 [default = 0];
inline bool DecodeStatsProto::_internal_has_unweighted_average_frames_efficient() const {}
inline bool DecodeStatsProto::has_unweighted_average_frames_efficient() const {}
inline void DecodeStatsProto::clear_unweighted_average_frames_efficient() {}
inline double DecodeStatsProto::_internal_unweighted_average_frames_efficient() const {}
inline double DecodeStatsProto::unweighted_average_frames_efficient() const {}
inline void DecodeStatsProto::_internal_set_unweighted_average_frames_efficient(double value) {}
inline void DecodeStatsProto::set_unweighted_average_frames_efficient(double value) {}

// optional uint64 num_unweighted_playbacks = 10 [default = 0];
inline bool DecodeStatsProto::_internal_has_num_unweighted_playbacks() const {}
inline bool DecodeStatsProto::has_num_unweighted_playbacks() const {}
inline void DecodeStatsProto::clear_num_unweighted_playbacks() {}
inline uint64_t DecodeStatsProto::_internal_num_unweighted_playbacks() const {}
inline uint64_t DecodeStatsProto::num_unweighted_playbacks() const {}
inline void DecodeStatsProto::_internal_set_num_unweighted_playbacks(uint64_t value) {}
inline void DecodeStatsProto::set_num_unweighted_playbacks(uint64_t value) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)

}  // namespace media

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_video_5fdecode_5fstats_2eproto