Searched refs:buffer_is_full (Results 1 – 1 of 1) sorted by relevance
52 const bool buffer_is_full = buffer_size_ms_ >= kFullBufferSizeMs; in UpdateEstimation() local53 if (!buffer_is_full) { in UpdateEstimation()57 const float leak_factor = buffer_is_full ? kFullBufferLeakFactor : 1.f; in UpdateEstimation()