Searched refs:kMaxBufferTimestampDiff (Results 1 – 2 of 2) sorted by relevance
121 static const int64_t kMaxBufferTimestampDiff = 1000000000; // 1 second variable
474 if (current_timestamp - buffer_timestamp < kMaxBufferTimestampDiff) { in GetMostRecentZslBuffers()