Lines Matching defs:Stats
98 struct Stats { struct
102 std::string encoder_implementation_name = "unknown";
103 double input_frame_rate = 0;
104 int encode_frame_rate = 0;
105 int avg_encode_time_ms = 0;
106 int encode_usage_percent = 0;
107 uint32_t frames_encoded = 0;
109 uint64_t total_encode_time_ms = 0;
111 uint64_t total_encoded_bytes_target = 0;
112 uint32_t frames = 0;
113 uint32_t frames_dropped_by_capturer = 0;
114 uint32_t frames_dropped_by_encoder_queue = 0;
115 uint32_t frames_dropped_by_rate_limiter = 0;
116 uint32_t frames_dropped_by_congestion_window = 0;
140 std::map<uint32_t, StreamStats> substreams; argument
141 webrtc::VideoContentType content_type =
143 uint32_t frames_sent = 0;
144 uint32_t huge_frames_sent = 0;
145 absl::optional<bool> power_efficient_encoder;