Searched refs:bytes_count_ (Results 1 – 2 of 2) sorted by relevance
25 bytes_count_(0), in Bitrate()37 bytes_count_ += bytes; in Update()60 int64_t bits_since_last_rate_update = 8 * bytes_count_ * 1000; in BitrateNow()89 bytes_count_ = 0; in Process()94 bitrate_array_[bitrate_next_idx_] = 8 * ((bytes_count_ * 1000) / diff_ms); in Process()109 bytes_count_ = 0; in Process()
71 size_t bytes_count_; variable