Home
last modified time | relevance | path

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

/external/webrtc/video/
Dreceive_statistics_proxy.h110 struct ContentSpecificStats { struct
116 rtc::SampleCounter e2e_delay_counter;
117 rtc::SampleCounter interframe_delay_counter;
118 int64_t flow_duration_ms = 0;
119 int64_t total_media_bytes = 0;
120 rtc::SampleCounter received_width;
121 rtc::SampleCounter received_height;
122 rtc::SampleCounter qp_counter;
123 FrameCounts frame_counts;
124 rtc::HistogramPercentileCounter interframe_delay_percentiles;
Dreceive_statistics_proxy2.h125 struct ContentSpecificStats { struct
131 rtc::SampleCounter e2e_delay_counter;
132 rtc::SampleCounter interframe_delay_counter;
133 int64_t flow_duration_ms = 0;
134 int64_t total_media_bytes = 0;
135 rtc::SampleCounter received_width;
136 rtc::SampleCounter received_height;
137 rtc::SampleCounter qp_counter;
138 FrameCounts frame_counts;
139 rtc::HistogramPercentileCounter interframe_delay_percentiles;
Dreceive_statistics_proxy2.cc1050 ReceiveStatisticsProxy::ContentSpecificStats::ContentSpecificStats() in ContentSpecificStats() function in webrtc::internal::ReceiveStatisticsProxy::ContentSpecificStats
Dreceive_statistics_proxy.cc922 ReceiveStatisticsProxy::ContentSpecificStats::ContentSpecificStats() in ContentSpecificStats() function in webrtc::ReceiveStatisticsProxy::ContentSpecificStats