OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uma_prefix_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
send_statistics_proxy.cc
85
:
uma_prefix_
(prefix),
101
RTC_HISTOGRAM_COUNTS_SPARSE_10000(
uma_prefix_
+ "InputWidthInPixels",
103
RTC_HISTOGRAM_COUNTS_SPARSE_10000(
uma_prefix_
+ "InputHeightInPixels",
105
RTC_HISTOGRAM_COUNTS_SPARSE_100(
uma_prefix_
+ "InputFramesPerSecond",
112
RTC_HISTOGRAM_COUNTS_SPARSE_10000(
uma_prefix_
+ "SentWidthInPixels",
114
RTC_HISTOGRAM_COUNTS_SPARSE_10000(
uma_prefix_
+ "SentHeightInPixels",
116
RTC_HISTOGRAM_COUNTS_SPARSE_100(
uma_prefix_
+ "SentFramesPerSecond",
121
RTC_HISTOGRAM_COUNTS_SPARSE_1000(
uma_prefix_
+ "EncodeTimeInMs", encode_ms);
125
RTC_HISTOGRAM_COUNTS_SPARSE_1000(
uma_prefix_
+ "KeyFramesSentInPermille",
132
uma_prefix_
+ "QualityLimitedResolutionInPercent", quality_limited)
[
all
...]
send_statistics_proxy.h
150
const std::string
uma_prefix_
;
member in struct:webrtc::SendStatisticsProxy::UmaSamplesContainer
Completed in 56 milliseconds