Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc127 UpdateHistogram(iat_packets); in Update()
181 void DelayManager::UpdateHistogram(size_t iat_packets) { in UpdateHistogram() function in webrtc::DelayManager
Ddelay_manager.h127 void UpdateHistogram(size_t iat_packets);
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc76 t->UpdateHistogram(&entry); in ThreadFunc()
Dclient.h326 void UpdateHistogram(HistogramEntry* entry) { in UpdateHistogram() function
Dclient_async.cc284 t->UpdateHistogram(entry_ptr); in ThreadFunc()