Home
last modified time | relevance | path

Searched refs:GetUmaPrefix (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc35 const char* GetUmaPrefix(VideoEncoderConfig::ContentType content_type) { in GetUmaPrefix() function
77 uma_container_(new UmaSamplesContainer(GetUmaPrefix(content_type_))) { in SendStatisticsProxy()
165 uma_container_.reset(new UmaSamplesContainer(GetUmaPrefix(content_type))); in SetContentType()