Searched refs:delay_int (Results 1 – 1 of 1) sorted by relevance
49 const int delay_int = static_cast<int>(delay); in GetArrayView() local50 RTC_DCHECK_LE(0, delay_int); in GetArrayView()51 RTC_DCHECK_LT(delay_int, N); in GetArrayView()52 int offset = tail_ - 1 - delay_int; in GetArrayView()