Home
last modified time | relevance | path

Searched defs:ContentSpecificStats (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/video/
Dreceive_statistics_proxy2.h128 struct ContentSpecificStats { struct
134 rtc::SampleCounter e2e_delay_counter;
135 rtc::SampleCounter interframe_delay_counter;
136 int64_t flow_duration_ms = 0;
137 int64_t total_media_bytes = 0;
138 rtc::SampleCounter received_width;
139 rtc::SampleCounter received_height;
140 rtc::SampleCounter qp_counter;
141 FrameCounts frame_counts;
142 rtc::HistogramPercentileCounter interframe_delay_percentiles;
Dreceive_statistics_proxy2.cc998 ReceiveStatisticsProxy::ContentSpecificStats::ContentSpecificStats() in ContentSpecificStats() function in webrtc::internal::ReceiveStatisticsProxy::ContentSpecificStats