Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.h37 struct LossAccount { struct
38 LossAccount() : num_total(0), num_lost(0) {} in LossAccount() function
39 LossAccount(size_t num_total, size_t num_lost) in LossAccount() argument
44 size_t num_total;
45 size_t num_lost;